Skip to main content

sendChannelMessage(message, channelId);

Call this method to send a message in a channel/sub-room.

JavaScript

sdk.sendChannelMessage(message, channelId)

sendChannelMessage(message, channelId)

ParametersDescriptionTypeRequired
messagethe message that you want to send to the channelStringyes
channelIdthe id of the channel that you want to send the message toStringyes

Response

This method provides no response