Create a community channel
Community channels and subchannels are created through the Server API. The client SDK does not provide community channel creation APIs.
Create a community channel (server API)
Use the Server API to create a community channel. See the Server API documentation for details:
Create a subchannel (server API)
Each community channel comes with a default NCDefault subchannel. Use the Server API to create additional subchannels:
Default subchannel
Every community channel has a default NCDefault subchannel that:
- Is visible to all community members.
- Cannot be deleted.
- Cannot be converted to a private subchannel.
Client-side usage
After the server creates a community channel and subchannels, use the client SDK to:
info
All community channel and subchannel management (create, delete, type change) must be done through the Server API. The client SDK provides messaging and query capabilities only.