Suri
12/30/2024, 6:21 AMVapi
12/30/2024, 6:23 AMmessage
event is set up to handle transcript messages correctly. If you're still facing difficulties, please reach out to support for more in-depth troubleshooting.Vapi
12/30/2024, 6:23 AMSuri
12/30/2024, 6:24 AMVapi
12/30/2024, 6:24 AMtranscriber
and other configurations correctly. However, the artifactPlan
only mentions videoRecordingEnabled: false
, and there is no mention of enabling audio recording artifacts. If you're trying to retrieve audio transcripts, you need to ensure that audio recording is enabled in the artifactPlan
.
Please check if the artifactPlan
should include a property like audioRecordingEnabled: true
(if such a property exists in the VAPI configuration) to enable audio recording artifacts. If this property is not available or if the issue persists after making the change, it might be best to reach out to VAPI support for further assistance, as they can provide more detailed guidance and check if there are any issues on the server side.
If you need any further assistance or if you'd like me to perform any specific actions, please let me know!Suri
12/30/2024, 6:25 AMVapi
12/30/2024, 6:25 AMtranscript
messages. The event listener should be looking for messages of type transcript
and handling them appropriately.
3. **Review Session Lifecycle**: Confirm that the session is starting and ending correctly, and that the transcript is being requested after the session has concluded.
4. **Check for Updates**: Sometimes, APIs and services are updated, and these updates may require changes in your code. Ensure that you're using the latest version of the VAPI and that your code is up to date with any recent changes.
5. **Contact Support**: If you've gone through these steps and the issue persists, it may be a more complex problem that requires direct support from the VAPI team.
If you believe everything is set up correctly and you should be receiving transcripts but are not, it might be time to reach out to the VAPI support team for further assistance. They can provide more detailed troubleshooting and check if there are any issues on their end.
Would you like me to guide you through any of these troubleshooting steps, or is there anything else I can assist you with?Shubham Bajaj
01/02/2025, 10:43 AM