public class WebrtcProvider
extends org.exoplatform.videocalls.VideoCallsProvider
| Modifier and Type | Class and Description |
|---|---|
class |
WebrtcProvider.SettingsBuilder
The Class SettingsBuilder.
|
class |
WebrtcProvider.WebrtcIMInfo
The Class WebrtcIMInfo.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
VERSION
The Constant VERSION.
|
static String |
WEBRTC_TITLE
The Constant WEBRTC_TITLE.
|
static String |
WEBRTC_TYPE
The Constant WEBRTC_TYPE.
|
| Constructor and Description |
|---|
WebrtcProvider(org.exoplatform.container.xml.InitParams params)
Instantiates a new WebRTC provider.
|
WebrtcProvider(org.exoplatform.social.core.profile.settings.UserProfileSettingsService profileSettings,
org.exoplatform.container.xml.InitParams params)
Instantiates a new WebRTC provider.
|
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.videocalls.UserInfo.IMInfo |
getIMInfo(String imId) |
String[] |
getSupportedTypes() |
String |
getTitle() |
String |
getType() |
String |
getVersion() |
WebrtcProvider.SettingsBuilder |
settings()
Gets the settings.
|
public static final String WEBRTC_TYPE
public static final String WEBRTC_TITLE
public static final String VERSION
public WebrtcProvider(org.exoplatform.container.xml.InitParams params)
throws org.exoplatform.container.configuration.ConfigurationException
params - the paramsorg.exoplatform.container.configuration.ConfigurationException - the configuration exceptionpublic WebrtcProvider(org.exoplatform.social.core.profile.settings.UserProfileSettingsService profileSettings,
org.exoplatform.container.xml.InitParams params)
throws org.exoplatform.container.configuration.ConfigurationException
profileSettings - the profile settingsparams - the paramsorg.exoplatform.container.configuration.ConfigurationException - the configuration exceptionpublic WebrtcProvider.SettingsBuilder settings()
public org.exoplatform.videocalls.UserInfo.IMInfo getIMInfo(String imId) throws org.exoplatform.videocalls.VideoCallsProviderException
getIMInfo in class org.exoplatform.videocalls.VideoCallsProviderorg.exoplatform.videocalls.VideoCallsProviderExceptionpublic String getVersion()
getVersion in class org.exoplatform.videocalls.VideoCallsProviderpublic String getType()
getType in class org.exoplatform.videocalls.VideoCallsProviderpublic String[] getSupportedTypes()
getSupportedTypes in class org.exoplatform.videocalls.VideoCallsProviderpublic String getTitle()
getTitle in class org.exoplatform.videocalls.VideoCallsProviderCopyright © 2003–2017 eXo Platform SAS. All rights reserved.