Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
IMeetingH323HelperEvent Class Referenceabstract

Meeting H.323 Helper callback event. More...

#include <meeting_h323_helper_interface.h>

Public Member Functions

virtual ~IMeetingH323HelperEvent ()
 
virtual void onCalloutStatusNotify (H323CalloutStatus status)=0
 Callback event when the calling status of H.323 device changes.
 
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.
 

Detailed Description

Meeting H.323 Helper callback event.

Definition at line 46 of file meeting_h323_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingH323HelperEvent()

virtual IMeetingH323HelperEvent::~IMeetingH323HelperEvent ( )
inlinevirtual

Definition at line 49 of file meeting_h323_helper_interface.h.

49{}

Member Function Documentation

◆ onCalloutStatusNotify()

virtual void IMeetingH323HelperEvent::onCalloutStatusNotify ( H323CalloutStatus status)
pure virtual

Callback event when the calling status of H.323 device changes.

Parameters
statusH.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
resultParing result. For more details, see H323ParingResult enum.
meetingNumberThe meeting number to be paired.