Agora RTC Objective-C API Reference  Refactor
Properties
AgoraLocalAccessPointConfiguration Class Reference

Inherits <NSObject>.

Properties

NSArray *_Nullable ipList
 
NSArray *_Nullable domainList
 
NSString *_Nullable verifyDomainName
 
AgoraLocalProxyMode mode
 

Property Documentation

◆ ipList

- (NSArray* _Nullable) ipList
readwritenonatomiccopy

local access point ip address list.

◆ domainList

- (NSArray* _Nullable) domainList
readwritenonatomiccopy

local access point domain list.

◆ verifyDomainName

- (NSString* _Nullable) verifyDomainName
readwritenonatomiccopy

certificate domain name installed on specific local access point. pass "" means using sni domain on specific local access point

◆ mode

- (AgoraLocalProxyMode) mode
readwritenonatomicassign

local proxy connection mode, connectivity first or local only.