public static class WebrtcProvider.ICEServer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
credential
The credential.
|
protected boolean |
enabled
The enabled.
|
protected List<String> |
urls
The urls.
|
protected String |
username
The username.
|
| Constructor and Description |
|---|
ICEServer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredential()
Gets the credential.
|
List<String> |
getUrls()
Gets the urls.
|
String |
getUsername()
Gets the username.
|
boolean |
isDefault()
Checks if is default.
|
boolean |
isEnabled()
Checks if is enabled.
|
void |
setCredential(String credential)
Sets the credential.
|
void |
setEnabled(boolean enabled)
Sets the enabled.
|
void |
setUrls(List<String> urls)
Sets the urls.
|
void |
setUsername(String username)
Sets the username.
|
protected boolean enabled
protected String username
protected String credential
public boolean isDefault()
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - the enabled to setpublic String getUsername()
public void setUsername(String username)
username - the username to setpublic String getCredential()
public void setCredential(String credential)
credential - the credential to setCopyright © 2003–2019 eXo Platform SAS. All rights reserved.