49- (BOOL)isShowInFirstScreen;
50- (BOOL)isShowInSecondScreen;
51- (BOOL)canBeRemoteControl;
52- (
unsigned int)getUserID;
74- (
ZoomSDKError)getDisplayID:(CGDirectDisplayID*)displayID;
87-(BOOL)isInSplitScreenMode;
88-(BOOL)isSupportSplitScreenMode;
94@protocol ZoomSDKASControllerDelegate <NSObject>
108- (void)onShareStatusLocked:(BOOL)shareLocked;
121- (void)onAnnotationSupportPropertyChanged:(BOOL)isSupportAnnotation shareSourceUserID:(
unsigned int)userID;
142@property(nonatomic, assign)id<ZoomSDKASControllerDelegate> delegate;
156- (
ZoomSDKError)startMonitorShare:(CGDirectDisplayID)monitorID;
168- (NSArray*)getShareSourceList;
189- (BOOL)canStartShare;
195- (BOOL)isShareLocked;
241- (
ZoomSDKError)getCurrentRemoteController:(
unsigned int*)userID;
283- (
ZoomSDKError)startShareCamera:(NSString*)deviceID displayWindow:(NSWindow*)window;
289- (BOOL)canSwitchToShareNextCamera;
300- (BOOL)isAbleToShareWhiteBoard;
305- (BOOL)isAbleToShareFrame;
310- (BOOL)isAbleToShareComputerAudio;
315- (BOOL)isAbleToShareCamera;
353- (BOOL)isSupportEnableOptimizeForFullScreenVideoClip;
359- (BOOL)isEnableShareComputerSoundOn;
365- (BOOL)isEnableOptimizeForFullScreenVideoClipOn;
379- (
ZoomSDKError)enableOptimizingScreenShareForVideoClip:(BOOL)enable;
400- (
ZoomSDKError)enableShareComputerSoundWhenSharing:(BOOL)enable;
407- (
ZoomSDKError)enableOptimizingScreenShareForVideoClipWhenSharing:(BOOL)enable;
413- (BOOL)isWhiteboardLegalNoticeAvailable;
419- (NSString *)getWhiteboardLegalNoticesPrompt;
425- (NSString *)getWhiteboardLegalNoticesExplained;
441- (
ZoomSDKError)enableFollowPresenterPointerWhenViewShare:(
unsigned int)userId enable:(BOOL)enable;
449- (
ZoomSDKError)canEnableFollowPresenterPointerWhenViewShare:(
unsigned int)userID bCan:(BOOL*)bCan;
AnnotationToolType
Type of annotation tools.
ZoomSDKShareStatus
Enumeration of sharing status.
AnnotationClearType
Types of clearing annotations.
ZoomSDKShareViewZoomRatio
Enumerations of share view zoom ratio.
ScreenType
Enumeration of screen types for multi-sharing.
ZoomSDKError
Enumeration of common errors of SDK.
ZoomSDKShareContentType
Enumeration of types of shared content.
ZoomSDKShareSettingType
Enumerations of sharing types.
ZoomSDKAudioShareMode
Enumerations of the audio share mode.
ZoomSDKRemoteControllerHelper * _remoteControllerHelper
ZoomSDKCustomizedAnnotationCtr * _customizedAnnotationCtr
ZoomSDKAnnotationController * _annotationController
ZoomSDKShareContainer * _shareContainer
id< ZoomSDKASControllerDelegate > _delegate
ZOOM UI annotation class.
BOOL isAnnotationDisable()
NSString * getAnnotationLegalNoticesExplained()
Get the annotation legal notices explained.
NSString * getAnnotationLegalNoticesPrompt()
Get the annotation legal notices prompt.
BOOL isAnnotationLegalNoticeAvailable()
Determine whether the legal notice for annotation is available.
ZOOM share information class.
ZoomSDKShareContentType _shareType
CGDirectDisplayID _displayID
BOOL _isShowInFirstScreen
BOOL _isShowInSecondScreen
ZOOM SDK split screen information class.
BOOL _isInSplitScreenMode
BOOL _isSupportSplitScreenMode