CallEndedEvent

constructor(@Json(name = "call") call: CallResponse, @Json(name = "call_cid") callCid: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "type") type: String = "call.ended", @Json(name = "user") user: UserResponse? = null)

Parameters

call
callCid
createdAt
type

The type of event: \"call.ended\" in this case

user