- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Create .net core console application.
Target framework .Net 6.0
Target OS Windows
Allow unsafe code
Platform target x64
Target OS Version 10.0.22621.0
Supported OS version 10.0.22621.0
Minimal steps to reproduce
Create .net core console application. Target framework .Net 6.0 Target OS Windows Allow unsafe code Platform target x64 Target OS Version 10.0.22621.0 Supported OS version 10.0.22621.0
Below is the proj file
Update the Program.cs:
Add the CallHandler class:
Start the app and after
this.call = await this.callAgent.JoinAsync
the this.call.EndCallReason == 410According to this page: https://learn.microsoft.com/en-us/azure/communication-services/concepts/troubleshooting-info?tabs=csharp%2Cios%2Cdotnet#calling-sdk-error-codes
410 | Local media stack or media infrastructure error. | Ensure that you're using the latest SDK in a supported environment.
How can I ensure I use the correct SDK in a supported environment?
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Windows, details above
Versions
Tested with Azure.Communication.Calling.WindowsClient 1.0.0 1.1.0 1.2.0 1.3.0
Other errors occurs on 1.4.0 and 1.5.0
Mention any other details that might be useful
It works if I do exactly the same in a UAP application.