• Stops or starts focus mode. Host/co-host only.

    Parameters

    • args: {
          enable: boolean;
          error?: Function;
          success?: Function;
      }
      • enable: boolean

        True to start or false to stop focus mode.

      • Optional error?: Function

        Callback function in the event of an error.

      • Optional success?: Function

        Callback function on success.

    Returns void

    Rate Limit

    5s