You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/voice-fallback-plan.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,13 @@ When a voice failure occurs, Vapi will:
20
20
1. Detect the failure of the primary voice
21
21
2. Automatically switch to the first fallback voice
22
22
3. Continue through the list of fallback voices if subsequent failures occur
23
-
4. Only terminate if all configured fallback voices fail
23
+
4. Only terminate if the list of fallback voices has been exhausted, and all have failed
24
24
25
25
## Configuration
26
26
27
-
Add the `fallbackPlan` property to your assistant's voice configuration. Specify a list of voices within the `voices` property of `fallbackPlan`, and you're done!
27
+
Add the `fallbackPlan` property to your assistant's voice configuration, and specify the fallback voices within the `voices` property.
28
28
- Please note that fallback voices must be valid JSON configurations, and not strings.
29
+
- Also note that the order matters. Vapi will choose fallback voices starting from the beginning of the list.
0 commit comments