room::kick

Request sent when kicking a user out of the room.

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

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