Vapi Support
05/27/2024, 10:43 PMbuytslacalls_
05/27/2024, 10:43 PMVapi Support
05/27/2024, 10:44 PMGet Call API endpoint. Here's how you can make a GET request to retrieve details about a specific call:
curl
curl --request GET \
--url https://api.vapi.ai/call/{id} \
--header 'Authorization: Bearer <token>'
Replace {id} with the call ID and <token> with your authorization token [(2)]() .
If this issue persists, adjusting the silenceTimeoutSeconds setting in your call configurations might help to mitigate erroneous terminations due to supposed silence. Additionally, ensuring the audio quality and checking for any network issues could also be beneficial.
For further detailed analysis, you might need to access the audio recordings if they are enabled and review them to verify the presence of audio during the supposed silence periods [(1)]() .Vapi Support
05/27/2024, 10:46 PMSahil
05/28/2024, 9:45 AM