Skip to main content
This page contains React Native SDK code examples for Collaboration extensions. For feature documentation, setup instructions, and extension settings, see Collaboration Extensions.

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

Extracting the URL


Collaborative Whiteboard

Draw and brainstorm together on a shared whiteboard.

Initiating the Session

Append Username to the Whiteboard URL

Extracting the URL