[BUG] HangUpAsync never returns
See original GitHub issueLibrary name and version
Azure.Communication.Calling 1.0.0-beta.29
Describe the bug
Following the official quick start guide:
HangUpAsync does not work properly.
Expected behavior
await call_.HangUpAsync(new HangUpOptions());
works properly
Actual behavior
await call_.HangUpAsync(new HangUpOptions());
never returns and the user is not disconnected properly from the call
Reproduction Steps
- Follow the official quick start guide: https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/voice-video-calling/get-started-teams-interop?pivots=platform-windows
- Run the project
- Join to an scheduled Teams meeting
- Press leave button
Environment
UWP Target version: Windows 10, version 2004 (10.0; Build 19041) Min version: Windows 10, version 1809 (10.0; Build 17763)
Microsoft Visual Studio Professional 2022 (64-bit) Version 17.0.4
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (1 by maintainers)
Top Results From Across the Web
CallConnection.HangupAsync(CancellationToken) Method
The server returned an error. See Message for details returned from the server. Applies to. Product, Versions. Azure SDK for ...
Read more >Cosmos DB call never returns with async call
The task hangs and never finishes. I can see the task in the Threads window in Debug. Other calls to the same database...
Read more >[BUG] ChatThreadClient.AddParticipantAsync always ...
Chat Describe the bug I'm trying to add a user to the chat thread whenever he enters ... AddParticipantAsync always returns forbidden #36716....
Read more >HTTP mocking for Rust!
I suspect I hit a bug with mockito 0.11.0. I have a small test suite of 3 tests and 50% of the time...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@juanmalm , I am able to reproduce the issue by using your latest code. The issue only occurs when a user who has joined from Mac client is already present in the Teams call. I will have a discussion internally and get back to you.
Appreciate your patience on this issue.
@juanmalm , Thanks for reporting, I am looking into this issue. I will get back to you with an update.