File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 22
33iOS SDK for Chatwoot
44
5- ---
5+
66
77
88
@@ -20,7 +20,7 @@ Import in your app:
2020import ChatwootSDK
2121```
2222
23- ---
23+
2424
2525## 📸 Camera and Photo Library Permissions (Required)
2626
@@ -41,7 +41,7 @@ To enable photo capture or image upload features in the chat interface, **you mu
4141 - ** NSCameraUsageDescription** : Explains why the app uses the camera (e.g., photo capture for chat).
4242 - ** NSPhotoLibraryUsageDescription** : Explains why the app needs photo library access (e.g., image upload for chat).
4343
44- ---
44+
4545
4646## ⚙️ Configuration Parameters
4747
@@ -53,7 +53,6 @@ To enable photo capture or image upload features in the chat interface, **you mu
5353| ` pubsubToken ` | ` String ` | ✅ | Token for real-time updates |
5454| ` websocketUrl ` | ` String ` | ✅ | WebSocket URL for real-time communication |
5555
56- ---
5756
5857## 🛠️ Example Usage
5958
@@ -87,4 +86,3 @@ var body: some View {
8786
8887The ` conversationId ` is required to load the chat UI. Make sure you have a valid conversation ID before calling ` loadChatUI ` .
8988
90- ---
You can’t perform that action at this time.
0 commit comments