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",
}

Last modified August 27, 2024: status (37a7a45)