3#import <ZoomSDK/ZoomSDKErrors.h>
5@protocol ZoomSDKPhoneHelperDelegate <NSObject>
77@property(nonatomic, assign, nullable)id<ZoomSDKPhoneHelperDelegate> delegate;
82- (BOOL)isSupportPhone;
88- (BOOL)isDialoutSupported;
94- (NSArray*)getSupportCountryInfo;
103- (
ZoomSDKError)inviteCalloutUser:(NSString*)userName PhoneNumber:(NSString*)number CountryCode:(NSString*)countryCode;
123- (
ZoomSDKError)callMe:(NSString*)number CountryCode:(NSString*)countryCode;
141- (
unsigned int)getCallInParticipantID;
147- (NSArray*_Nullable)getCallInNumberInfo;
PhoneStatus
Enumeration of phone call status.
ZoomSDKError
Enumeration of common errors of SDK.
CallInNumberType
Enumeration of the number types for calling to join the audio into a meeting.
PhoneFailedReason
Enumeration of the reasons for the telephone call’s failure.
NSString * getCode()
Get the current call-in number’s country code.
NSString * getName()
Get the current call-in number’s country name.
NSString * getDisplayNumber()
Get the current call-in number’s display number.
CallInNumberType getType()
Get the call-in number’s call type.
NSString * getNumber()
Get the current call-in number’s telephone number.
NSString * getID()
Get the current call-in number’s country ID.
id< ZoomSDKPhoneHelperDelegate > _delegate
PhoneStatus _callMeStatus
NSString * getCountryID()
Get the ID of the country where a user can dial in.
NSString * getCountryCode()
Get the country code.
NSString * getCountryName()
Get the country name.