atharane
05/06/2025, 3:14 PMvapi.send() to send a system message containing the elapsed time once every minute, but that has resulted in some weird interruptions. Is there a better way to solve this?Vapi Support Bot
05/06/2025, 3:15 PMvapi.send() for tracking time:
javascript
// When creating a room, request a control URL
// Then use it to inject system messages without interruptions
const controlUrl = "your-control-url";
// Send time updates via this URL instead of vapi.send()
This approach may help avoid the interruptions you're experiencing while still tracking elapsed time.
Sources:
- [Discord discussion about control URL](https://discord.com/channels/1211482211119796234/1339634926248525935)
- [Discord discussion about minimum call duration](https://discord.com/channels/1211482211119796234/1334443280498294814)Vapi Support Bot
05/06/2025, 3:15 PMvapi.send() for tracking time:
javascript
// When creating a room, request a control URL
// Then use it to inject system messages without interruptions
const controlUrl = "your-control-url";
// Send time updates via this URL instead of vapi.send()
This approach may help avoid the interruptions you're experiencing while still tracking elapsed time.
Sources:
- [Discord discussion about control URL](https://discord.com/channels/1211482211119796234/1339634926248525935)
- [Discord discussion about minimum call duration](https://discord.com/channels/1211482211119796234/1334443280498294814)Kings_big💫
05/06/2025, 6:01 PMatharane
05/06/2025, 7:11 PMKings_big💫
05/06/2025, 8:06 PMatharane
05/07/2025, 4:53 AMvapi.send()?Kings_big💫
05/07/2025, 8:01 AMatharane
05/07/2025, 3:01 PMKings_big💫
05/07/2025, 4:42 PMatharane
05/08/2025, 6:42 AMKings_big💫
05/08/2025, 10:27 AMKings_big💫
05/09/2025, 8:03 AMatharane
05/10/2025, 7:19 AMChiranjeet Mishra
05/11/2025, 1:44 AMatharane
05/12/2025, 11:51 AMendCallPhrasesatharane
05/14/2025, 6:04 AM