@Deprecated public class WebrtcSettings extends org.exoplatform.webconferencing.CallProviderSettings
| Modifier and Type | Field and Description |
|---|---|
protected String |
callUri
Deprecated.
The call URI.
|
protected WebrtcProvider.RTCConfiguration |
rtcConfiguration
Deprecated.
The rtc configuration.
|
| Constructor and Description |
|---|
WebrtcSettings(String type,
String[] supportedTypes,
String title,
String callTitle,
String joinTitle,
String version,
String callUri,
WebrtcProvider.RTCConfiguration rtcConfiguration)
Deprecated.
Instantiates a new webrtc settings.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCallUri()
Deprecated.
Gets the call URI.
|
WebrtcProvider.RTCConfiguration |
getRtcConfiguration()
Deprecated.
Gets the rtc configuration.
|
protected final String callUri
protected final WebrtcProvider.RTCConfiguration rtcConfiguration
public WebrtcSettings(String type, String[] supportedTypes, String title, String callTitle, String joinTitle, String version, String callUri, WebrtcProvider.RTCConfiguration rtcConfiguration)
type - the typesupportedTypes - the supported typestitle - the titlecallTitle - the call titlejoinTitle - the join titleversion - the versioncallUri - the call URIrtcConfiguration - the rtc configurationpublic String getCallUri()
public WebrtcProvider.RTCConfiguration getRtcConfiguration()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.