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

Callback of annotation events. More...

#include <ZoomSDKASController.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onSharingStatusChanged:
 Notification of the sharing status in the meeting.
 
(void) - onFailedToStartShare
 Notification of failure to start sharing.
 
(void) - onShareStatusLocked:
 Notification if the share is locked by host/co-host.
 
(void) - onShareContentChanged:
 Notification of shared content is changed.
 
(void) - onAnnotationSupportPropertyChanged:shareSourceID:
 Designated for Zoom Meeting notify the sharing user 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.
 
(void) - onOptimizingShareForVideoClipStatusChanged:
 Designated for the optimize video property have changed.
 

Detailed Description

Callback of annotation events.

Definition at line 133 of file ZoomSDKASController.h.

Method Documentation

◆ onAnnotationSupportPropertyChanged:shareSourceID:

- (void) onAnnotationSupportPropertyChanged: (BOOL) isSupportAnnotation
shareSourceID: (unsigned int) shareSourceID 
optionalrequired

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

Parameters
isSupportAnnotationYES means the share source user enable the viewer do annotations. Otherwise not.
shareSourceIDThe share source ID that is sharing.

◆ onFailedToStartShare

- (void) onFailedToStartShare
optionalrequired

Notification of failure to start sharing.

◆ onOptimizingShareForVideoClipStatusChanged:

- (void) onOptimizingShareForVideoClipStatusChanged: (ZoomSDKSharingSourceInfo *) shareInfo
optionalrequired

Designated for the optimize video property have changed.

Parameters
shareInfoThe share source information that has changed.

◆ onShareContentChanged:

- (void) onShareContentChanged: (ZoomSDKSharingSourceInfo *) shareInfo
optionalrequired

Notification of shared content is changed.

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

◆ onSharedVideoEnded

- (void) onSharedVideoEnded
optionalrequired

The shared video’s playback has completed.

◆ onShareSettingTypeChanged:

- (void) onShareSettingTypeChanged: (ZoomSDKShareSettingType) type
optionalrequired

Designated for Zoom Meeting notify the share Settings type changes.

Parameters
typeThe share setting type.

◆ onShareStatusLocked:

- (void) onShareStatusLocked: (BOOL) shareLocked
optionalrequired

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

Parameters
shareLockedYES means the share is locked, otherwise not.
Deprecated
This method is no longer used.

◆ onSharingStatusChanged:

- (void) onSharingStatusChanged: (ZoomSDKSharingSourceInfo *) shareInfo
optional

Notification of the sharing status in the meeting.

Parameters
shareInfoThe object of ZoomSDKSharingSourceInfo.

◆ onVideoFileSharePlayError:

- (void) onVideoFileSharePlayError: (ZoomSDKVideoFileSharePlayError) error
optionalrequired

Designated for the video file playback error.

Parameters
errorThe error type.