|
ZOOM Windows SDK
5.2.42037.1112
|
Callback event of meeting share controller. More...
#include <meeting_sharing_interface.h>
Public Member Functions | |
| virtual void | onSharingStatus (SharingStatus status, unsigned int userId)=0 |
| Callback event of the changed sharing status. More... | |
| virtual void | onLockShareStatus (bool bLocked)=0 |
| Callback event of locked share status. More... | |
| virtual void | onShareContentNotification (ShareInfo &shareInfo)=0 |
| Callback event of changed sharing information. More... | |
| virtual void | onMultiShareSwitchToSingleShareNeedConfirm (IShareSwitchMultiToSingleConfirmHandler *handler_)=0 |
| Callback event of switching multi-participants share to one participant share. More... | |
Callback event of meeting share controller.
|
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 changed sharing information.
| shareInfo | Sharing information. For more details, see ShareInfo structure. |
|
pure virtual |
Callback event of the changed sharing status.
| status | The values of sharing status. For more details, see SharingStatus enum. |
| userId | Sharer ID. |
1.8.14