• Mutes or unmutes all attendees. Host or co-host only.

    Parameters

    • args: {
          error?: Function;
          muteAll: boolean;
          success?: Function;
      }
      • Optional error?: Function

        Callback function in the event of an error.

      • muteAll: boolean

        True to mute all or false to unmute all.

      • Optional success?: Function

        Callback function on success.

    Returns void

    Rate Limit

    5s