Module: zoom_meeting_share

Methods

(inner) getInstance() → {ZoomMeetingShare}

mode: Get Zoom SDK Meeting Audio Module
Source:
Returns:
Type
ZoomMeetingShare

(inner) MeetingShare_StartAppShare(zn_hShare_app) → {ZoomSDKError}

mode: Start app share
Parameters:
Name Type Description
zn_hShare_app String Specifies which the window is to be shared (require hexadecimal)
Source:
Returns:
Type
ZoomSDKError

(inner) MeetingShare_StartMonitorShare(zn_monitorID) → {ZoomSDKError}

mode: start desktopshare
Parameters:
Name Type Description
zn_monitorID String Specifies which the monitor is to be shared.Using EnumDisplayMonitors System api to get this value.
Source:
Returns:
Type
ZoomSDKError

(inner) MeetingShare_StopShare() → {ZoomSDKError}

mode: stop share
Source:
Returns:
Type
ZoomSDKError

(inner) SetOnSharingStatusCB(onSharingStatus) → {Boolean}

mode: Set On Sharing Status CB
Parameters:
Name Type Description
onSharingStatus function
Source:
Returns:
Type
Boolean