Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 594 Bytes

File metadata and controls

41 lines (29 loc) · 594 Bytes

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