Mute Chatroom - imkit/imkit-ios-framework-v3 GitHub Wiki
Mute chatroom to disable any notifications from the room. Unmute chatroom to enable notifications from the room.
Tasks
- IMMuteRoomTask
IMMuteRoomTask().perform(id: String)
| Parameter | Type | Required/Optional | Default Value | Description |
|---|---|---|---|---|
| id | String | Required | room id |
- IMUnmuteRoomTask
IMUnmuteRoomTask().perform(id: String)
| Parameter | Type | Required/Optional | Default Value | Description |
|---|---|---|---|---|
| id | String | Required | room id |