Package com.vonage.client.conversations
Class AudioEarmuffOnEvent
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.Event
com.vonage.client.conversations.AudioEarmuffOnEvent
- All Implemented Interfaces:
Jsonable
Represents an
EventType.AUDIO_EARMUFF_ON event.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic AudioEarmuffOnEvent.Builderbuilder()Entry point for constructing an instance of this class.getRtcId()Unique audio RTC identifier.Methods inherited from class com.vonage.client.conversations.Event
getFrom, getFromMember, getFromUser, getId, getTimestamp, getTypeMethods 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
-
Method Details
-
builder
Entry point for constructing an instance of this class.- Returns:
- A new Builder.
-
getRtcId
Unique audio RTC identifier.- Returns:
- The RTC ID, or
nullif unknown.
-