Package org.openapitools.client.models
Class CallBroadcastingStoppedEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class CallBroadcastingStoppedEvent extends VideoEvent implements WSCallEvent
This event is sent when call broadcasting has stopped
-
-
Constructor Summary
Constructors Constructor Description CallBroadcastingStoppedEvent(String callCid, OffsetDateTime createdAt, String type)
-
Method Summary
Modifier and Type Method Description final StringgetCallCid()final OffsetDateTimegetCreatedAt()final StringgetType()StringgetCallCID()StringgetEventType()-
-
Method Detail
-
getCallCid
final String getCallCid()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-