adrivelasco
03/07/2026, 12:12 AM019cc452-c4be-7995-911e-0b8c848efded
if you have access to the recording, from 1:15 and going forward, user's voice seems to be breaking off which causes our AI either to interrumpt or reply not meaningfully.
this issue has been killing our experience for a while already, please hope you can help us!Chiranjeet Mishra
03/07/2026, 11:02 AMserverVad as the turn detection method instead of using LiveKit endpointing. This uses a heuristic approach from the start and can behave more consistently.
2. **Increase silence threshold**: If you're using custom serverVad settings, try increasing silenceDurationMs (for example to 500–800 ms). This gives the system more time to confirm the speaker has finished before the assistant responds.
3. **Disable backchanneling**: Set backchanneling: false to reduce cases where the assistant interrupts during short pauses.
4. **Check network stability**: Since this is a webCall, audio quality depends on the caller’s connection. If users are on unstable Wi-Fi, switching to a wired connection or using a phone-based call (SIP/PSTN) can improve stability.
Best regards,
Oshi Raghav
Customer Support Team | Vapiadrivelasco
03/07/2026, 7:41 PMadrivelasco
03/09/2026, 2:49 AMChiranjeet Mishra
03/12/2026, 8:09 AM{
"transcriber": {
"provider": "deepgram",
"model": "nova-2-general",
"endpointing": 300
},
"startSpeakingPlan": {
"smartEndpointingEnabled": false
}
}
This uses Deepgram’s ML-based endpointing and avoids the request ID mismatch issue seen with LiveKit.
Please try this configuration and let us know if the issue persists.adrivelasco
03/13/2026, 3:30 PMadrivelasco
03/13/2026, 3:38 PMadrivelasco
03/17/2026, 12:46 AMChiranjeet Mishra
03/17/2026, 4:37 AMChiranjeet Mishra
03/17/2026, 8:15 PM