Delay before speaking after pick up
Hello i got a problem when i pick up the vapi call from assistant, i want a minimum delay of 3secondes how i can do with API plz
waitSeconds parameter in your startSpeakingPlan like this:⤵️ Mention @Vapi Support Bot for follow-ups 🐥
waitSecondsstartSpeakingPlan{
"startSpeakingPlan": {
"waitSeconds": 3.0
}
}