Skip to main content

Create a community channel

The client SDK does not provide APIs to create community channels or subchannels. Use the Server API to create community channels, subchannels, and perform other management operations.

tip

A single user can join up to 100 community channels. Each user can join or create up to 50 subchannels per community.

Create a community channel

Creating a community channel requires the Server API. See the server documentation Create a Community Channel.

Basic flow

  1. The app client requests the app server to create a community channel.
  2. The app server calls the Nexconn Server API. The community ID is generated by the app server.
  3. After creation, the app server returns the result to the client.

Handle the community channel list

The app server should maintain the user's community channel list and deliver it to the client for display.

Create a subchannel

Creating subchannels also requires the Server API. See the server documentation Create a Subchannel.

Basic flow

Handle the subchannel list

The app server should maintain the subchannel list flexibly to support per-user customization (e.g., starred subchannels). The server can also group subchannels based on business requirements.