• Mirrors current video. Requires SAB to be enabled. Preview and Waiting room not support.

    Parameters

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

        Callback function in the event of an error.

      • mirrored: boolean

        Mirrors current video.

      • Optional success?: Function

        Callback function on success.

    Returns any