[Communication - Call Automation] BUG - Error 400 when downloading the recording #33764
Open
1 of 6 tasks
Labels
Client
This issue points to a problem in the data-plane of the library.
Communication - Call Automation
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
I’m developing a website to enable educational teachers to communicate with students. I use call-automation to automatically record these calls (for the safety of all users) without any possibility to pause or stop the recording at any point.
Since April 3, 2025, when I attempt to download the recording in order to save it to Blob Storage, the console intermittently returns the following error:
After conducting further tests and adding some logs to the local file, I received the following:
Since April 8, 2025, this error has been occurring on all calls and in all environments (previously it only occurred in production).
The error occurs whenever the
downloadStreaming
,downloadToPath
, ordownloadToStream
functions are executed, all of which relate togetCallRecording
.The expectation was that the recording download would be completed and the upload process to Blob Storage would then continue.
After that, the Power Automate flow would execute and save this information in Dynamics 365.
The text was updated successfully, but these errors were encountered: