Meeting SDK for Windows API Reference
|
Docs controller callback event. More...
#include <meeting_docs_interface.h>
Public Member Functions | |
virtual | ~IMeetingDocsCtrlEvent () |
virtual void | onDocsSharingSourceInfoChanged (IZoomSDKDocSharingSourceInfo *pInfo)=0 |
Callback for document status change Notifies when document sharing starts/stops. All meeting participants receive this event. | |
virtual void | onDocsPermissionChanged (SDKDocsCreateOption createOption, SDKDocsShareOption option)=0 |
Callback for document sharing permission changes Triggered when document creation/sharing permissions are modified. | |
Docs controller callback event.
Definition at line 86 of file meeting_docs_interface.h.
|
inlinevirtual |
Definition at line 89 of file meeting_docs_interface.h.
|
pure virtual |
Callback for document sharing permission changes Triggered when document creation/sharing permissions are modified.
createOption | Specifies who can create new documents, see SDKDocsCreateOption |
option | Specifies who can share documents, see SDKDocsShareOption |
|
pure virtual |
Callback for document status change Notifies when document sharing starts/stops. All meeting participants receive this event.
pInfo | Document sharing source information, see IZoomSDKDocSharingSourceInfo |