Package io.agora.rtc2.proxy
Class LocalAccessPointConfiguration
java.lang.Object
io.agora.rtc2.proxy.LocalAccessPointConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionLocal proxy connection, advanced Config info.booleanWhether to disable vos-aut: - true: (Default)disable vos-aut.Local access point domain list.Local access point IP address list.intLocal proxy connection mode, connectivity first or local only.Certificate domain name installed on specific local access point. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ipList
Local access point IP address list. -
domainList
Local access point domain list. -
verifyDomainName
Certificate domain name installed on specific local access point. pass "" means using sni domain on specific local access point SNI(Server Name Indication) is an extension to the TLS protocol. -
mode
public int modeLocal proxy connection mode, connectivity first or local only. -
disableAut
public boolean disableAutWhether to disable vos-aut: - true: (Default)disable vos-aut. - false: not disable vos-aut -
advancedConfig
Local proxy connection, advanced Config info.
-
-
Constructor Details
-
LocalAccessPointConfiguration
public LocalAccessPointConfiguration()
-