Class WebrtcProvider.RTCConfiguration
java.lang.Object
org.exoplatform.webconferencing.webrtc.WebrtcProvider.RTCConfiguration
- Enclosing class:
- WebrtcProvider
The Class RTCConfiguration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe bundle policy.protected intThe ice candidate pool size.protected Set<WebrtcProvider.ICEServer>The ice servers.protected StringThe ice transport policy.protected booleanThe enable log. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the bundle policy.intGets the ice candidate pool size.Gets the ice servers.Gets the ice transport policy.booleanChecks if is log enabled.voidsetBundlePolicy(String bundlePolicy) Sets the bundle policy.voidsetIceCandidatePoolSize(int iceCandidatePoolSize) Sets the ice candidate pool size.voidsetIceServers(Set<WebrtcProvider.ICEServer> iceServers) Sets the ice servers.voidsetIceTransportPolicy(String iceTransportPolicy) Sets the ice transport policy.voidsetLogEnabled(boolean enableLog) Sets enabled log.
-
Field Details
-
bundlePolicy
The bundle policy. -
iceCandidatePoolSize
protected int iceCandidatePoolSizeThe ice candidate pool size. -
iceTransportPolicy
The ice transport policy. -
iceServers
The ice servers. -
logEnabled
protected boolean logEnabledThe enable log.
-
-
Constructor Details
-
RTCConfiguration
public RTCConfiguration()
-
-
Method Details
-
getBundlePolicy
Gets the bundle policy.- Returns:
- the bundlePolicy
-
isLogEnabled
public boolean isLogEnabled()Checks if is log enabled.- Returns:
- true, if is log enabled
-
setLogEnabled
public void setLogEnabled(boolean enableLog) Sets enabled log.- Parameters:
enableLog- the new log enabled
-
setBundlePolicy
Sets the bundle policy.- Parameters:
bundlePolicy- the bundlePolicy to set
-
getIceCandidatePoolSize
public int getIceCandidatePoolSize()Gets the ice candidate pool size.- Returns:
- the iceCandidatePoolSize
-
setIceCandidatePoolSize
public void setIceCandidatePoolSize(int iceCandidatePoolSize) Sets the ice candidate pool size.- Parameters:
iceCandidatePoolSize- the iceCandidatePoolSize to set
-
getIceTransportPolicy
Gets the ice transport policy.- Returns:
- the iceTransportPolicy
-
setIceTransportPolicy
Sets the ice transport policy.- Parameters:
iceTransportPolicy- the iceTransportPolicy to set
-
getIceServers
Gets the ice servers.- Returns:
- the iceServers
-
setIceServers
Sets the ice servers.- Parameters:
iceServers- the iceServers to set
-