himan_15
06/06/2025, 11:12 AMVapi Support Bot
06/06/2025, 11:14 AMvideoRecordingUrl property is deprecated.
Instead, check for the video recording URL at Call.artifact.recording.videoUrl in your call logs.
Example:
json
{
"artifact": {
"recording": {
"videoUrl": "https://..."
}
}
}
If videoUrl is missing, ensure your storage is configured correctly and that the call type supports video recording.
Sources:
- [Vapi Changelog April 29, 2025](https://docs.vapi.ai/changelog/2025/4/29)
- [Vapi Call Recording Documentation](https://docs.vapi.ai/call-recording)Aditya
06/06/2025, 11:21 AMhiman_15
06/06/2025, 11:30 AMhiman_15
06/06/2025, 11:34 AMhiman_15
06/06/2025, 1:29 PMhiman_15
06/06/2025, 2:48 PMhiman_15
06/06/2025, 3:26 PMAditya
06/07/2025, 9:53 AM