Enter Room

Request sent when entering the room.

{
    "method": "room::enter",
    "username": "{username}",
    "password": "{XXXXXX}",
}
  • username is the unique identifier being used in the session.
  • password is used to enter the session.
Example response
{
    "method": "room::enter",
    "message": "{username} has entered the room",
    "username": "{username}",
    "status": "success",
}

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