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

Direct sharing helper callback event. More...

#include <direct_share_helper_interface.h>

Public Member Functions

virtual void OnDirectShareStatusUpdate (DirectShareStatus status, IDirectShareViaMeetingIDOrPairingCodeHandler *handler)=0
 The callback event will be triggered if the status of direct sharing changes. More...
 

Detailed Description

Direct sharing helper callback event.

Member Function Documentation

◆ OnDirectShareStatusUpdate()

virtual void IDirectShareServiceHelperEvent::OnDirectShareStatusUpdate ( DirectShareStatus  status,
IDirectShareViaMeetingIDOrPairingCodeHandler handler 
)
pure virtual

The callback event will be triggered if the status of direct sharing changes.

Parameters
statusSpecifies the status of direct sharing. For more details, see DirectShareStatus enum.
handlerA pointer to the IDirectShareViaMeetingIDOrPairingCodeHandler. It is only valid when the value of status is DirectShare_Need_MeetingID_Or_PairingCode. The SDK user must set the value of the _paring_code or _meeting_number via the functions of IDirectShareViaMeetingIDOrPairingCodeHandler to start direct sharing. For more details, see IDirectShareViaMeetingIDOrPairingCodeHandler.

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