• Start screen share.

    • Check the share privilege before starting screen share.
    • If you start screen share, you will stop receiving others' shared content.

    Parameters

    • args: {
          broadcastToBreakoutRoom?: boolean;
          error?: Function;
          hideShareAudioOption?: boolean;
          optimizedForSharedVideo?: boolean;
          sourceId?: string;
          success?: Function;
      }
      • Optional broadcastToBreakoutRoom?: boolean

        Whether the sharing is broadcast to breakout rooms. Only host or co-host have this privilege.

      • Optional error?: Function

        Callback function in the event of an error.

      • Optional hideShareAudioOption?: boolean

        Option to show (default, false) or hide (true) the "Share Audio" checkbox when sharing a Chrome tab.

      • Optional optimizedForSharedVideo?: boolean

        optimized for video share If sharing a video file that is stored locally on the computer, we recommend using the video share feature, which will provide better quality due to decreased CPU usage.

      • Optional sourceId?: string

        sourceId: the sourceId of the shared content.

      • Optional success?: Function

        Callback function on success.

    Returns any

    Rate Limit

    1s