Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCRealNameCountryInfo Class Reference

For real name auth usage. More...

#include <MobileRTCSMSService.h>

Inherits NSObject.

Properties

NSString *_Nullable countryId
 
NSString *_Nullable countryName
 
NSString *_Nullable countryCode
 

Detailed Description

For real name auth usage.

Warning
Country code will used in retrieve and verify handler.

Definition at line 17 of file MobileRTCSMSService.h.

Property Documentation

◆ countryCode

- (NSString* _Nullable) countryCode
readwritenonatomiccopy

Definition at line 20 of file MobileRTCSMSService.h.

◆ countryId

- (NSString* _Nullable) countryId
readwritenonatomiccopy

Definition at line 18 of file MobileRTCSMSService.h.

◆ countryName

- (NSString* _Nullable) countryName
readwritenonatomiccopy

Definition at line 19 of file MobileRTCSMSService.h.