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

#import <ZoomSDKCustomizedAnnotationCtr.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onAnnotationCleanUp:
 Notification of clearing up annotations in the meeting.
 
(void) - onAnnotationStatusChanged:Status:
 Notify annotation status changes.
 
(void) - onAnnotationSupportPropertyChangedForCustom:shareSourceUserID:
 Designated for Zoom Meeting notify the sharing user's has changed the viewer's annotation privilage.
 

Detailed Description

Definition at line 101 of file ZoomSDKCustomizedAnnotationCtr.h.

Method Documentation

◆ onAnnotationCleanUp:

- (void) onAnnotationCleanUp: (ZoomSDKCustomizedAnnotation *)  annotation

Notification of clearing up annotations in the meeting.

Parameters
annotationThe object of ZoomSDKCustomizedAnnotation.

◆ onAnnotationStatusChanged:Status:

- (void) onAnnotationStatusChanged: (ZoomSDKShareElement *)  element
Status: (AnnotationStatus status 

Notify annotation status changes.

Parameters
elementThe pointer to ZoomSDKShareElement.
statusAnnotation status.

◆ onAnnotationSupportPropertyChangedForCustom:shareSourceUserID:

- (void) onAnnotationSupportPropertyChangedForCustom: (BOOL)  isSupportAnnotation
shareSourceUserID: (unsigned int)  userID 

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.