|
ZOOM Windows SDK
5.2.42037.1112
|
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... | |
Direct sharing helper callback event.
|
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. |
1.8.14