Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call not ending for other user when one user terminates the app #774

Open
dhara6894 opened this issue Oct 8, 2024 · 5 comments
Open

Call not ending for other user when one user terminates the app #774

dhara6894 opened this issue Oct 8, 2024 · 5 comments
Assignees

Comments

@dhara6894
Copy link

There is an issue where, during an ongoing call, if one of the users terminates or closes the app, the call continues for the other user instead of ending. The expected behavior is that the call should automatically disconnect for both users when one of them terminates the app. This needs to be addressed to prevent users from staying connected unintentionally.

Steps to reproduce:

  1. Start a call between two users.
  2. Have one user terminate or close the app.
  3. Notice that the call still continues for the other user.
@deven98
Copy link
Contributor

deven98 commented Oct 9, 2024

Hey @dhara6894 👋

Can you help me understand how your call is set up? Is this a ringing call or are you connecting users individually?
Any other details about your usecase would be helpful as well.

Thanks!

@dhara6894
Copy link
Author

dhara6894 commented Oct 10, 2024

@deven98 I have a ringing call. I have a common use case where one user calls another, the other user accepts the call, and they are connected. While the call is ongoing, if one user terminates the app, the call continues for the other user, and they have to manually end the call.

@dhara6894
Copy link
Author

@deven98 I hope you understand the issue I am facing. Please let me know if you need any further clarification or information from my side.

@deven98
Copy link
Contributor

deven98 commented Oct 23, 2024

@dhara6894 I'm reviewing a few things about this usecase - will get back to you in a bit.

@deven98 deven98 self-assigned this Oct 23, 2024
@deven98
Copy link
Contributor

deven98 commented Oct 28, 2024

Hey @dhara6894 👋

For this to work, you must set the dropIfAloneInRingingFlow property in the call preferences.
However, we also noticed a bug in the implementation which should be solved with #776

Hope this helps.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants