ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IMeetingH323HelperEvent Class Referenceabstract

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...
 

Detailed Description

Meeting H.323 Helper callback event.

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.

The documentation for this class was generated from the following file: