Class WebrtcProvider.ICEServer
java.lang.Object
org.exoplatform.webconferencing.webrtc.WebrtcProvider.ICEServer
- Direct Known Subclasses:
WebrtcProvider.DefaultICEServer
- Enclosing class:
- WebrtcProvider
The Class ICEServer.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the credential.getUrls()Gets the urls.Gets the username.booleanChecks if is default.booleanChecks if is enabled.voidsetCredential(String credential) Sets the credential.voidsetEnabled(boolean enabled) Sets the enabled.voidSets the urls.voidsetUsername(String username) Sets the username.
-
Field Details
-
enabled
protected boolean enabledThe enabled. -
username
The username. -
credential
The credential. -
urls
The urls.
-
-
Constructor Details
-
ICEServer
public ICEServer()
-
-
Method Details
-
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
Gets the username.- Returns:
- the username
-
setUsername
Sets the username.- Parameters:
username- the username to set
-
getCredential
Gets the credential.- Returns:
- the credential
-
setCredential
Sets the credential.- Parameters:
credential- the credential to set
-
getUrls
Gets the urls.- Returns:
- the urls
-
setUrls
Sets the urls.- Parameters:
urls- the urls to set
-