5@protocol ZoomSDKPhoneHelperDelegate <NSObject>
77@property(nonatomic, assign)id<ZoomSDKPhoneHelperDelegate> delegate;
88-(NSArray*)getSupportCountryInfo;
97-(
ZoomSDKError)inviteCalloutUser:(NSString*)userName PhoneNumber:(NSString*)number CountryCode:(NSString*)countryCode;
117-(
ZoomSDKError)callMe:(NSString*)number CountryCode:(NSString*)countryCode;
135-(
unsigned int)getCallInParticipantID;
141-(NSArray*)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 reasons of phone calls failed.
NSString * getCode()
The code of country from where user calls in.
NSString * getName()
Get the name of country from where user calls in.
NSString * getDisplayNumber()
Get the display number of the country.
CallInNumberType getType()
Get the number type for dialing in.
NSString * getNumber()
Get the number for dialing in.
NSString * getID()
Get the ID of country from which user calls in.
id< ZoomSDKPhoneHelperDelegate > _delegate
PhoneStatus _callMeStatus
NSString * getCountryID()
Get the ID of country where user can dial in.
NSString * getCountryCode()
Get the code of country.
NSString * getCountryName()
Get the name of country.