Meeting SDK for Linux API Reference
|
Callback event of meeting share controller. More...
#include <meeting_sharing_interface.h>
Public Member Functions | |
virtual | ~IMeetingShareCtrlEvent () |
virtual void | onSharingStatus (ZoomSDKSharingSourceInfo shareInfo)=0 |
Callback event of the changed sharing status. | |
virtual void | onFailedToStartShare ()=0 |
Callback event of failure to start sharing. | |
virtual void | onLockShareStatus (bool bLocked)=0 |
Callback event of locked share status. | |
virtual void | onShareContentNotification (ZoomSDKSharingSourceInfo shareInfo)=0 |
Callback event of changed sharing information. | |
virtual void | onMultiShareSwitchToSingleShareNeedConfirm (IShareSwitchMultiToSingleConfirmHandler *handler_)=0 |
Callback event of switching multi-participants share to one participant share. | |
virtual void | onShareSettingTypeChangedNotification (ShareSettingType type)=0 |
Callback event of sharing setting type changed. | |
virtual void | onSharedVideoEnded ()=0 |
Callback event of the shared video's playback has completed. | |
virtual void | onVideoFileSharePlayError (ZoomSDKVideoFileSharePlayError error)=0 |
Callback event of the video file playback error. | |
virtual void | onOptimizingShareForVideoClipStatusChanged (ZoomSDKSharingSourceInfo shareInfo)=0 |
Callback event of the changed optimizing video status. | |
Callback event of meeting share controller.
Definition at line 112 of file meeting_sharing_interface.h.
|
inlinevirtual |
Definition at line 115 of file meeting_sharing_interface.h.
|
pure virtual |
Callback event of failure to start sharing.
|
pure virtual |
Callback event of locked share status.
bLocked | TRUE indicates that it is locked. FALSE unlocked. |
|
pure virtual |
Callback event of switching multi-participants share to one participant share.
handler_ | An object pointer used by user to complete all the related operations. For more details, see IShareSwitchMultiToSingleConfirmHandler. |
|
pure virtual |
Callback event of the changed optimizing video status.
shareInfo | Sharing information. For more details, see ZoomSDKSharingSourceInfo structure. |
|
pure virtual |
Callback event of changed sharing information.
shareInfo | Sharing information. For more details, see ZoomSDKSharingSourceInfo structure. |
|
pure virtual |
Callback event of the shared video's playback has completed.
|
pure virtual |
Callback event of sharing setting type changed.
type | Sharing setting type. For more details, see ShareSettingType structure. |
|
pure virtual |
Callback event of the changed sharing status.
shareInfo | Sharing information. For more details, see ZoomSDKSharingSourceInfo structure. |
|
pure virtual |
Callback event of the video file playback error.
error | The error type. For more details, see ZoomSDKVideoFileSharePlayError structure. |