ClaraThays
03/31/2025, 7:09 PMVapi Support Bot
03/31/2025, 7:11 PMrecordingEnabled
parameter might not be set to true
or there could be issues with your S3 bucket permissions. According to [troubleshooting information](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1332377462805368923), you should also check if the hipaaEnabled
setting is turned off, as enabling it would prevent storing logs, recordings, or transcriptions.
2. **Voice Activity Detection (VAD) Settings**: If the recording starts late or misses sections, it could be due to incorrectly calibrated VAD settings not capturing speech properly, as mentioned in [this source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1316042862630146058).
3. **Call Duration Settings**: According to [documentation](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334857584238399549), if your call exceeds the maxDurationSeconds
setting (default is 240 seconds for some assistants), the recording might be truncated.
## Possible causes for missing transcripts in the UI:
1. **Transcription Configuration**: Make sure transcriptPlan.enabled
is set to true
in your artifactPlan configuration as noted in [this source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1342498699615539222).Vapi Support Bot
03/31/2025, 7:11 PMrecordingEnabled
is set to true
- Verify that hipaaEnabled
is turned off
- Check S3 bucket permissions
2. **Review transcription settings**:
- Confirm that transcriptPlan.enabled
is set to true
- Consider trying a different transcription provider
3. **Try accessing via API**:
- Use the GET /call/:id endpoint to retrieve the full transcript and recording URLs:
curl -X GET 'https://api.vapi.ai/call/{callId}' \
-H 'Authorization: Bearer YOUR_API_KEY'
4. Check for error messages in your system logs related to recording or uploading.
5. Review Voice Activity Detection settings to ensure they're correctly configured to capture speech as soon as it starts.
Is there anything specific about your setup that might help me provide more targeted troubleshooting advice?
Sources:
- [Troubleshooting incomplete call recordings in Vapi](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1332377462805368923)
- [Possible causes of truncated call recordings in Vapi](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1316042862630146058)
- [Troubleshooting steps for incomplete call recordings in Vapi](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334857584238399549)Vapi Support Bot
03/31/2025, 7:11 PMClaraThays
03/31/2025, 7:33 PMClaraThays
03/31/2025, 8:36 PMKyle Brunker
04/01/2025, 5:04 PMClaraThays
04/03/2025, 5:24 PMKyle Brunker
04/06/2025, 12:40 PMClaraThays
04/09/2025, 3:19 PMKyle Brunker
04/11/2025, 12:24 AMClaraThays
04/11/2025, 1:21 PMKyle Brunker
04/11/2025, 1:36 PM