You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/assistants/call-recording.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ slug: call-recording
6
6
7
7
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.
8
8
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).
10
10
11
11
12
12
## Supported Formats
@@ -15,7 +15,7 @@ Vapi supports multiple audio formats for call recordings:
15
15
-`wav;l16`: 16-bit linear PCM WAV format, providing high-quality uncompressed audio in mono
16
16
-`mp3`: MP3 compressed audio format, offering good quality with smaller file sizes
17
17
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`.
19
19
20
20
<Note>
21
21
At this time, you can only specify one format.
@@ -35,13 +35,13 @@ Usage:
35
35
36
36
## Turn On/Off Call Recording
37
37
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`.
39
39
40
40
<Note>
41
41
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.
42
42
</Note>
43
43
44
44
## Turn On/Off Video Recording (only for webCall)
45
45
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`.
0 commit comments