Contents

init(conversationUUID:isMuted:)

Creates an action to mute or unmute a conversation.

Declaration

init(conversationUUID: UUID, isMuted: Bool)

Parameters

  • conversationUUID:

    The unique identifier of the ongoing conversation.

  • isMuted:

    A value that specifies whether to mute or unmute the local participant of the conversation.