Definition at line 5 of file PhoneHelper.java.
◆ addListener()
add phone helper listener
- Parameters
-
◆ callMe()
MobileRTCSDKError us.zoom.sdk.PhoneHelper.callMe |
( |
String | countryCode, |
|
|
String | phoneNumber ) |
Invite myself to join audio to the meeting by phone.
- Parameters
-
countryCode | The country code |
phoneNumber | The device's phone number. |
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ cancelCallOutUser()
Cancel the invitation that is being called out by phone.
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ getCallMeStatus()
PhoneStatus us.zoom.sdk.PhoneHelper.getCallMeStatus |
( |
| ) |
|
Get the status of the invitation by CALL ME.
- Returns
- If the function succeeds, the return value is the status of the invitation by CALL ME. To get extended error information.
◆ getCurrentMeetingCallInNumber()
Get the list of call-in numbers supported by the meeting.
- Returns
- If the function succeeds, the return value is the list of the call-in numbers.
◆ getCurrentMeetingCallInParticipantID()
long us.zoom.sdk.PhoneHelper.getCurrentMeetingCallInParticipantID |
( |
| ) |
|
Get the ID of the participant who joins the meeting by calling in.
- Returns
- If the function succeeds, the return value is the participant ID.
◆ getInviteCallOutUserStatus()
PhoneStatus us.zoom.sdk.PhoneHelper.getInviteCallOutUserStatus |
( |
| ) |
|
Get the invited user's status by calling out.
- Returns
- the current call-out status.
◆ getSupportCountryInfo()
◆ hangUp()
Cancel the current CALL ME action.
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ inviteCallOutUser()
MobileRTCSDKError us.zoom.sdk.PhoneHelper.inviteCallOutUser |
( |
String | countryCode, |
|
|
String | phoneNumber, |
|
|
String | userName ) |
Invite the specified user to join the meeting by calling out.
- Parameters
-
countryCode | The specified user’s country code must be in the support list. |
phoneNumber | The specified user’s phone number. |
userName | The specified user’s in-meeting screen name. |
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ isDialOutSupported()
boolean us.zoom.sdk.PhoneHelper.isDialOutSupported |
( |
| ) |
|
Query if it is able to dial out in the current meeting.
- Returns
- true means able. Otherwise returns false.
◆ isSupportPhoneFeature()
boolean us.zoom.sdk.PhoneHelper.isSupportPhoneFeature |
( |
| ) |
|
Determine if the user account supports calling out.
- Returns
- True means that the client supports the phone call out feature. Otherwise, phone call-out is not supported.
◆ removeListener()
remove add phone helper listener
- Parameters
-