CallUpdatedEvent
constructor(@Json(name = "call") call: CallResponse, @Json(name = "call_cid") callCid: String, @Json(name = "capabilities_by_role") capabilitiesByRole: Map<String, List<String>>, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "type") type: String = "call.updated")
Parameters
call
callCid
capabilitiesByRole
The capabilities by role for this call
createdAt
type
The type of event: \"call.ended\" in this case