Package org.openapitools.client.models
Class CallReactionEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class CallReactionEvent extends VideoEvent implements WSCallEvent
This event is sent when a reaction is sent in a call, clients should use this to show the reaction in the call screen
-
-
Constructor Summary
Constructors Constructor Description CallReactionEvent(String callCid, OffsetDateTime createdAt, ReactionResponse reaction, String type)
-
Method Summary
Modifier and Type Method Description final StringgetCallCid()final OffsetDateTimegetCreatedAt()final ReactionResponsegetReaction()final StringgetType()StringgetCallCID()StringgetEventType()-
-
Constructor Detail
-
CallReactionEvent
CallReactionEvent(String callCid, OffsetDateTime createdAt, ReactionResponse reaction, String type)
- Parameters:
type- The type of event: \"call.
-
-
Method Detail
-
getCallCid
final String getCallCid()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getReaction
final ReactionResponse getReaction()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-