Meeting SDK for Windows API Reference
|
Direct sharing helper callback event. More...
#include <direct_share_helper_interface.h>
Public Member Functions | |
virtual | ~IDirectShareServiceHelperEvent () |
virtual void | OnDirectShareStatusUpdate (DirectShareStatus status, IDirectShareViaMeetingIDOrPairingCodeHandler *handler)=0 |
The callback event will be triggered if the status of direct sharing changes. | |
virtual void | OnDirectShareSpecifyContent (IDirectShareSpecifyContentHandler *handler)=0 |
Direct sharing helper callback event.
Definition at line 70 of file direct_share_helper_interface.h.
|
inlinevirtual |
Definition at line 73 of file direct_share_helper_interface.h.
|
pure virtual |
|
pure virtual |
The callback event will be triggered if the status of direct sharing changes.
status | Specifies the status of direct sharing. For more details, see DirectShareStatus enum. |
handler | A 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. |