taha
05/28/2025, 12:01 AMtranscript
message on the client for both the assistant and user. I had build my application around. Now, I am not receiving the transcript
message with the assistant role
which has caused a disruption in my application! However, I am seeing the transcript for both user and assistant in the call log. This is causing a lot of issues for me. Pls let me know how this can be fixed.
My assistant id is dda0b39a-c5ab-4578-8b3b-9f9e224be8c1Vapi Support Bot
05/28/2025, 12:03 AMclientMessages
configuration includes "transcript"
.
You can update your assistant using the API like this:
json
{
"clientMessages": [
"conversation-update",
"function-call",
"hang",
"model-output",
"speech-update",
"status-update",
"transfer-update",
"transcript",
"tool-calls",
"user-interrupted",
"voice-input",
"workflow.node.started"
]
}
Send this payload to the PATCH /assistant/:id
endpoint for your assistant. If the issue persists after updating, please contact Vapi support for further help.
Sources:
- [Update Assistant (API Reference)](https://docs.vapi.ai/api-reference/assistants/update?explorer=true)
- [Web SDK Events and clientMessages](https://docs.vapi.ai/sdk/web#message)taha
05/28/2025, 12:05 AMVapi Support Bot
05/28/2025, 12:07 AM"transcript"
in your clientMessages
and still aren't receiving assistant transcript messages on the client, please contact Vapi support directly with your assistant ID and a description of the issue. Include that transcripts appear in the call log but not in the client event stream. This will help the support team investigate any backend or platform-specific issues affecting your assistant.
Example message to support:
Assistant ID: dda0b39a-c5ab-4578-8b3b-9f9e224be8c1
Issue: Not receiving assistant transcript messages on the client, despite correct clientMessages config and transcripts visible in call logs.
Sources:
- [Update Assistant (API Reference)](https://docs.vapi.ai/api-reference/assistants/update?explorer=true)
- [Web SDK Events and clientMessages](https://docs.vapi.ai/sdk/web#message)taha
05/28/2025, 12:31 AMVapi Support Bot
05/28/2025, 12:31 AMKyle Brunker
05/28/2025, 5:25 AMtaha
05/28/2025, 8:29 AMVapi Support Bot
05/28/2025, 8:30 AMclientMessages
configuration, please contact Vapi support with your assistant ID and a description of the problem.
Use this template when reaching out:
text
Assistant ID: dda0b39a-c5ab-4578-8b3b-9f9e224be8c1
Issue: Not receiving assistant transcript messages on the client, despite correct clientMessages config and transcripts visible in call logs.
You can email [support@vapi.ai](support@vapi.ai) or use the [Vapi support page](https://docs.vapi.ai/support) for fastest assistance.
Sources:
- [Update Assistant (API Reference)](https://docs.vapi.ai/api-reference/assistants/update?explorer=true)
- [Web SDK Events and clientMessages](https://docs.vapi.ai/sdk/web#message)
- [Vapi Support Options](https://docs.vapi.ai/support)Kyle Brunker
05/28/2025, 11:51 PM