Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Hangup all calls on logout #5756

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

SimonBrandner
Copy link
Contributor

Fixes #16362.

This isn't an ideal solution since the m.call.hangup event doesn't get sent before log out. That means that the call doesn't end for the other side, and it tries to reconnect. But this solves the privacy problems (the users can't hear/see each other), and the call will eventually fail on the other side.

Signed-off-by: Šimon Brandner <[email protected]>
@t3chguy t3chguy requested a review from a team March 12, 2021 13:36
Copy link
Member

@turt2live turt2live left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@turt2live turt2live merged commit 0e0ccfe into matrix-org:develop Mar 16, 2021
@SimonBrandner SimonBrandner deleted the hangup-all-on-logout branch March 16, 2021 06:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Voice and video calls do not end after signing out without hanging up
2 participants