Jonathan
10/02/2025, 9:48 PMVapi Support Bot
10/02/2025, 9:49 PMfirstMessageMode setting. If it's not set to "assistant-speaks-first", the assistant will wait for the user to speak and may not play any audio on web calls. Try explicitly setting it in your API call like this:
json
"assistantOverrides": {
"firstMessageMode": "assistant-speaks-first",
"customerJoinTimeoutSeconds": 60,
"endCallFunctionEnabled": false,
"silenceTimeoutSeconds": 600
}
This should ensure the assistant greets the user immediately in web calls. For more details, see the [Vapi assistant configuration documentation](https://docs.vapi.ai/api-reference/assistants/update).
Source:
- [Vapi Assistant Update API Reference](https://docs.vapi.ai/api-reference/assistants/update)Vercel
10/03/2025, 9:22 PMChiranjeet Mishra
10/04/2025, 1:09 AMvoice, transcriber, and plans like monitorPlan are set properly at the workflow level. Refer to the [Workflow Configuration Enhancements](https://docs.vapi.ai/changelog/2025/6/19) for more information.
2. **Check Audio and Network Setup**:
- Confirm that the device's microphone and network are functioning correctly.
- Consider increasing silenceTimeoutSeconds to accommodate any potential delays in audio transmission.
3. **Review Call Logs**:
- Navigate to the [Call Logs](https://dashboard.vapi.ai/calls) in your dashboard. Look for any error messages or irregularities with the audio transmission and tool execution results.
4. **Test with Different Browsers/Devices**: Since the issue occurs across multiple browsers and devices, ensure all have updated versions and check if any extensions or network settings might be interfering.
5. **Enable SIP Headers**: If using SIP, ensure that sipHeadersInReferToEnabled is correctly configured to include necessary header information during call transfers, as mentioned in the [April changelog](https://docs.vapi.ai/changelog/2025/4/29).
If the problem persists, capturing screen recordings as you recreate the issue and cross-referencing with the [Issue Reporting Guidelines](https://docs.vapi.ai/issue-reporting) can provide more context for further assistance.Jonathan
10/04/2025, 1:46 PMChiranjeet Mishra
10/08/2025, 6:51 AMshin08
10/08/2025, 7:32 AMChiranjeet Mishra
10/10/2025, 5:39 AMJonathan
10/11/2025, 7:33 PMshin08
10/13/2025, 8:12 AMJonathan
10/14/2025, 4:57 PMChiranjeet Mishra
10/14/2025, 6:43 PMJonathan
10/14/2025, 9:08 PMChiranjeet Mishra
10/16/2025, 6:53 PMJonathan
10/21/2025, 8:07 AMJonathan
10/21/2025, 9:41 AMshin08
10/22/2025, 3:24 AMJonathan
10/22/2025, 12:29 PMChiranjeet Mishra
10/22/2025, 5:34 PMJonathan
10/30/2025, 2:19 PMJonathan
10/30/2025, 2:19 PMshin08
10/31/2025, 2:29 PMJonathan
10/31/2025, 6:58 PM