Package com.vonage.client.meetings
Class AvailableFeatures
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.meetings.AvailableFeatures
- All Implemented Interfaces:
Jsonable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AvailableFeatures.Builderbuilder()Entry point for constructing an instance of this class.Determine if chat feature is available in the UI.Determine if locale switcher feature is available in the UI.Determine if recording feature is available in the UI.Determine if whiteboard feature is available in the UI.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
AvailableFeatures
protected AvailableFeatures()
-
-
Method Details
-
getIsRecordingAvailable
Determine if recording feature is available in the UI.- Returns:
trueif the feature is available.
-
getIsChatAvailable
Determine if chat feature is available in the UI.- Returns:
trueif the feature is available.
-
getIsWhiteboardAvailable
Determine if whiteboard feature is available in the UI.- Returns:
trueif the feature is available.
-
getIsLocaleSwitcherAvailable
Determine if locale switcher feature is available in the UI.- Returns:
trueif the feature is available.
-
builder
Entry point for constructing an instance of this class.- Returns:
- A new Builder.
-