Package org.exoplatform.webconferencing
Class CallProvider.Settings
java.lang.Object
org.exoplatform.webconferencing.CallProvider.Settings
- Enclosing class:
CallProvider
Call Provider runtime Settings (for serialization in JSON to remote clients).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
isActive
public final boolean isActive()Checks if is active.- Returns:
- true, if is active
-
getType
Gets the name.- Returns:
- the name
-
getSupportedTypes
Gets the supported types.- Returns:
- the supported types
-
getTitle
Gets the title.- Returns:
- the title
-
getVersion
Gets the version.- Returns:
- the version
-
getMessages
Gets the messages.- Returns:
- the messages
-
addMessages
Add the messages.- Parameters:
messages- the messages
-