ZOOM Windows SDK
5.2.42037.1112
|
Direct sharing helper Interface. More...
#include <direct_share_helper_interface.h>
Public Member Functions | |
virtual SDKError | SetEvent (IDirectShareServiceHelperEvent *pEvent)=0 |
Direct sharing helper callback event handler. More... | |
virtual SDKError | CanStartDirectShare ()=0 |
Determine if it is able to start the direct sharing. More... | |
virtual bool | IsDirectShareInProgress ()=0 |
Determine if direct sharing is in progress. More... | |
virtual SDKError | StartDirectShare ()=0 |
Start direct sharing. More... | |
virtual SDKError | StopDirectShare ()=0 |
Stop direct sharing. More... | |
Direct sharing helper Interface.
|
pure virtual |
Determine if it is able to start the direct sharing.
|
pure virtual |
Determine if direct sharing is in progress.
|
pure virtual |
Direct sharing helper callback event handler.
pEvent | A pointer to the IDirectShareServiceHelperEvent that receives the direct sharing service event. |
|
pure virtual |
Start direct sharing.
|
pure virtual |
Stop direct sharing.