room::enter
Request sent when entering the room.
{
"method": "room::enter",
"username": <string>,
"password": <string>,
}
usernameis the unique identifier being used in the session.passwordis used to enter the session.
Example response
{
"method": "room::enter",
"message": <string>,
"username": <string>,
"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.