|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| NSArray *_Nullable | ipList |
| NSArray *_Nullable | domainList |
| NSString *_Nullable | verifyDomainName |
| AgoraLocalProxyMode | mode |
| AdvancedConfigInfo *_Nullable | advancedConfig |
| BOOL | disableAut |
|
readwritenonatomiccopy |
The internal IP address list of the Local Access Point. Either ipList or domainList must be provided.
|
readwritenonatomiccopy |
The domain name list of the Local Access Point. The SDK resolves the IP addresses of the Local Access Point based on the domain names you provide. The domain name resolution timeout is 10 seconds. You must specify at least one of ipList or domainList. If you specify both IP addresses and domain names, the SDK merges and deduplicates the IP addresses resolved from the domain names and the ones you provide, then randomly connects to one IP address to achieve load balancing.
|
readwritenonatomiccopy |
Intranet certificate verification domain. If the value is empty, the SDK uses the default certificate verification domain secure-edge.local.
|
readwritenonatomicassign |
Connection mode. See AgoraLocalProxyMode for details.
|
readwritenonatomicstrong |
Advanced options for the Local Access Point. See AdvancedConfigInfo for details.
|
readwritenonatomicassign |
Whether to disable vos-aut: