sendMessage(message);
Call this method to send a message in the chat room.
JavaScript
sdk.sendMessage("message");
sendMessage(options)
Parameter Name | Description | Type | Required |
---|---|---|---|
message | message that you want to send in the chat room | String | Yes |
Example
The code snippet below sends the message "Hello world" to the chat room.
JavaScript
sdk.sendMessage("Hello world");
Response
This method provides no response