public static class WebrtcProvider.RTCConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
bundlePolicy
The bundle policy.
|
protected int |
iceCandidatePoolSize
The ice candidate pool size.
|
protected Set<WebrtcProvider.ICEServer> |
iceServers
The ice servers.
|
protected String |
iceTransportPolicy
The ice transport policy.
|
protected boolean |
logEnabled
The enable log.
|
| Constructor and Description |
|---|
RTCConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBundlePolicy()
Gets the bundle policy.
|
int |
getIceCandidatePoolSize()
Gets the ice candidate pool size.
|
Set<WebrtcProvider.ICEServer> |
getIceServers()
Gets the ice servers.
|
String |
getIceTransportPolicy()
Gets the ice transport policy.
|
boolean |
isLogEnabled()
Checks if is log enabled.
|
void |
setBundlePolicy(String bundlePolicy)
Sets the bundle policy.
|
void |
setIceCandidatePoolSize(int iceCandidatePoolSize)
Sets the ice candidate pool size.
|
void |
setIceServers(Set<WebrtcProvider.ICEServer> iceServers)
Sets the ice servers.
|
void |
setIceTransportPolicy(String iceTransportPolicy)
Sets the ice transport policy.
|
void |
setLogEnabled(boolean enableLog)
Sets enabled log.
|
protected String bundlePolicy
protected int iceCandidatePoolSize
protected String iceTransportPolicy
protected Set<WebrtcProvider.ICEServer> iceServers
protected boolean logEnabled
public String getBundlePolicy()
public boolean isLogEnabled()
public void setLogEnabled(boolean enableLog)
enableLog - the new log enabledpublic void setBundlePolicy(String bundlePolicy)
bundlePolicy - the bundlePolicy to setpublic int getIceCandidatePoolSize()
public void setIceCandidatePoolSize(int iceCandidatePoolSize)
iceCandidatePoolSize - the iceCandidatePoolSize to setpublic String getIceTransportPolicy()
public void setIceTransportPolicy(String iceTransportPolicy)
iceTransportPolicy - the iceTransportPolicy to setpublic Set<WebrtcProvider.ICEServer> getIceServers()
public void setIceServers(Set<WebrtcProvider.ICEServer> iceServers)
iceServers - the iceServers to setCopyright © 2003–2020 eXo Platform SAS. All rights reserved.