Implements

Constructors

Methods

  • Disable viewer annotation.

    Parameters

    • disable: boolean

    Returns Promise<any>

  • Enble share audio when screen sharing.

    Parameters

    • enable: boolean

    Returns Promise<any>

  • Determine whether annotation feature is supported.

    Returns Promise<any>

  • Determine whether other user is sharing.

    Returns Promise<any>

  • Determine whether the current user is sharing the screen.

    Returns Promise<any>

  • Determine whether sharing the view or screen is locked.

    Returns Promise<any>

  • Determine whether the current user is sharing.

    Returns Promise<any>

  • Determine whether viewer annotation is disabled.

    Returns Promise<any>

  • Lock sharing the view or screen. Only the host can call this method.

    Parameters

    • lock: boolean

    Returns Promise<any>

  • Pause screen share.

    Returns Promise<any>

  • Resume screen share.

    Returns Promise<any>

  • Start sharing the screen.

    Returns Promise<any>

  • iOS only: Share the select camera. Query the select camera using ZoomVideoSdkVideoHelper#getCameraList(). The presenter can use #pauseShare() to enable viewer annotation. If the camera is paused, the presenter can use #resumeShare() to resume. Notice: The user should start video before starting to share a camera, otherwise the SDK returns error ZoomVideoSDKErrors#Errors_Session_Share_Camera_Video_Not_Start. To share camera view on Android, add CameraView component directly in the screen.

    Returns Promise<any>

  • Stop view or screen share.

    Returns Promise<any>