muteOrUnmuteConversation

abstract fun muteOrUnmuteConversation(conversationId: String?, mustBeMuted: Boolean, listener: RainbowListener<Unit, Unit>?)

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

RainbowListener Callback