ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IDirectShareServiceHelper Class Referenceabstract

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...
 

Detailed Description

Direct sharing helper Interface.

Member Function Documentation

◆ CanStartDirectShare()

virtual SDKError IDirectShareServiceHelper::CanStartDirectShare ( )
pure virtual

Determine if it is able to start the direct sharing.

Returns
If it is enabled to start the direct sharing, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ IsDirectShareInProgress()

virtual bool IDirectShareServiceHelper::IsDirectShareInProgress ( )
pure virtual

Determine if direct sharing is in progress.

Returns
TRUE indicates that the direct sharing is in progress.

◆ SetEvent()

virtual SDKError IDirectShareServiceHelper::SetEvent ( IDirectShareServiceHelperEvent pEvent)
pure virtual

Direct sharing helper callback event handler.

Parameters
pEventA pointer to the IDirectShareServiceHelperEvent that receives the direct sharing service event.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ StartDirectShare()

virtual SDKError IDirectShareServiceHelper::StartDirectShare ( )
pure virtual

Start direct sharing.

Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
Remarks
This API can only be called by the logged in user.

◆ StopDirectShare()

virtual SDKError IDirectShareServiceHelper::StopDirectShare ( )
pure virtual

Stop direct sharing.

Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
Remarks
This API can only be called by the logged in user.

The documentation for this class was generated from the following file: