@twilio/voice-sdk
    Preparing search index...

    Function muteEvent

    • Emitted when the Call is muted or unmuted.

      Parameters

      • isMuted: boolean

        Whether the Call is muted.

      • call: Call

        The Call.

      Returns void

      call.on('mute', (isMuted, call) => { });