9#import <Foundation/Foundation.h>
17@property (nonatomic, copy) NSString * _Nullable
countryId;
33- (BOOL)retrieve:(NSString * _Nullable)countryCode andPhoneNumber:(NSString * _Nullable)phoneNum;
39- (BOOL)cancelAndLeaveMeeting;
54- (BOOL)verify:(NSString * _Nullable)countryCode phoneNumber:(NSString * _Nullable)phoneNum andVerifyCode:(NSString * _Nullable)verifyCode;
60- (BOOL)cancelAndLeaveMeeting;
75@property (nullable, assign, nonatomic) id<MobileRTCSMSServiceDelegate> delegate;
81- (void)enableZoomAuthRealNameMeetingUIShown:(
bool)enable;
99- (NSArray <MobileRTCRealNameCountryInfo *> * _Nullable)getSupportPhoneNumberCountryList;
107- (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.