|
Meeting SDK for macOS API Reference
|
Provides APIs to manage Zoom phone call-in and call-out features. More...
#include <ZoomSDKPhoneHelper.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isSupportPhone |
| Query if current meeting support telephony. | |
| (BOOL) | - isDialoutSupported |
| Query if it is able to dial out in the current meeting. | |
| (NSArray *) | - getSupportCountryInfo |
| Gets the countries's list which support calling out. | |
| (ZoomSDKError) | - inviteCalloutUser:PhoneNumber:CountryCode: |
| Invite the specified user to join the meeting by calling out. | |
| (ZoomSDKError) | - cancelCalloutUser |
| Cancels the invitation that is being called out by phone. | |
| (PhoneStatus) | - getInviteCalloutUserStatus |
| Gets the invited user's status by calling out. | |
| (ZoomSDKError) | - callMe:CountryCode: |
| Invite myself to join audio to the meeting by phone. | |
| (ZoomSDKError) | - hangUp |
| Cancels the current CALL ME action. | |
| (PhoneStatus) | - getCallMeStatus |
| Gets the status of myself by CALL ME. | |
| (unsigned int) | - getCallInParticipantID |
| Gets the participant's ID who joins the meeting by calling in. | |
| (NSArray *_Nullable) | - getCallInNumberInfo |
| Gets the list of call-in numbers supported by the meeting. | |
Protected Attributes | |
| id< ZoomSDKPhoneHelperDelegate > | _delegate |
| PhoneStatus | _callMeStatus |
Properties | |
| id< ZoomSDKPhoneHelperDelegate > | delegate |
| Sets the delegate to receive phone call status updates. | |
Provides APIs to manage Zoom phone call-in and call-out features.
Definition at line 95 of file ZoomSDKPhoneHelper.h.
| - (ZoomSDKError) callMe: | (NSString *) | number | |
| CountryCode: | (NSString *) | countryCode |
Invite myself to join audio to the meeting by phone.
| number | The device’s phone number. |
| countryCode | The country code. |
| - (ZoomSDKError) cancelCalloutUser |
Cancels the invitation that is being called out by phone.
References cancelCalloutUser.
Referenced by cancelCalloutUser.
| - (NSArray *_Nullable) getCallInNumberInfo |
Gets the list of call-in numbers supported by the meeting.
References getCallInNumberInfo.
Referenced by getCallInNumberInfo.
| - (unsigned int) getCallInParticipantID |
Gets the participant's ID who joins the meeting by calling in.
References getCallInParticipantID.
Referenced by getCallInParticipantID.
| - (PhoneStatus) getCallMeStatus |
Gets the status of myself by CALL ME.
References getCallMeStatus.
Referenced by getCallMeStatus.
| - (PhoneStatus) getInviteCalloutUserStatus |
Gets the invited user's status by calling out.
References getInviteCalloutUserStatus.
Referenced by getInviteCalloutUserStatus.
| - (NSArray *) getSupportCountryInfo |
Gets the countries's list which support calling out.
References getSupportCountryInfo.
Referenced by getSupportCountryInfo.
| - (ZoomSDKError) hangUp |
| - (ZoomSDKError) inviteCalloutUser: | (NSString *) | userName | |
| PhoneNumber: | (NSString *) | number | |
| CountryCode: | (NSString *) | countryCode |
Invite the specified user to join the meeting by calling out.
| 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. |
| - (BOOL) isDialoutSupported |
Query if it is able to dial out in the current meeting.
References isDialoutSupported.
Referenced by isDialoutSupported.
| - (BOOL) isSupportPhone |
Query if current meeting support telephony.
References isSupportPhone.
Referenced by isSupportPhone.
|
protected |
Definition at line 98 of file ZoomSDKPhoneHelper.h.
|
protected |
Definition at line 97 of file ZoomSDKPhoneHelper.h.
|
readwritenonatomicassign |
Sets the delegate to receive phone call status updates.
Definition at line 103 of file ZoomSDKPhoneHelper.h.