| Package | Description |
|---|---|
| org.exoplatform.webconferencing |
| Modifier and Type | Method and Description |
|---|---|
CallProviderConfiguration |
WebConferencingService.getProviderConfiguration(String providerType,
Locale locale)
Gets the provider configuration.
|
protected CallProviderConfiguration |
WebConferencingService.jsonToProviderConfig(org.json.JSONObject json)
Json to provider config.
|
protected CallProviderConfiguration |
WebConferencingService.readProviderConfig(String type)
Read saved call provider configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CallProviderConfiguration> |
WebConferencingService.getProviderConfigurations()
Gets the provider configurations.
|
Set<CallProviderConfiguration> |
WebConferencingService.getProviderConfigurations(Locale locale)
Gets the provider configurations.
|
Set<CallProviderConfiguration> |
ContextInfo.getProvidersConfig()
Gets the providers config.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.json.JSONObject |
WebConferencingService.providerConfigToJson(CallProviderConfiguration conf)
Provider config to json.
|
void |
WebConferencingService.saveProviderConfiguration(CallProviderConfiguration conf)
Save provider configuration.
|
| Constructor and Description |
|---|
ContextInfo(String containerName,
String spaceId,
String roomTitle,
Set<CallProviderConfiguration> providersConfig)
Instantiates a new context info.
|
ContextInfo(String containerName,
String spaceId,
String roomTitle,
String cometdPath,
String cometdToken,
Set<CallProviderConfiguration> providersConfig)
Instantiates a new context info.
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.