Kick

Request sent when kicking a user out of the room.

{
    "method": "room::kick",
    "username": "{username}",
}
  • username is the unique identifier being used in the session.
Example response
{
    "method": "room::kick",
    "username": "{target_username}",
    "admin": "{admin_username}",
    "message": "{target} has been kicked out by {admin}",
    "status": "success",
}

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