Mac SDK
Instance Methods | List of all members
<ZoomSDKASControllerDelegate> Protocol Reference

Callback of annotation events. More...

#import <ZoomSDKASController.h>

Inheritance diagram for <ZoomSDKASControllerDelegate>:

Instance Methods

(void) - onSharingStatus:User:
 Notification of the sharing status in the meeting. More...
 
(void) - onShareStatusLocked:
 Notification if the share is locked by host/co-host. More...
 
(void) - onShareContentChanged:
 Notification of shared content is changed. More...
 
(void) - onAnnotationSupportPropertyChanged:shareSourceUserID:
 Designated for Zoom Meeting notify the sharing user's has changed the viewer's annotation privilage. More...
 

Detailed Description

Callback of annotation events.

Method Documentation

◆ onAnnotationSupportPropertyChanged:shareSourceUserID:

- (void) onAnnotationSupportPropertyChanged: (BOOL)  isSupportAnnotation
shareSourceUserID: (unsigned int)  userID 
optional

Designated for Zoom Meeting notify the sharing user's has changed the viewer's annotation privilage.

Parameters
isSupportAnnotationYES means the share source user enable viewer do annotate, otherwise not.
userIDThe user id that is sharing.

◆ onShareContentChanged:

- (void) onShareContentChanged: (ZoomSDKShareInfo *)  shareInfo
optional

Notification of shared content is changed.

Parameters
shareInfoThe shared content, including window ID and monitor ID.

◆ onShareStatusLocked:

- (void) onShareStatusLocked: (BOOL)  shareLocked
optional

Notification if the share is locked by host/co-host.

Parameters
shareLockedYES means the share is locked, otherwise not.

◆ onSharingStatus:User:

- (void) onSharingStatus: (ZoomSDKShareStatus)  status
User: (unsigned int)  userID 
optional

Notification of the sharing status in the meeting.

Parameters
statusThe sharing status.
userIDThe ID of user who is sharing.

The documentation for this protocol was generated from the following file: