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