room::enter

Request sent when entering the room.

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

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