Zoom Meeting SDK for Web
    Preparing search index...

    Function startScreenShare

    • 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;
        }
        • OptionalbroadcastToBreakoutRoom?: boolean

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

        • Optionalerror?: Function

          Callback function in the event of an error.

        • OptionalhideShareAudioOption?: boolean

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

        • OptionaloptimizedForSharedVideo?: 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.

        • OptionalsourceId?: string

          sourceId: the sourceId of the shared content.

        • Optionalsuccess?: Function

          Callback function on success.

      Returns any

      1s