Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
<MobileRTCAnnotationServiceDelegate> Protocol Reference

The share sender will disable the annotation, this delegate will notify the status change to viewer #only for custom UI#. More...

#include <MobileRTCAnnotationService.h>

Inherits <NSObject>.

Instance Methods

(void) - onAnnotationService:supportStatusChanged:shareSouceID:
 Designated for Zoom Meeting notify the sharing user has changed the viewer's annotation privilage.
 

Detailed Description

The share sender will disable the annotation, this delegate will notify the status change to viewer #only for custom UI#.

Warning
If support is YES, viewer need call startAnnotationWithSharedView interface to start shareView annotation service.

Definition at line 88 of file MobileRTCAnnotationService.h.

Method Documentation

◆ onAnnotationService:supportStatusChanged:shareSouceID:

- (void) onAnnotationService: (nullable MobileRTCAnnotationService *) service
supportStatusChanged: (BOOL) support
shareSouceID: (NSUInteger) shareSourceID 
optional

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

Parameters
supportYES means the share source user enabled the viewer to allow annotationse, otherwise not.
shareSourceIDThe share source ID that is sharing.