How to Use Extensions with SDK
1
Enable in Dashboard
Login to CometChat Dashboard, select your app, then go to Chat & Messaging → Features and enable the extension.
2
Implement SDK methods
Use the code examples below to initiate collaboration sessions and extract URLs from messages.
3
Build your UI
Create UI components to display the collaboration interface (e.g., embed the whiteboard/document URL in a WebView).
Collaborative Document
Co-edit documents in real-time with other users.Initiating the Session
- Kotlin
- Java
Extracting the URL from Received Message
- Kotlin
- Java
Collaborative Whiteboard
Draw and brainstorm together on a shared whiteboard.Initiating the Session
- Kotlin
- Java
Extracting the URL from Received Message
- Kotlin
- Java
Append Username to the Whiteboard URL
- Kotlin
- Java