Chat UIKit iOS v3
Chat UIKit iOS
Chat UIKit
iOS
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.

  1. Login to the dashboard and then find your Application.
  2. Go to the Chat > Open channels, and click Create channel at the top-right corner.
  3. 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