Uses of Enum Class
com.vonage.client.meetings.MicrophoneState
Packages that use MicrophoneState
Package
Description
This package contains classes and sub-packages to support usage of the
Meetings API.
-
Uses of MicrophoneState in com.vonage.client.meetings
Methods in com.vonage.client.meetings that return MicrophoneStateModifier and TypeMethodDescriptionstatic MicrophoneStateMicrophoneState.fromString(String value) InitialJoinOptions.getMicrophoneState()The default microphone option for users in the pre-join screen of this room.static MicrophoneStateReturns the enum constant of this class with the specified name.static MicrophoneState[]MicrophoneState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.meetings with parameters of type MicrophoneStateModifier and TypeMethodDescriptionInitialJoinOptions.Builder.microphoneState(MicrophoneState microphoneState)