#include <ZoomSDKPhoneHelper.h>
Inherits NSObject.
Definition at line 72 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 will return ZoomSDKError_Success, otherwise failed.
◆ cancelCalloutUser
Cancel the invitation that is being called out by phone.
- Returns
- If the function succeeds, the return value is ZoomSDKError_Success. Otherwise failed.
◆ getCallInNumberInfo
- (NSArray *_Nullable) getCallInNumberInfo |
|
|
|
Get the list of call-in numbers supported by the meeting.
- Returns
- If the function succeeds, it will return an array of ZoomSDKCallInPhoneNumInfo objects.
◆ getCallInParticipantID
- (unsigned int) getCallInParticipantID |
|
|
|
Get the ID of the participant who joins the meeting by calling in.
- Returns
- If the function succeeds, the return value is the ID of participant.
◆ getCallMeStatus
Get the status of myself by CALL ME.
- Returns
- If the function succeeds, the return value is the process of the invitation by CALL ME.
◆ getInviteCalloutUserStatus
Get the invited user’s status by calling out.
- Returns
- If the function succeeds, the return value is the current callout process.
◆ getSupportCountryInfo
- (NSArray *) getSupportCountryInfo |
|
|
|
Get the list of the countries which support calling out.
- Returns
- An NSArray contains ZoomSDKPhoneSupportCountryInfoList objects of all countries supporting to call out. Otherwise nil.
◆ hangUp
Cancel the current CALL ME action.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.
◆ 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, the return value is ZoomSDKError_Success. Otherwise failed.
◆ isDialoutSupported
- (BOOL) isDialoutSupported |
|
|
|
Query if it is able to dial out in the current meeting.
- Returns
- YES means able. Otherwise return NO.
◆ isSupportPhone
Query if it is able to dial out in the current meeting.
- Returns
- YES means able to dial out. Otherwise return NO.
◆ _callMeStatus
◆ _delegate
◆ delegate