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

Meeting H323 Helper Interface. More...

#include <meeting_h323_helper_interface.h>

Public Member Functions

virtual void SetEvent (IMeetingH323HelperEvent *pEvent)=0
 Set meeting H.323 helper callback event handler. More...
 
virtual IList< const wchar_t *> * GetH323Address ()=0
 Get the list of H.323 call-in number supported by the current meeting. More...
 
virtual const wchar_t * GetH323Password ()=0
 Get the H.323 password for the current meeting. More...
 
virtual SDKError CanPairingMeeting (UINT64 meetingNum)=0
 Determine if it is enabled to pair the meeting. More...
 
virtual SDKError SendMeetingParingCode (UINT64 meetingNum, wchar_t *paringCode)=0
 Send Meeting paring code. More...
 
virtual IList< IH323Device *> * GetCalloutH323DviceList ()=0
 Get the list of the call-out devices supported by the current meeting. More...
 
virtual SDKError CallOutH323 (IH323Device *deviceInfo)=0
 Call out with the assigned H.323 device. More...
 
virtual SDKError CancelCallOutH323 ()=0
 Cancel current outgoing call. More...
 

Detailed Description

Meeting H323 Helper Interface.

Member Function Documentation

◆ CallOutH323()

virtual SDKError IMeetingH323Helper::CallOutH323 ( IH323Device deviceInfo)
pure virtual

Call out with the assigned H.323 device.

Parameters
deviceInfoSpecify the H.323 device to use. For more details, see IH323Device.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
Remarks
If the function succeeds, the IMeetingH323HelperEvent::onCalloutStatusNotify() will be triggered once the callout status of H.323 device changes.

◆ CancelCallOutH323()

virtual SDKError IMeetingH323Helper::CancelCallOutH323 ( )
pure virtual

Cancel current outgoing call.

Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ CanPairingMeeting()

virtual SDKError IMeetingH323Helper::CanPairingMeeting ( UINT64  meetingNum)
pure virtual

Determine if it is enabled to pair the meeting.

Parameters
meetingNumTRUE Specifies the meeting number.
Returns
If pairing meeting is enabled, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ GetCalloutH323DviceList()

virtual IList<IH323Device* >* IMeetingH323Helper::GetCalloutH323DviceList ( )
pure virtual

Get the list of the call-out devices supported by the current meeting.

Returns
If the function succeeds, the return value is the pointer to the list of devices. Otherwise failed, the return value is an empty list. For more details, see IH323Device.
Remarks
The list will be cleared each time the function is called.

◆ GetH323Address()

virtual IList<const wchar_t* >* IMeetingH323Helper::GetH323Address ( )
pure virtual

Get the list of H.323 call-in number supported by the current meeting.

Returns
If the function succeeds, the return value is the pointer to the list of the call-in number. Otherwise failed, the return value is NULL.

◆ GetH323Password()

virtual const wchar_t* IMeetingH323Helper::GetH323Password ( )
pure virtual

Get the H.323 password for the current meeting.

Returns
If the function succeeds, the return value is the H.323 meeting connect password. Otherwise failed, the return value is the length of zero(0).

◆ SendMeetingParingCode()

virtual SDKError IMeetingH323Helper::SendMeetingParingCode ( UINT64  meetingNum,
wchar_t *  paringCode 
)
pure virtual

Send Meeting paring code.

Parameters
meetingNumSpecifies which meeting to paring.
paringCodeCode for paring
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
Remarks
If the function succeeds, the IMeetingH323HelperEvent::onParingH323Result() will be triggered once received the response of the H.323 device.

◆ SetEvent()

virtual void IMeetingH323Helper::SetEvent ( IMeetingH323HelperEvent pEvent)
pure virtual

Set meeting H.323 helper callback event handler.

Parameters
pEventA pointer to the IMeetingH323HelperEvent that receives H.323 helper event.

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