public class ContextInfo extends Object
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMessages(Map<String,String> localeResources)
Adds the localized messages.
|
String |
getCometdPath()
Gets the cometd path (optional).
|
String |
getCometdToken()
Gets the cometd token.
|
String |
getContainerName()
Gets the container name.
|
Map<String,String> |
getMessages()
Gets the localized messages.
|
Set<CallProviderConfiguration> |
getProvidersConfig()
Gets the providers config.
|
String |
getRoomTitle()
Gets the room title.
|
String |
getSpaceId()
Gets the space id.
|
public ContextInfo(String containerName, String spaceId, String roomTitle, String cometdPath, String cometdToken, Set<CallProviderConfiguration> providersConfig)
containerName - the container namespaceId - the space idroomTitle - the room namecometdPath - the cometd pathcometdToken - the cometd tokenprovidersConfig - the providers configpublic ContextInfo(String containerName, String spaceId, String roomTitle, Set<CallProviderConfiguration> providersConfig)
containerName - the container namespaceId - the space idroomTitle - the room nameprovidersConfig - the providers configpublic String getContainerName()
public String getCometdPath()
nullpublic String getCometdToken()
public String getSpaceId()
public String getRoomTitle()
public Set<CallProviderConfiguration> getProvidersConfig()
public Map<String,String> getMessages()
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.