Exit Room

Request sent when exiting the room.

{
    "method": "room::exit",
    "username": "{username}",
}
  • username is the unique identifier being used in the session.
Example response
{
    "method": "room::exit",
    "message": "{username} has left the room",
    "username": "{username}",
    "status": "success",
}

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