Documentation

Hiding Rooms

When you hide a room, that room no longer shows up on the list of channels and marks the property open to false on the user’s subscription of the room.

Requirements

| Logged In | Permission | Setting | | — | — | — | | Yes | none | none |

Payload

  1. String - the id of the room to leave

Example Call

{
    "msg": "method",
    "method": "hideRoom",
    "id": "14",
    "params": [
        "roomId"
    ]
}

Example Response

{
    "msg": "result",
    "id": "14",
    "result": 1
}

See Also