Azure / Azure/azure-sdk-for-python
[CallAutomation] download_recording API is returning an HttpResponse object, not Iterable[bytes]
Open
Client
Communication - Call Automation
needs-team-attention
Service Attention
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
- **Package Name**: azure-communication-callautomation
- **Package Version**: 1.4.x
- **Operating System**: Any
- **Python Version**: Any
**Describe the bug**
The `CallAutomationClient.download_recording()` API is documented as returning `Iterable[bytes]` (or `AsyncIterable[bytes]` for async), however the implementation returns an Azure Core HttpResponse object, which is not iterable.
Contributor guide
Assessment
This issue has not been assessed yet.