CustomVideoEvent
constructor(@Json(name = "call_cid") callCid: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "custom") custom: Map<String, Any?>, @Json(name = "type") type: String = "custom", @Json(name = "user") user: UserResponse)
Parameters
callCid
createdAt
custom
Custom data for this object
type
The type of event, \"custom\" in this case
user