Meeting H323 Helper Interface.
More...
#include <meeting_h323_helper_interface.h>
Meeting H323 Helper Interface.
◆ CallOutH323()
Call out with the assigned H.323 device.
- Parameters
-
deviceInfo | Specify 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.
◆ 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
-
meetingNum | TRUE 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()
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.
◆ 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
-
meetingNum | Specifies which meeting to paring. |
paringCode | Code for paring |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SetEvent()
Set meeting H.323 helper callback event handler.
- Parameters
-
The documentation for this class was generated from the following file: