Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKASControllerDelegate> Protocol Reference

Callback of annotation events. More...

#import <ZoomSDKASController.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onSharingStatus:User:
 Notification of the sharing status in the meeting.
 
(void) - onShareStatusLocked:
 Notification if the share is locked by host/co-host.
 
(void) - onShareContentChanged:
 Notification of shared content is changed.
 
(void) - onAnnotationSupportPropertyChanged:shareSourceUserID:
 Designated for Zoom Meeting notify the sharing user's has changed the viewer's annotation privilage.
 
(void) - onShareSettingTypeChanged:
 Designated for Zoom Meeting notify the share Settings type changes.
 
(void) - onSharedVideoEnded
 The shared video’s playback has completed.
 
(void) - onVideoFileSharePlayError:
 Designated for the video file playback error.
 

Detailed Description

Callback of annotation events.

Definition at line 144 of file ZoomSDKASController.h.

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.

◆ onSharedVideoEnded

- (void) onSharedVideoEnded
optional

The shared video’s playback has completed.

◆ onShareSettingTypeChanged:

- (void) onShareSettingTypeChanged: (ZoomSDKShareSettingType type
optional

Designated for Zoom Meeting notify the share Settings type changes.

Parameters
typeThe share setting type.

◆ 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.

◆ onVideoFileSharePlayError:

- (void) onVideoFileSharePlayError: (ZoomSDKVideoFileSharePlayError error
optional

Designated for the video file playback error.

Parameters
errorThe error type.