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 Details

  • Method Details

    • getEnabled

      public Boolean getEnabled()
      Whether audio is enabled.
      Returns:
      true if enabled, or null if unspecified.
    • getEarmuffed

      Whether hearing audio is disabled.
      Returns:
      true if earmuffed, or null if unspecified.
    • getMuted

      public Boolean getMuted()
      Whether producing audio is disabled.
      Returns:
      true if muted, or null if unspecified.