Meeting phone helper interface.
More...
#include <meeting_phone_helper_interface.h>
Meeting phone helper interface.
Definition at line 168 of file meeting_phone_helper_interface.h.
◆ CallMe()
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, this function returns an error.
◆ 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, this function returns an error.
◆ GetCallMeStatus()
| virtual PhoneStatus IMeetingPhoneHelper::GetCallMeStatus |
( |
| ) |
|
|
pure virtual |
Gets 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.
◆ GetCurrentMeetingCallinNumber()
Gets 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.
◆ GetCurrentMeetingCallinParticipantID()
| virtual unsigned int IMeetingPhoneHelper::GetCurrentMeetingCallinParticipantID |
( |
| ) |
|
|
pure virtual |
Gets the ID of the participant who joins the meeting by calling in.
- Returns
- If the function succeeds, it returns the participant ID.
◆ GetInviteCalloutUserStatus()
| virtual PhoneStatus IMeetingPhoneHelper::GetInviteCalloutUserStatus |
( |
| ) |
|
|
pure virtual |
Gets the invited users' status by calling out.
- Returns
- If the function succeeds, it returns the current call-out process.
◆ GetSupportCountryInfo()
Gets 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 nullptr.
◆ 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, this function returns an error.
◆ InviteCallOutUser()
Invite the specified user to join the meeting by calling out.
- Parameters
-
| countryCode | The specified users' country code must be in the support list. |
| phoneNumber | The specified users' phone number. |
| name | The specified users' screen name in the meeting. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ IsDialoutSupported()
| virtual bool IMeetingPhoneHelper::IsDialoutSupported |
( |
| ) |
|
|
pure virtual |
Query if it is able to dial out in the current meeting.
- Returns
- true if able to dial out. Otherwise, false.
◆ IsSupportPhoneFeature()
| virtual bool IMeetingPhoneHelper::IsSupportPhoneFeature |
( |
| ) |
|
|
pure virtual |
Determines whether the meeting supports to join by the phone or not.
- Returns
- true if to support to join by phone. Otherwise, false.
◆ SetEvent()
Sets meeting phone helper callback event handler 123, 456, 123.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.