9#import <Foundation/Foundation.h>
10#import <MobileRTC/MobileRTCMeetingDelegate.h>
18@property (nonatomic, copy) NSString * _Nullable
countryId;
34- (BOOL)retrieve:(NSString * _Nullable)countryCode andPhoneNumber:(NSString * _Nullable)phoneNum;
40- (BOOL)cancelAndLeaveMeeting;
55- (BOOL)verify:(NSString * _Nullable)countryCode phoneNumber:(NSString * _Nullable)phoneNum andVerifyCode:(NSString * _Nullable)verifyCode;
61- (BOOL)cancelAndLeaveMeeting;
77@property (weak, nonatomic) id<MobileRTCSMSServiceDelegate> _Nullable delegate;
82- (void)enableZoomAuthRealNameMeetingUIShown:(bool)enable;
100- (NSArray <MobileRTCRealNameCountryInfo *> * _Nullable)getSupportPhoneNumberCountryList;
108- (BOOL)setDefaultCellPhoneInfo:(NSString * _Nullable)countryCode phoneNum:(NSString * _Nullable)phoneNum;
For real name auth usage.
NSString *_Nullable countryCode
NSString *_Nullable countryName
NSString *_Nullable countryId
For SMS service usage like following flow.