-
Notifications
You must be signed in to change notification settings - Fork 21
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
Comments
Hey @dhara6894 👋 Can you help me understand how your call is set up? Is this a ringing call or are you connecting users individually? Thanks! |
@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. |
@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. |
@dhara6894 I'm reviewing a few things about this usecase - will get back to you in a bit. |
Hey @dhara6894 👋 For this to work, you must set the Hope this helps. Thanks! |
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:
The text was updated successfully, but these errors were encountered: