selectChannel(channelId);
Using this method you can select the channel you want to actively show in the chat room. This does the action similar to clicking on the channel/sub-room in the chat room.
JavaScript
sdk.selectChannel("channelId");
selectChannel("channelId");
Properties | Description | Type |
---|---|---|
channelId | id of the channel that you want to select | String |