klausVE
06/14/2025, 2:20 AMvoicemailDetection: {
provider: "vapi",
}
However, I'm having trouble figuring out how to disable it. I couldn't find any reference in the API docs.
I’ve already tried:
voicemailDetection: {
provider: "off",
}
and
voicemailDetection: false
Neither worked. Could you clarify the correct way to turn it off?"Kings_big💫
06/14/2025, 7:08 AM