absent-sapphire
absent-sapphire4mo ago

June update: "Web SDK Video Recordings"

I see the June updates has an "Web SDK Video Recordings" that looks like you might be using daily.co under the hood, but I don't see a link to any docs to get started. Where are the docs? How do I set up video recordings to be pushed to my S3 bucket?
3 Replies
Vapi Support Bot
To enable video recordings and push them to your S3 bucket with the Vapi Web SDK: 1. Set assistant.artifactPlan.videoRecordingEnabled to true in your assistant config. 2. Configure your AWS S3 credentials and bucket in the Vapi dashboard under "Cloud Providers." 3. Optionally, set the upload path with assistant.artifactPlan.recordingPath. You can find more details in the call recording docs and S3 integration guide. Quick question: Are you looking for a code example for enabling video recording in your Web SDK integration, or do you need help with the S3 setup steps? Sources: - Call recording documentation - AWS S3 integration documentation
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
absent-sapphire
absent-sapphireOP4mo ago
how does vapi use DailyIframe and can it be disabled or accessed directly so that i can use my own daily.co account
rare-sapphire
rare-sapphire4mo ago
Configure your Daily room with the S3 bucket and IAM role, and trigger recordings via Vapi or Daily’s API, recordings will then be automatically pushed to your S3.. https://docs.vapi.ai/quickstart/web https://github.com/VapiAI/client-sdk-web/blob/main/vapi.ts
Web calls | Vapi
Build voice interfaces and backend integrations using Vapi's Web and Server SDKs
GitHub
client-sdk-web/vapi.ts at main · VapiAI/client-sdk-web
This package lets you start Vapi calls directly in your webapp. - VapiAI/client-sdk-web

Did you find this page helpful?