ZOOM Windows SDK
5.2.42037.1112
|
Meeting H.323 Helper callback event. More...
#include <meeting_h323_helper_interface.h>
Public Member Functions | |
virtual void | onCalloutStatusNotify (H323CalloutStatus status)=0 |
Callback event when the calling status of H.323 device changes. More... | |
virtual void | onParingH323Result (H323ParingResult result, UINT64 meetingNumber)=0 |
The callback event is triggered when the result of using the H.323 device to pair the assigned meeting is out. More... | |
Meeting H.323 Helper callback event.
|
pure virtual |
Callback event when the calling status of H.323 device changes.
status | H.323 device calling out status value. For more details, see H323CalloutStatus enum. |
|
pure virtual |
The callback event is triggered when the result of using the H.323 device to pair the assigned meeting is out.
result | Paring result. For more details, see H323ParingResult enum. |
meetingNumber | The meeting number to be paired. |