Chat UIKit React Native v3
Chat UIKit React Native
Chat UIKit
React Native
Version 3
Create an open channel
Copy link
Create a new open channel by using Sendbird Dashboard, Chat SDK for Javascript or Platform API.
Instead of creating an open channel directly in Sendbird UIKit for Chat, try using one of the following three methods to create a channel instance for the UIKit.
- Sendbird Dashboard
- Sendbird Chat SDK for Javascript
- Platform API
Sendbird Dashboard
Copy link
Sendbird Dashboard allows you to create an open channel in the most simple way.
- Login to Sendbird Dashboard and find your Application.
- Go to Chat > Open channels, and select Create channel .
- In the dialog box that appears, specify the name, unique URL, cover image, and custom type of a new channel you are about to create.
Sendbird Chat SDK
Copy link
To create an open channel through Chat SDK, see the Create a channel page in the Chat SDK Docs for Javascript.
Platform API
Copy link
To create an open channel through Chat Platform API, see Create a channel in the Platform API Docs.
On this page