Parameters | Value | Description |
---|---|---|
uids | Array of UIDs | This parameter allows you to mute one-on-one chat for the mentioned UIDs. |
guids | Array of GUIDs | This parameter allows you to mute group chat for the mentioned GUIDs. |
timeInMS | String consisting of UNIX timestamp | This parameter allows you to mute chats for a specific amount of time for the required UIDs or GUIDs After the mentioned duration, the Push Notifications are received. Eg: “1628425767881” |
callExtension()
method provided by CometChat SDK.
Parameters | Value | Description |
---|---|---|
uids | Array of UIDs | This parameter allows you to unmute one-on-one chat for the mentioned UIDs. |
guids | Array of GUIDs | This parameter allows you to unmute group chat for the mentioned GUIDs. |
callExtension()
method provided by CometChat SDK.
Parameters | Value | Description |
---|---|---|
uids | Array of UIDs | This parameter allows you to mute one-on-one calls for the mentioned UIDs. |
guids | Array of GUIDs | This parameter allows you to mute group calls for the mentioned GUIDs. |
timeinMS | String consisting of UNIX timestamp | This parameter allows you to mute calls for a specific amount of time for the required UIDs or GUIDs After the mentioned duration, the Push Notifications are received. Eg: “1628425767881” |
callExtension()
method provided by CometChat SDK.
Parameters | Value | Description |
---|---|---|
uids | Array of UIDs | This parameter allows you to unmute one-on-one calls for the mentioned UIDs. |
guids | Array of GUIDs | This parameter allows you to unmute group calls for the mentioned GUIDs. |
Settings | Description |
---|---|
Do Not Disturb | When turned ON, the “Do Not Disturb” parameter disables the Push Notifications entirely for the user. The user stops receiving push notifications until this setting is explicitly turned OFF. This overrides all the following settings. |
Allow only Mentions | Until turned OFF, the notifications are only sent for text messages for the mentioned receiver of the message |
Mute all one-on-one chat | This parameter can be used to mute chat notifications for all one-on-one conversations. The user will not receive push notifications until this is turned OFF. |
Mute all group chat | This parameter can be used to mute chat notifications for all group conversations. The user will not receive push notifications until the parameter is turned OFF. |
Mute all one-on-one calls | This preference can be used to mute call notifications for all one-on-one conversations. The user will not receive push notifications until the parameter is turned OFF. |
Mute all group calls | This parameter can be used to mute call notifications for all group conversations. The user will not receive push notifications until this is turned OFF. |
callExtension()
method provided by CometChat SDK.
callExtension()
method provided by CometChat SDK.