room::exit

Request sent when exiting the room.

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

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