Provides APIs to manage Zoom phone call-in and call-out features.
More...
#include <ZoomSDKPhoneHelper.h>
Inherits NSObject.
Provides APIs to manage Zoom phone call-in and call-out features.
Definition at line 95 of file ZoomSDKPhoneHelper.h.
◆ callMe:CountryCode:
| - (ZoomSDKError) callMe: |
|
(NSString *) | number |
| CountryCode: |
|
(NSString *) | countryCode |
Invite myself to join audio to the meeting by phone.
- Parameters
-
| number | The device’s phone number. |
| countryCode | The country code. |
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ cancelCalloutUser
Cancels the invitation that is being called out by phone.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ getCallInNumberInfo
| - (NSArray *_Nullable) getCallInNumberInfo |
|
|
|
Gets the list of call-in numbers supported by the meeting.
- Returns
- If the function succeeds, it returns an array of ZoomSDKCallInPhoneNumInfo objects. Otherwise, this function fails and returns nil.
◆ getCallInParticipantID
| - (unsigned int) getCallInParticipantID |
|
|
|
Gets the participant's ID who joins the meeting by calling in.
- Returns
- If the function succeeds, it returns the ID of participant. Otherwise, returns 0.
◆ getCallMeStatus
Gets the status of myself by CALL ME.
- Returns
- The invitation's process by CALL ME.
◆ getInviteCalloutUserStatus
Gets the invited user's status by calling out.
- Returns
- The current callout process.
◆ getSupportCountryInfo
| - (NSArray *) getSupportCountryInfo |
|
|
|
Gets the countries's list which support calling out.
- Returns
- An NSArray contains ZoomSDKPhoneSupportCountryInfoList objects of all countries supporting to call out. Otherwise, this function fails and returns nil.
◆ hangUp
Cancels the current CALL ME action.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ inviteCalloutUser:PhoneNumber:CountryCode:
| - (ZoomSDKError) inviteCalloutUser: |
|
(NSString *) | userName |
| PhoneNumber: |
|
(NSString *) | number |
| CountryCode: |
|
(NSString *) | countryCode |
Invite the specified user to join the meeting by calling out.
- Parameters
-
| userName | The specified user’s in-meeting screen name. |
| number | The specified user’s phone number. |
| countryCode | The specified user’s country code must be in the support list. |
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ isDialoutSupported
| - (BOOL) isDialoutSupported |
|
|
|
Query if it is able to dial out in the current meeting.
- Returns
- YES if able. Otherwise, NO.
◆ isSupportPhone
Query if current meeting support telephony.
- Returns
- YES if support. Otherwise, NO.
◆ _callMeStatus
◆ _delegate
◆ delegate