Class WebrtcProvider.ICEServer
- java.lang.Object
-
- org.exoplatform.webconferencing.webrtc.WebrtcProvider.ICEServer
-
- Direct Known Subclasses:
WebrtcProvider.DefaultICEServer
- Enclosing class:
- WebrtcProvider
public static class WebrtcProvider.ICEServer extends Object
The Class ICEServer.
-
-
Constructor Summary
Constructors Constructor Description ICEServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCredential()Gets the credential.List<String>getUrls()Gets the urls.StringgetUsername()Gets the username.booleanisDefault()Checks if is default.booleanisEnabled()Checks if is enabled.voidsetCredential(String credential)Sets the credential.voidsetEnabled(boolean enabled)Sets the enabled.voidsetUrls(List<String> urls)Sets the urls.voidsetUsername(String username)Sets the username.
-
-
-
Method Detail
-
isDefault
public boolean isDefault()
Checks if is default.- Returns:
- true, if is default
-
isEnabled
public boolean isEnabled()
Checks if is enabled.- Returns:
- the enabled
-
setEnabled
public void setEnabled(boolean enabled)
Sets the enabled.- Parameters:
enabled- the enabled to set
-
getUsername
public String getUsername()
Gets the username.- Returns:
- the username
-
setUsername
public void setUsername(String username)
Sets the username.- Parameters:
username- the username to set
-
getCredential
public String getCredential()
Gets the credential.- Returns:
- the credential
-
setCredential
public void setCredential(String credential)
Sets the credential.- Parameters:
credential- the credential to set
-
-