Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (26 loc) · 854 Bytes

File metadata and controls

34 lines (26 loc) · 854 Bytes

Hiding Rooms

When a room is hidden, it no longer appears in the channel list, and the "open" property is set to false in the user's subscription for that room.

NameRequires AuthPermissionSetting
hideRoomYes

Payload Parameters

Argument Example Required Description
roomId 64a1f373376181965ab77f54 Required The room id

Example Call

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

Example Response

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