Broadcast
Send a room message.
This message goes across the project.
{
"method": "room::broadcast",
"message": "This is a broadcast message!~",
}
message
you want to say to other users in the room.
Example response
{
"method": "room::broadcast",
"username:": "{username}",
"message": "This is a broadcast message!~",
"status": "success",
}
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.