Documentation

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

  1. String - the id of the room to leave

Example Call

{
    "msg": "method",
    "method": "leaveRoom",
    "id": "11",
    "params": [
        "roomId"
    ]
}

Example Response

{
    "msg": "result",
    "id": "11"
}

See Also