Package com.mypurecloud.sdk.v2.model
Class AudioState
java.lang.Object
com.mypurecloud.sdk.v2.model.AudioState
- All Implemented Interfaces:
Serializable
AudioState
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndicates that this communication's audio allows its participant to hear others.Indicates that this communication's audio allows others to hear this participant.booleaninthashCode()voidsetCanHear(Boolean canHear) voidsetCanSpeak(Boolean canSpeak) toString()
-
Constructor Details
-
AudioState
public AudioState() -
AudioState
-
-
Method Details
-
canHear
Indicates that this communication's audio allows its participant to hear others. -
getCanHear
-
setCanHear
-
canSpeak
Indicates that this communication's audio allows others to hear this participant. -
getCanSpeak
-
setCanSpeak
-
equals
-
hashCode
public int hashCode() -
toString
-