Skip to content

Commit 4076c5c

Browse files
update voice fallback docs
1 parent 6e1e2d2 commit 4076c5c

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

fern/voice-fallback-plan.mdx

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ slug: voice-fallback-plan
1010

1111
## Introduction
1212

13-
By default, if an assistant's primary voice experiences any failure, Vapi will automatically attempt to use other available voices to continue the call. While this ensures call continuity, you might want more control over which specific voices are used as fallbacks.
14-
15-
Fallback plans give you precise control over the fallback sequence. Your assistant will sequentially fallback to only the voices you configure within your plan, in the exact order you specify.
13+
Voice fallback plans give you the ability to continue your call in the event that your primary voice fails. Your assistant will sequentially fallback to only the voices you configure within your plan, in the exact order you specify.
1614

1715
## How It Works
1816

@@ -54,20 +52,6 @@ Add the `fallbackPlan` property to your assistant's voice configuration, and spe
5452
}
5553
```
5654

57-
Although **not recommended**, you may choose to disable the default fallback behavior by providing an empty list of voices in your fallback plan:
58-
59-
```json
60-
{
61-
"voice": {
62-
"provider": "openai",
63-
"voiceId": "shimmer",
64-
"fallbackPlan": {
65-
"voices": []
66-
}
67-
}
68-
}
69-
```
70-
7155
## Best practices
7256

7357
- Use <b>different providers</b> for your fallback voices to protect against provider-wide outages.

0 commit comments

Comments
 (0)