|
Agora Java API Reference for Android
|
Local Access Point configuration. More...
Classes | |
| class | AdvancedConfigInfo |
| Advanced options for the Local Access Point. More... | |
| class | LogUploadServerInfo |
| Configuration information of the log server. More... | |
Public Attributes | |
| ArrayList< String > | ipList = null |
| ArrayList< String > | domainList = null |
| String | verifyDomainName = null |
| int | mode = Constants.LOCAL_RPOXY_CONNECTIVITY_FIRST |
| boolean | disableAut = true |
| AdvancedConfigInfo | advancedConfig = null |
Local Access Point configuration.
| ArrayList<String> io.agora.rtc2.proxy.LocalAccessPointConfiguration.ipList = null |
The list of internal IP addresses for the Local Access Point. Either ipList or domainList must be provided.
| ArrayList<String> io.agora.rtc2.proxy.LocalAccessPointConfiguration.domainList = null |
The domain name list for 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. At least one of ipList or domainList must be provided. 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 specify, then randomly connects to one IP address to achieve load balancing.
| String io.agora.rtc2.proxy.LocalAccessPointConfiguration.verifyDomainName = null |
Intranet certificate verification domain. If the value is empty, the SDK uses the default certificate verification domain secure-edge.local.
| int io.agora.rtc2.proxy.LocalAccessPointConfiguration.mode = Constants.LOCAL_RPOXY_CONNECTIVITY_FIRST |
Connection mode:
| boolean io.agora.rtc2.proxy.LocalAccessPointConfiguration.disableAut = true |
Whether to disable vos-aut:
| AdvancedConfigInfo io.agora.rtc2.proxy.LocalAccessPointConfiguration.advancedConfig = null |
Advanced options for the Local Access Point. See AdvancedConfigInfo for details.
1.8.18