mute Or Unmute Conversation
abstract fun muteOrUnmuteConversation(conversationId: String?, mustBeMuted: Boolean, listener: IConversationProxy.IUpdateConversationListener?)
Content copied to clipboard
Mute or Unmute notifications for a conversation
This method only works if the conversation already exists.
Parameters
conversationId
String The id of the searched conversation
mustBeMuted
boolean Mute state of the conversation to apply
listener
IUpdateConversationListener Callback with onUpdateConversationSuccess
and onUpdateConversationFailed