room::broadcast

Send a room message.

This message goes across the project.

{
    "method": "room::broadcast",
    "message": <string>
}
  • message you want to say to other users in the room.
Example response
{
    "method": "room::broadcast",
    "username:": <string>,
    "message": <string>,
    "status": "success",
}

Last modified September 13, 2024: docs (076b384)