CallRecordingReadyEvent

constructor(@Json(name = "call_cid") callCid: String, @Json(name = "call_recording") callRecording: CallRecording, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "type") type: String = "call.recording_ready")

Parameters

callCid
callRecording
createdAt
type

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