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",
}
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.