|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| const char ** | ipList |
| int | ipListSize |
| const char ** | domainList |
| int | domainListSize |
| const char * | verifyDomainName |
| LOCAL_PROXY_MODE | mode |
| AdvancedConfigInfo | advancedConfig |
| bool | disableAut |
|
inline |
| const char** ipList |
Internal IP address list of the Local Access Point. Either ipList or domainList must be specified.
| int ipListSize |
Number of internal IP addresses for the Local Access Point. This value must match the number of IP addresses you provide.
| const char** domainList |
Domain name list of the Local Access Point. The SDK resolves the IP addresses of the Local Access Point from the provided domain names. The DNS resolution timeout is 10 seconds. Either ipList or domainList must be specified. If you specify both IP addresses and domain names, the SDK merges and deduplicates the resolved IP addresses and the specified IP addresses, then randomly selects one for load balancing.
| int domainListSize |
Number of domain names for the Local Access Point. This value must match the number of domain names you provide.
| const char* verifyDomainName |
Domain name for internal certificate verification. If left empty, the SDK uses the default domain name secure-edge.local for certificate verification.
| LOCAL_PROXY_MODE mode |
Connection mode. See LOCAL_PROXY_MODE.
| AdvancedConfigInfo advancedConfig |
Advanced options for the Local Access Point. See AdvancedConfigInfo.
| bool disableAut |
Whether to disable vos-aut: