Mute Notification
#
Update Chat Mute StatusTo Mute specific or multiple chats using the following method:
Argument | Type | Description |
---|---|---|
jidList | List<String> | List of chat JIDs to be muted or un muted. |
muteStatus | bool | true to mute the specified chats, false to un mute them. |
Note: Mute-related events are observed through event listener. check the event listener details here.
caution
Mirrorfly.updateChatMuteStatus
method was deprecated and will be removed in the future release. migrate to Mirrorfly.updateChatMuteStatusList
method to update mute chats.