Mute or Unmute Chats
Chat comprises anything related to messages like:- New Message (Text, media, or Custom messages like Polls)
- Edited Message
- Deleted Message
- Response in threads
Mute Chats
You can specify the UIDs and/or GUIDs to be muted. You can mute chats for these conversations for a specific amount of time.
This functionality uses the
callExtension() method provided by CometChat SDK.
- JavaScript
- Java
- Swift
Unmute Chats
Used to unmute the chats for certain conversations before the mentioned time during muting.
This functionality uses the
callExtension() method provided by CometChat SDK.
- JavaScript
- Java
- Swift
Mute or Unmute Calls
You can mute the notifications for one-on-one or group calls. This works for Default calling (video or audio calls) offered by CometChat.Mute Calls
You can specify the UIDs and/or GUIDs to be muted. You can mute calls for these conversations for the said amount of time.
This functionality uses the
callExtension() method provided by CometChat SDK.
- JavaScript
- Java
- Swift
Unmute Calls
Used to unmute calls for certain conversations before the mentioned time during muting.
Used to unmute the calls for certain conversations before the mentioned time during muting.
- JavaScript
- Java
- Swift
User Settings
Apart from the feature to mute/unmute a set of UIDs or GUIDs using the above APIs, apps can have push notifications according to the user settings. The following user settings can be set:Save User Settings
The User settings object needs to be submitted as follows. All the fields are mandatory:- User Settings
callExtension() method provided by CometChat SDK.
- JavaScript
- Java
- Swift
Fetch User Settings
Fetches all the user settings that are saved by the user. This also returns the list of muted UIDs and GUIDs along with the said time for muting. This functionality uses thecallExtension() method provided by CometChat SDK.
- JavaScript
- Java
- Swift