-
public final class CallCompositeAudioVideoMode extends ExpandableStringEnum<CallCompositeAudioVideoMode>
Represents the audio and video modes for a call composite. This class defines the modes in which a call can operate, such as normal (audio and video) or audio-only.
-
-
Field Summary
Fields Modifier and Type Field Description public final static CallCompositeAudioVideoMode
AUDIO_AND_VIDEO
public final static CallCompositeAudioVideoMode
AUDIO_ONLY
-
Method Summary
Modifier and Type Method Description static CallCompositeAudioVideoMode
fromString(String name)
Creates an instance of CallCompositeAudioVideoMode from a string name. static Collection<CallCompositeAudioVideoMode>
values()
Returns all the available values for CallCompositeAudioVideoMode. -
-
Method Detail
-
fromString
static CallCompositeAudioVideoMode fromString(String name)
Creates an instance of CallCompositeAudioVideoMode from a string name.
- Parameters:
name
- The name of the mode as a string.
-
values
static Collection<CallCompositeAudioVideoMode> values()
Returns all the available values for CallCompositeAudioVideoMode.
-
-
-
-