Package com.vonage.client.meetings
Class InitialJoinOptions
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.meetings.InitialJoinOptions
- All Implemented Interfaces:
Jsonable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InitialJoinOptions.Builderbuilder()Entry point for constructing an instance of this class.The default microphone option for users in the pre-join screen of this room.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
-
InitialJoinOptions
protected InitialJoinOptions()
-
-
Method Details
-
getMicrophoneState
The default microphone option for users in the pre-join screen of this room.- Returns:
- The microphone state, as an enum
-
builder
Entry point for constructing an instance of this class.- Returns:
- A new Builder.
-