Class WebrtcProvider.WebrtcSettings
java.lang.Object
org.exoplatform.webconferencing.CallProvider.Settings
org.exoplatform.webconferencing.webrtc.WebrtcProvider.WebrtcSettings
- Enclosing class:
- WebrtcProvider
public class WebrtcProvider.WebrtcSettings
extends org.exoplatform.webconferencing.CallProvider.Settings
The Class WebrtcSettings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final StringThe call URI.protected final WebrtcProvider.RTCConfigurationThe rtc configuration. -
Constructor Summary
ConstructorsConstructorDescriptionWebrtcSettings(String callUri, WebrtcProvider.RTCConfiguration rtcConfiguration) Instantiates a new webrtc settings. -
Method Summary
Modifier and TypeMethodDescriptionGets the call URI.Gets the rtc configuration.Methods inherited from class org.exoplatform.webconferencing.CallProvider.Settings
addMessages, getMessages, getSupportedTypes, getTitle, getType, getVersion, isActive
-
Field Details
-
callUri
The call URI. -
rtcConfiguration
The rtc configuration.
-
-
Constructor Details
-
WebrtcSettings
Instantiates a new webrtc settings.- Parameters:
callUri- the call URIrtcConfiguration- the rtc configuration
-
-
Method Details
-
getCallUri
Gets the call URI.- Returns:
- the call URI
-
getRtcConfiguration
Gets the rtc configuration.- Returns:
- the rtcConfiguration
-