sendChannelMessage(message, channelId);
Call this method to send a message in a channel/sub-room.
JavaScript
sdk.sendChannelMessage(message, channelId)
sendChannelMessage(message, channelId)
Parameters | Description | Type | Required |
---|---|---|---|
message | the message that you want to send to the channel | String | yes |
channelId | the id of the channel that you want to send the message to | String | yes |
Response
This method provides no response