From e9cefdb9d99f51b4220fa7293a5eaaba6aa2ed5e Mon Sep 17 00:00:00 2001 From: Govind Date: Wed, 9 Jul 2025 02:43:54 +0530 Subject: [PATCH] fix(quickstart): update voice configuration key from 'voice_id' to 'voiceId' --- fern/quickstart/phone.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/quickstart/phone.mdx b/fern/quickstart/phone.mdx index bfc579be..48225691 100644 --- a/fern/quickstart/phone.mdx +++ b/fern/quickstart/phone.mdx @@ -126,7 +126,7 @@ vapi assistant create // Configure the voice voice: { provider: 'playht', - voice_id: 'jennifer', + voiceId: 'jennifer', }, // Set the first message firstMessage: 'Hi there, this is Alex from TechSolutions customer support. How can I help you today?',