Leaving Rooms
You can leave any rooms, except for direct messages and except for rooms you are the last owner of.
Requirements
| Logged In | Permission | Setting | | — | — | — | | Yes | none | none |
Payload
- String - the id of the room to leave
Example Call
{
"msg": "method",
"method": "leaveRoom",
"id": "11",
"params": [
"roomId"
]
}
Example Response
{
"msg": "result",
"id": "11"
}