Class CallProvider.Settings

java.lang.Object
org.exoplatform.webconferencing.CallProvider.Settings
Enclosing class:
CallProvider

public abstract class CallProvider.Settings extends Object
Call Provider runtime Settings (for serialization in JSON to remote clients).
  • Constructor Details

    • Settings

      public Settings()
  • Method Details

    • isActive

      public final boolean isActive()
      Checks if is active.
      Returns:
      true, if is active
    • getType

      public String getType()
      Gets the name.
      Returns:
      the name
    • getSupportedTypes

      public String[] getSupportedTypes()
      Gets the supported types.
      Returns:
      the supported types
    • getTitle

      public String getTitle()
      Gets the title.
      Returns:
      the title
    • getVersion

      public String getVersion()
      Gets the version.
      Returns:
      the version
    • getMessages

      public Map<String,String> getMessages()
      Gets the messages.
      Returns:
      the messages
    • addMessages

      public void addMessages(Map<String,String> messages)
      Add the messages.
      Parameters:
      messages - the messages