Skip to content

Commit ec11998

Browse files
committed
feat: add links to api reference
1 parent 19c5897 commit ec11998

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fern/assistants/call-recording.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slug: call-recording
66

77
The Call Recording feature allows you to capture and store full recordings of phone calls for analysis. By default, Vapi stores a complete recording of every call, providing both mono and stereo audio. The stereo option separates human and assistant audio into two distinct channels, offering a clearer analysis of the conversation.
88

9-
You can customize this behavior in the assistant's `assistant.artifactPlan`.
9+
You can customize this behavior in the assistant's [`assistant.artifactPlan`](https://docs.vapi.ai/api-reference/assistants/create#request.body.artifactPlan).
1010

1111

1212
## Supported Formats
@@ -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` 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) property. If not specified, recordings will default to `wav;l16`.
1919

2020
<Note>
2121
At this time, you can only specify one format.
@@ -35,13 +35,13 @@ Usage:
3535

3636
## Turn On/Off Call Recording
3737

38-
You can turn on/off call recording by setting the `assistant.artifactPlan.recordingEnabled` property to `true` or `false`. If not specified, recordings will default to `true`.
38+
You can turn on/off call recording by setting the [`assistant.artifactPlan.recordingEnabled`](https://docs.vapi.ai/api-reference/assistants/create#request.body.artifactPlan.recordingEnabled) property to `true` or `false`. If not specified, recordings will default to `true`.
3939

4040
<Note>
4141
If [HIPAA](https://docs.vapi.ai/security-and-privacy/hipaa) mode is enabled, Vapi will only store recordings if you have defined a custom storage bucket. Make sure to set credentials in the Provider Credentials page in the Dashboard.
4242
</Note>
4343

4444
## Turn On/Off Video Recording (only for webCall)
4545

46-
You can turn on/off video recording by setting the `assistant.artifactPlan.videoRecordingEnabled` property to `true` or `false`. If not specified, video recording will default to `false`.
46+
You can turn on/off video recording by setting the [`assistant.artifactPlan.videoRecordingEnabled`](https://docs.vapi.ai/api-reference/assistants/create#request.body.artifactPlan.videoRecordingEnabled) property to `true` or `false`. If not specified, video recording will default to `false`.
4747

0 commit comments

Comments
 (0)