Skip to content

Commit be8a0b8

Browse files
committed
feat: add recordingFormat link
1 parent 3b2036c commit be8a0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/assistants/call-recording.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Vapi supports multiple audio formats for call recordings:
1515
- `wav;l16`: 16-bit linear PCM WAV format, providing high-quality uncompressed audio in mono
1616
- `mp3`: MP3 compressed audio format, offering good quality with smaller file sizes
1717

18-
You can specify your preferred format using the [`assistant.artifactPlan.recordingFormat`](https://docs.vapi.ai/api-reference/assistants/create#request.body.artifactPlan) property. If not specified, recordings will default to `wav;l16`.
18+
You can specify your preferred format using the [`assistant.artifactPlan.recordingFormat`](https://docs.vapi.ai/api-reference/assistants/create#request.body.artifactPlan.recordingFormat) property. If not specified, recordings will default to `wav;l16`.
1919

2020
<Note>
2121
At this time, you can only specify one format.

0 commit comments

Comments
 (0)