question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] HangUpAsync never returns

See original GitHub issue

Library name and version

Azure.Communication.Calling 1.0.0-beta.29

Describe the bug

Following 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

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

  1. 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
  2. Run the project
  3. Join to an scheduled Teams meeting
  4. 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:open
  • Created 2 years ago
  • Comments:13 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
MughundhanRaveendran-MSFTcommented, Feb 17, 2022

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

1reaction
MughundhanRaveendran-MSFTcommented, Jan 5, 2022

@juanmalm , Thanks for reporting, I am looking into this issue. I will get back to you with an update.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found