Chat UIKit iOS UIKit v3
Chat UIKit iOS UIKit
Chat UIKit
iOS UIKit
Version 3
Create an open channel
Copy link
Create a open channel by using the Sendbird Dashboard, iOS Chat SDK or the Chat Platform API.
Instead of creating an open channel directly in UIKit, try using one of the following three methods to create a channel instance for UIKit.
- Sendbird Dashboard
- Sendbird Chat SDK for iOS
- Platform API
Sendbird Dashboard
Copy link
Sendbird Dashboard allows you to create an open channel in a most simple way.
- Login to the dashboard and then find your Application.
- Go to the Chat > Open channels, and click Create channel at the top-right corner.
- 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 for iOS
Copy link
To create an open channel through iOS Chat SDK, see Create a channel in the Chat SDK Docs for iOS.
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