Callback of annotation events.
More...
#import <ZoomSDKASController.h>
Callback of annotation events.
◆ onAnnotationSupportPropertyChanged:shareSourceUserID:()
| - (void ZoomSDKASControllerDelegate) 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
-
| isSupportAnnotation | YES means the share source user enable viewer do annotate, otherwise not. |
| userID | The user id that is sharing. |
◆ onShareContentChanged:()
| - (void ZoomSDKASControllerDelegate) onShareContentChanged: |
|
(ZoomSDKShareInfo *) |
shareInfo |
|
|
optional |
Notification of shared content is changed.
- Parameters
-
| shareInfo | The shared content, including window ID and monitor ID. |
◆ onShareSettingTypeChanged:()
| - (void ZoomSDKASControllerDelegate) onShareSettingTypeChanged: |
|
(ZoomSDKShareSettingType) |
type |
|
|
optional |
Designated for Zoom Meeting notify the share Settings type changes.
- Parameters
-
| type | The share setting type. |
◆ onShareStatusLocked:()
| - (void ZoomSDKASControllerDelegate) onShareStatusLocked: |
|
(BOOL) |
shareLocked |
|
|
optional |
Notification if the share is locked by host/co-host.
- Parameters
-
| shareLocked | YES means the share is locked, otherwise not. |
◆ onSharingStatus:User:()
| - (void ZoomSDKASControllerDelegate) onSharingStatus: |
|
(ZoomSDKShareStatus) |
status |
| User: |
|
(unsigned int) |
userID |
|
|
| |
|
optional |
Notification of the sharing status in the meeting.
- Parameters
-
| status | The sharing status. |
| userID | The ID of user who is sharing. |
The documentation for this protocol was generated from the following file: