Meeting H.323 Helper callback event.
More...
#include <meeting_h323_helper_interface.h>
Meeting H.323 Helper callback event.
Definition at line 46 of file meeting_h323_helper_interface.h.
◆ ~IMeetingH323HelperEvent()
virtual IMeetingH323HelperEvent::~IMeetingH323HelperEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onCalloutStatusNotify()
virtual void IMeetingH323HelperEvent::onCalloutStatusNotify |
( |
H323CalloutStatus | status | ) |
|
|
pure virtual |
Callback event when the calling status of H.323 device changes.
- Parameters
-
status | H.323 device calling out status value. For more details, see H323CalloutStatus enum. |
◆ onParingH323Result()
virtual void IMeetingH323HelperEvent::onParingH323Result |
( |
H323ParingResult | result, |
|
|
UINT64 | meetingNumber ) |
|
pure virtual |
The callback event is triggered when the result of using the H.323 device to pair the assigned meeting is out.
- Parameters
-
result | Paring result. For more details, see H323ParingResult enum. |
meetingNumber | The meeting number to be paired. |