Activate Voice Recording while call is running? (T...
# support
u
Hey! 👋 Is there currently a way to start voice recording during a call only after getting the user's consent? Ideally, the AI would first ask something like "Is it okay if I record this conversation?" — and only if the user agrees, the recording would be turned on via some function or tool. Is that possible with Vapi or planned in the roadmap?
v
Based on the information available, you can implement consent-based recording in Vapi by: 1. Customizing your bot's script to ask for consent 2. Using Vapi's real-time streaming API to handle audio after consent 3. Configuring your assistant's artifactPlan with
recordingEnabled: true
While there's no built-in tool specifically for this purpose, you can combine these features to create the functionality. Are you looking to implement this in a specific environment (web, mobile, etc.) or with particular integration requirements? This would help me provide more targeted guidance. Sources: - [Discord Channel](https://discord.com/channels/1211482211119796234/1335932034518089741) - [Discord Channel](https://discord.com/channels/1211482211119796234/1333380326294290486) - [Discord Channel](https://discord.com/channels/1211482211119796234/1342498699615539222) - [Vapi Documentation](https://docs.vapi.ai/introduction)
u
Can not find the api for real-time changes
Want to do it for running calls
c
Hey, as of now, we don't have this feature. You can always raise a feature request for it. You can raise an feature request for it over here: https://roadmap.vapi.ai
3 Views