Class AudioState

java.lang.Object
com.mypurecloud.sdk.v2.model.AudioState
All Implemented Interfaces:
Serializable

public class AudioState extends Object implements Serializable
AudioState
See Also:
  • Constructor Details

    • AudioState

      public AudioState()
    • AudioState

      public AudioState(Boolean initWithEmptyList)
  • Method Details

    • canHear

      public AudioState canHear(Boolean canHear)
      Indicates that this communication's audio allows its participant to hear others.
    • getCanHear

      public Boolean getCanHear()
    • setCanHear

      public void setCanHear(Boolean canHear)
    • canSpeak

      public AudioState canSpeak(Boolean canSpeak)
      Indicates that this communication's audio allows others to hear this participant.
    • getCanSpeak

      public Boolean getCanSpeak()
    • setCanSpeak

      public void setCanSpeak(Boolean canSpeak)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object