Uses of Class
org.exoplatform.webconferencing.CallProviderConfiguration
Packages that use CallProviderConfiguration
-
Uses of CallProviderConfiguration in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that return CallProviderConfigurationModifier and TypeMethodDescriptionWebConferencingService.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 CallProviderConfigurationModifier and TypeMethodDescriptionWebConferencingService.getProviderConfigurations()Gets the provider configurations.WebConferencingService.getProviderConfigurations(Locale locale, String remoteId, boolean ignoreEnabled) Gets the provider configurations.ContextInfo.getProvidersConfig()Gets the providers config.Methods in org.exoplatform.webconferencing with parameters of type CallProviderConfigurationModifier and TypeMethodDescriptionprotected org.json.JSONObjectWebConferencingService.providerConfigToJson(CallProviderConfiguration conf) Provider config to json.voidWebConferencingService.saveProviderConfiguration(CallProviderConfiguration conf, String spaceId) Save provider configuration.Constructor parameters in org.exoplatform.webconferencing with type arguments of type CallProviderConfigurationModifierConstructorDescriptionContextInfo(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.