Uses of Class
org.exoplatform.webconferencing.CallProviderConfiguration
-
Packages that use CallProviderConfiguration Package Description org.exoplatform.webconferencing -
-
Uses of CallProviderConfiguration in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that return CallProviderConfiguration Modifier and Type Method Description CallProviderConfigurationWebConferencingService. getProviderConfiguration(String providerType, Locale locale)Gets the provider configuration.protected CallProviderConfigurationWebConferencingService. jsonToProviderConfig(org.json.JSONObject json)Json to provider config.protected CallProviderConfigurationWebConferencingService. readProviderConfig(String type)Read saved call provider configuration.Methods in org.exoplatform.webconferencing that return types with arguments of type CallProviderConfiguration Modifier and Type Method 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.Methods in org.exoplatform.webconferencing with parameters of type CallProviderConfiguration Modifier and Type Method Description protected org.json.JSONObjectWebConferencingService. providerConfigToJson(CallProviderConfiguration conf)Provider config to json.voidWebConferencingService. saveProviderConfiguration(CallProviderConfiguration conf)Save provider configuration.Constructor parameters in org.exoplatform.webconferencing with type arguments of type CallProviderConfiguration Constructor Description ContextInfo(String containerName, String spaceId, String roomTitle, String cometdPath, String cometdToken, Set<CallProviderConfiguration> providersConfig)Instantiates a new context info.ContextInfo(String containerName, String spaceId, String roomTitle, Set<CallProviderConfiguration> providersConfig)Instantiates a new context info.
-