Azure / Azure/azure-sdk-for-python

[CallAutomation] download_recording API is returning an HttpResponse object, not Iterable[bytes]

Abierto
#42,835 1 comentario 0 reacciones 0 asignados Ver en GitHub
Client Communication - Call Automation needs-team-attention Service Attention
Lenguaje dominante
Python
Estrellas
5.6k
Forks
3.4k
Merge medio
2 d 2 h
PR fusionados (30 d)
213

Descripción

- **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.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Start at CallAutomationClient.download_recording() in the azure-communication-callautomation package and compare the documented return type with the implementation for both sync and async clients. The work is done when the API returns the documented Iterable[bytes] or AsyncIterable[bytes] rather than an HttpResponse object.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
python
Área
api
Tipo de issue
Error
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
38/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.