Delegate protocol for annotation and sharing events.
More...
#include <ZoomSDKASController.h>
Inherits <NSObjectNSObject>.
Delegate protocol for annotation and sharing events.
Definition at line 180 of file ZoomSDKASController.h.
◆ 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
-
| isSupportAnnotation | YES means the share source user enable the viewer do annotations. Otherwise not. |
| shareSourceID | The share source ID that is sharing. |
◆ onFailedToStartShare
| - (void) onFailedToStartShare |
|
|
|
|
optionalrequired |
Notification of failure to start sharing.
◆ onOptimizingShareForVideoClipStatusChanged:
Designated for the optimize video property have changed.
- Parameters
-
| shareInfo | The share source information that has changed. |
◆ onShareContentChanged:
Notification of shared content is changed.
- Parameters
-
| shareInfo | The shared content, including window ID and monitor ID. |
◆ onSharedVideoEnded
| - (void) onSharedVideoEnded |
|
|
|
|
optionalrequired |
The shared video’s playback has completed.
◆ onShareSettingTypeChanged:
Designated for Zoom Meeting notify the share Settings type changes.
- Parameters
-
| type | The share setting type. |
◆ onShareStatusLocked:
| - (void) onShareStatusLocked: |
|
(BOOL) | shareLocked |
|
|
optionalrequired |
Notification if the share is locked by host/co-host.
- Parameters
-
| shareLocked | YES means the share is locked, otherwise not. |
- Deprecated
- This method is no longer used.
◆ onSharingStatusChanged:
Notification of the sharing status in the meeting.
- Parameters
-
◆ onVideoFileSharePlayError:
Designated for the video file playback error.
- Parameters
-