This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.63k
stars
2.84k
forks
source link
[azure-communication-callautomation] Streaming back data via WebSocket not working, can't hear my voice repeated back in the call. #37766
Describe the bug
When using MediaStreamingOptions with custom transport_url to create a new call, then receive audio data and send it back immediately, no audio can be heard. I cannot seem to find any documentation talking about sending WebSocket data back to Azure.
Expected behavior
In the call, I can hear my voice back when I speak.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Any documentation discussing this feature when using create_call with MediaStreamingOptions, how to handle the WebSocket connection, the format, and the data specifications would be great. Thanks.
Describe the bug When using
MediaStreamingOptions
with customtransport_url
to create a new call, then receive audio data and send it back immediately, no audio can be heard. I cannot seem to find any documentation talking about sending WebSocket data back to Azure.To Reproduce Steps to reproduce the behavior:
Create a new call
Expected behavior In the call, I can hear my voice back when I speak.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Any documentation discussing this feature when using
create_call
withMediaStreamingOptions
, how to handle the WebSocket connection, the format, and the data specifications would be great. Thanks.