-
public abstract class GliaEnvironment
-
-
Field Summary
Fields Modifier and Type Field Description private final GliaConfigconfig
-
Method Summary
Modifier and Type Method Description GliaConfiggetConfig()abstract StringgetHost()StringgetPubSubURL()StringgetOmnibrowseURL()StringgetApiURL()StringgetLoggerUrl()Array<String>getTurnServers()StringgetStunUrl()Array<String>getIPv6TurnServers()-
-
Method Detail
-
getConfig
GliaConfig getConfig()
-
getPubSubURL
String getPubSubURL()
-
getOmnibrowseURL
String getOmnibrowseURL()
-
getLoggerUrl
String getLoggerUrl()
-
getTurnServers
Array<String> getTurnServers()
-
getStunUrl
String getStunUrl()
-
getIPv6TurnServers
Array<String> getIPv6TurnServers()
-
-
-
-