Audio socket not receiving after mediasession status turn established.
Describe the issue I occasionally run into this issue after CallHandler CallOnUpdated Call status updated to Established - and AudioSendStatusChangedEventArgs(MediaSendStatus=Active), but did not receive anything from socket. It can be fixed if I end the call and make another one.
Expected behavior A clear and concise description of what you expected to happen.
Graph SDK (please complete the following information):
- Microsoft Graph 4.54.0
- Microsoft Graph Communications Calls 1.2.0.7270
- Microsoft Graph Communications Calls Media 1.2.0.7270
- Microsoft Graph Communications Core 1.2.0.7270
Call ID Provide later.
Logs Provide later.
Please provide more detail. It sounds to me like you've programmed some kind of race condition or created temporal dependencies in your code based on wrong assumptions about the events and data you might receive from the SDK.
Is your bot running in Azure or elsewhere? What is the calling scenario - 1:1 or is the bot joining a Teams meeting?
Can you share a call-id please?
Thanks for your response. I found another issue with ASR so I'll resolve that part first. Probably because of that.