CallRecordingStoppedEvent
data class CallRecordingStoppedEvent(@Json(name = "call_cid") val callCid: String, @Json(name = "created_at") val createdAt: OffsetDateTime, @Json(name = "type") val type: String = "call.recording_stopped") : VideoEvent, WSCallEvent
This event is sent when call recording has stopped
Parameters
callCid
createdAt
type
The type of event: \"call.recording_stopped\" in this case