Class AvailableFeatures

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.meetings.AvailableFeatures
All Implemented Interfaces:
Jsonable

  • Constructor Details

  • Method Details

    • getIsRecordingAvailable

      Determine if recording feature is available in the UI.
      Returns:
      true if the feature is available.
    • getIsChatAvailable

      Determine if chat feature is available in the UI.
      Returns:
      true if the feature is available.
    • getIsWhiteboardAvailable

      Determine if whiteboard feature is available in the UI.
      Returns:
      true if the feature is available.
    • getIsLocaleSwitcherAvailable

      Determine if locale switcher feature is available in the UI.
      Returns:
      true if the feature is available.
    • builder

      Entry point for constructing an instance of this class.
      Returns:
      A new Builder.