Enumeration of common errors of SDK.
Enumeration of the number types for calling to join the audio into a meeting.
CallInNumberType_TOLLFREE
Enumeration of the reasons for the telephone call’s failure.
PhoneFailedReason_Not_Available
PhoneFailedReason_Block_High_Rate
PhoneFailedReason_User_Hangup
PhoneFailedReason_Block_Too_Frequent
PhoneFailedReason_No_Answer
PhoneFailedReason_Block_No_Host
PhoneFailedReason_Other_Fail
Enumeration of phone call status.
PhoneStatus_Cancel_Failed
Call-in phone number info.
CallInNumberType getType()
Get the call-in number’s call type.
String getDisplayNumber()
Get the current call-in number’s display number.
String getID()
Get the current call-in number's country ID.
String getCode()
Get the current call-in number's country code.
String getName()
Get the current call-in number's country name.
String getNumber()
Get the current call-in number’s telephone number.
String getCountryCode()
Get the country code.
String getCountryName()
Get the country name.
String getCountryID()
Get the ID of the country where a user can dial in.
boolean isDialOutSupported()
Query if it is able to dial out in the current meeting.
List< PhoneSupportCountryInfo > getSupportCountryInfo()
Get the list of the countries which support calling out.
List< CallInPhoneNumberInfo > getCurrentMeetingCallInNumber()
Get the list of call-in numbers supported by the meeting.
boolean isSupportPhoneFeature()
Determine if the user account supports calling out.
void addListener(PhoneHelperListener listener)
add phone helper listener
long getCurrentMeetingCallInParticipantID()
Get the ID of the participant who joins the meeting by calling in.
MobileRTCSDKError inviteCallOutUser(String countryCode, String phoneNumber, String userName)
Invite the specified user to join the meeting by calling out.
MobileRTCSDKError hangUp()
Cancel the current CALL ME action.
void removeListener(PhoneHelperListener listener)
remove add phone helper listener
MobileRTCSDKError cancelCallOutUser()
Cancel the invitation that is being called out by phone.
MobileRTCSDKError callMe(String countryCode, String phoneNumber)
Invite myself to join audio to the meeting by phone.
PhoneStatus getCallMeStatus()
Get the status of the invitation by CALL ME.
PhoneStatus getInviteCallOutUserStatus()
Get the invited user's status by calling out.
Meeting phone helper callback event.