-
public final class RuntimeNetworkConfigFfi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRuntimeNetworkConfigFfi.Companion
-
Constructor Summary
Constructors Constructor Description RuntimeNetworkConfigFfi(String bootstrapUrl, String signalUrl, List<String> iceUrls)
-
Method Summary
Modifier and Type Method Description final StringgetBootstrapUrl()URL of the bootstrap server final UnitsetBootstrapUrl(String bootstrapUrl)URL of the bootstrap server final StringgetSignalUrl()URL of the sbd server final UnitsetSignalUrl(String signalUrl)URL of the sbd server final List<String>getIceUrls()URLs of ICE servers final UnitsetIceUrls(List<String> iceUrls)URLs of ICE servers -
-
Method Detail
-
getBootstrapUrl
final String getBootstrapUrl()
URL of the bootstrap server
-
setBootstrapUrl
final Unit setBootstrapUrl(String bootstrapUrl)
URL of the bootstrap server
-
getSignalUrl
final String getSignalUrl()
URL of the sbd server
-
setSignalUrl
final Unit setSignalUrl(String signalUrl)
URL of the sbd server
-
getIceUrls
final List<String> getIceUrls()
URLs of ICE servers
-
setIceUrls
final Unit setIceUrls(List<String> iceUrls)
URLs of ICE servers
-
-
-
-