Cant use deepgram flux in web
need to turn of start speaking but thats not possible smh

startSpeakingPlan.smartEndpointingPlan property from your configuration and set your transcriber to Deepgram Flux. Here’s an example JSON snippet:⤵️ Mention @Vapi Support Bot for follow-ups 🐥

startSpeakingPlan.smartEndpointingPlan{
"transcriber": {
"provider": "deepgram",
"model": "flux-general-en",
"language": "en",
"eotThreshold": 0.7,
"eotTimeoutMs": 5000
}
}