Class: Vapi::ArtifactPlanRecordingFormat

Inherits:
Object
  • Object
show all
Defined in:
lib/vapi_server_sdk/types/artifact_plan_recording_format.rb

Overview

This determines the format of the recording. Defaults to ‘wav;l16`.

@default 'wav;l16'

Constant Summary collapse

WAV_L_16 =
"wav;l16"
MP_3 =
"mp3"