N3squik
04/20/2026, 7:57 AM019da1f0-00d9-7000-b93e-05c9f4948b5c
- Call B (Web call): ~1.3s — 019da9ad-bd6c-788e-b3f1-e0b6ae337316
What's driving the ~1.2s difference?
Side note: Latency I stated there is my percieved latency by reading audio recording graph. The Latency Summary numbers (1385 vs 1142) don't match the actual latency or what I see in the raw logs either.
Thanks!Vapi Support Bot
04/20/2026, 7:58 AMwaitSeconds or endpointing settings in your voice pipeline. To reduce Twilio call latency, try setting a more aggressive waitFunction in your `startSpeakingPlan`:
json
"startSpeakingPlan": {
"smartEndpointingPlan": {
"provider": "livekit",
"waitFunction": "2000 / (1 + exp(-10 * (x - 0.5)))"
},
"waitSeconds": 0.2
}
Apply this to both Web and Twilio calls for consistent, faster response times.
For more details, see the [Voice Pipeline Configuration documentation](https://docs.vapi.ai/customization/voice-pipeline-configuration).
Source:
- [Voice pipeline configuration](https://docs.vapi.ai/customization/voice-pipeline-configuration)N3squik
04/20/2026, 8:08 AMRita Heritage
04/20/2026, 8:31 AMShaunak
04/21/2026, 3:47 AMShaunak
04/21/2026, 3:48 AMN3squik
04/21/2026, 6:38 AMShaunak
04/21/2026, 8:44 AMShaunak
04/21/2026, 8:45 AMN3squik
04/22/2026, 4:21 PM019db5ef-2332-7000-b376-e0e284fb159e) that has pretty similar response times of ~1.3s to what is logged by Vapi, and I dont see the 1.2s gap in such calls. Could this be a bug?