Package com.vonage.client.conversations
Class MediaAudioSettings
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.MediaAudioSettings
- All Implemented Interfaces:
Jsonable
Represents the audio options in
MemberMedia.getAudioSettings().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhether hearing audio is disabled.Whether audio is enabled.getMuted()Whether producing audio is disabled.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
-
MediaAudioSettings
protected MediaAudioSettings()
-
-
Method Details
-
getEnabled
Whether audio is enabled.- Returns:
trueif enabled, ornullif unspecified.
-
getEarmuffed
Whether hearing audio is disabled.- Returns:
trueif earmuffed, ornullif unspecified.
-
getMuted
Whether producing audio is disabled.- Returns:
trueif muted, ornullif unspecified.
-