Type Alias ZoomVideoSdkShareHelperType
ZoomVideoSdkShareHelperType: { disableViewerAnnotation: (disable: boolean) => Promise<Errors>; enableShareDeviceAudio: (enable: boolean) => Promise<Errors>; isAnnotationFeatureSupport: () => Promise<boolean>; isOtherSharing: () => Promise<boolean>; isScreenSharingOut: () => Promise<boolean>; isShareLocked: () => Promise<boolean>; isSharingOut: () => Promise<boolean>; isViewerAnnotationDisabled: () => Promise<boolean>; lockShare: (lock: boolean) => Promise<Errors>; pauseShare: () => Promise<Errors>; resumeShare: () => Promise<Errors>; shareScreen: () => void; stopShare: () => Promise<Errors>;} Type declaration
disableViewerAnnotation: (disable: boolean) => Promise<Errors>
enableShareDeviceAudio: (enable: boolean) => Promise<Errors>
isAnnotationFeatureSupport: () => Promise<boolean>
isOtherSharing: () => Promise<boolean>
isScreenSharingOut: () => Promise<boolean>
isShareLocked: () => Promise<boolean>
isSharingOut: () => Promise<boolean>
isViewerAnnotationDisabled: () => Promise<boolean>
lockShare: (lock: boolean) => Promise<Errors>
pauseShare: () => Promise<Errors>
resumeShare: () => Promise<Errors>
shareScreen: () => void
stopShare: () => Promise<Errors>
Share control interface.