Meeting phone helper interface.
More...
#include <meeting_phone_helper_interface.h>
Meeting phone helper interface.
◆ CallMe()
virtual SDKError IMeetingPhoneHelper::CallMe |
( |
const wchar_t * |
countryCode, |
|
|
const wchar_t * |
phoneNumber |
|
) |
| |
|
pure virtual |
Use the CALL ME to invite the attendee who uses the specified number to join the meeting.
- Parameters
-
countryCode | The country code of the specified user must be in the support list. |
phoneNumber | The specified phone number. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ CancelCallOut()
virtual SDKError IMeetingPhoneHelper::CancelCallOut |
( |
| ) |
|
|
pure virtual |
Cancel the invitation that is being called out by phone.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ GetCallMeStatus()
virtual PhoneStatus IMeetingPhoneHelper::GetCallMeStatus |
( |
| ) |
|
|
pure virtual |
Get the process of the invitation by CALL ME.
- Returns
- If the function succeeds, the return value is the process of the invitation by CALL ME. Otherwise failed. To get extended error information, see PhoneStatus enum.
◆ GetCurrentMeetingCallinNumber()
Get the list of call in numbers supported by meeting.
- Returns
- If the function succeeds, the return value is the list of the call-in numbers. Otherwise failed. For more details, see IMeetingCallInPhoneNumberInfo.
◆ GetCurrentMeetingCallinParticipantID()
virtual unsigned int IMeetingPhoneHelper::GetCurrentMeetingCallinParticipantID |
( |
| ) |
|
|
pure virtual |
Get the ID of participant who joins the meeting by calling in.
- Returns
- If the function succeeds, the return value is the participant ID.
◆ GetInviteCalloutUserStatus()
virtual PhoneStatus IMeetingPhoneHelper::GetInviteCalloutUserStatus |
( |
| ) |
|
|
pure virtual |
Get the process of the invitation by call out.
- Returns
- If the function succeeds, the return value is the current call-out process. To get extended error information, see PhoneStatus enum
◆ GetSupportCountryInfo()
Get the list of the country information where the meeting supports to join by telephone.
- Returns
- List of the country information returns if the meeting supports to join by telephone. Otherwise NULL.
◆ Hangup()
virtual SDKError IMeetingPhoneHelper::Hangup |
( |
| ) |
|
|
pure virtual |
Cancel the current invitation by CALL ME.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ InviteCallOutUser()
virtual SDKError IMeetingPhoneHelper::InviteCallOutUser |
( |
const wchar_t * |
countryCode, |
|
|
const wchar_t * |
phoneNumber, |
|
|
const wchar_t * |
name |
|
) |
| |
|
pure virtual |
Invite the specified user to join the meeting by call out.
- Parameters
-
countryCode | The country code of the specified user must be in the support list. |
phoneNumber | The phone number of specified user. |
name | The screen name of the specified user in the meeting. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ IsSupportPhoneFeature()
virtual bool IMeetingPhoneHelper::IsSupportPhoneFeature |
( |
| ) |
|
|
pure virtual |
Determine whether the meeting supports to join by the phone or not.
- Returns
- TRUE indicates to support to join by phone. FALSE not.
◆ SetEvent()
Set meeting phone helper callback event handler.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
The documentation for this class was generated from the following file: