/ UIKit / Android
UIKit
Chat UIKit Android v3
Chat UIKit Android
Chat UIKit
Android
Version 3

Create an open channel

Copy link

Create a new open channel by using the Sendbird Dashboard, Android 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 Android
  • Platform API

Sendbird Dashboard

Copy link

Sendbird Dashboard allows you to create an open channel in a most simple way.

  1. Login to Sendbird Dashboard and find your Application.
  2. Go to 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 Android

Copy link

To create an open channel through Android Chat SDK, see Create a channel in the Chat SDK Docs for Android.

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