Package com.vonage.client.meetings
Class InitialJoinOptions.Builder
java.lang.Object
com.vonage.client.meetings.InitialJoinOptions.Builder
- Enclosing class:
InitialJoinOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the InitialJoinOptions.microphoneState(MicrophoneState microphoneState)
-
Method Details
-
microphoneState
- Parameters:
microphoneState- Set the default microphone option for users in the pre-join screen of this room.- Returns:
- This builder.
-
build
Builds the InitialJoinOptions.- Returns:
- An instance of InitialJoinOptions, populated with all fields from this builder.
-