6#import <Foundation/Foundation.h>
7#import <ZoomSDK/ZoomSDKErrors.h>
34NS_ASSUME_NONNULL_BEGIN
47- (
ZoomSDKError)retrieveWithCountryCode:(NSString *)code PhoneNum:(NSString *)phoneNumber;
70- (
ZoomSDKError)verifyWithCountryCode:(NSString *)countryCode withPhoneNumber:(NSString *)number withCode:(NSString *)code;
109@protocol ZoomSDKRealNameAuthenticationDelegate <NSObject>
146@property(nonatomic,assign,nullable)id<ZoomSDKRealNameAuthenticationDelegate>
delegate;
177- (
ZoomSDKError)setDefaultCellPhoneInfo:(NSString*)countryCode phoneNumber:(NSString*)phoneNumber;
ZoomSDKError
Enumeration of common errors of SDK.
ZoomSDKSMSVerificationCodeError
Enumeration of SMS verification code error.
@ ZoomSDKSMSError_Verify_UnknownError
@ ZoomSDKSMSError_Verify_CodeExpired
@ ZoomSDKSMSError_Unknown
@ ZoomSDKSMSError_Retrieve_SendSMSFailed
@ ZoomSDKSMSError_Retrieve_PhoneNumSendTooFrequent
@ ZoomSDKSMSError_Verify_CodeIncorrect
@ ZoomSDKSMSError_Success
@ ZoomSDKSMSError_Retrieve_InvalidPhoneNum
@ ZoomSDKSMSError_Retrieve_PhoneNumAlreadyBound
Model class to represent real-name authentication country info.
NSString *_Nullable getCountryName()
Gets the country Name of mobile phone number.
NSString *_Nullable getCountryCode()
Gets the country code of mobile phone number.
NSString *_Nullable getCountryID()
Gets the country ID of mobile phone number.
Controller to manage Zoom SDK Real Name Authentication.
NSArray * getSupportPhoneNumberCountryList()
Gets the country for mobile phone number supported by the SDK.
ZoomSDKVerifySMSVerificationCodeController * reVerifySMSVerificationCodeController()
Gets the reVerify Code Controller.
ZoomSDKRetrieveSMSVerificationCodeController * resendSMSVerificationCodeController()
Gets the resend Verification Code Controller.
id< ZoomSDKRealNameAuthenticationDelegate > delegate
Delegate to receive authentication events.
id< ZoomSDKRealNameAuthenticationDelegate > _delegate
Controller for sending SMS verification code.
ZoomSDKError cancelAndLeaveMeeting()
Cancels and leave meeting.
Controller for verifying SMS verification code.
ZoomSDKError cancelAndLeaveMeeting()
Cancels and leave meeting.