Skip to content

Commit

Permalink
Merge pull request #7705 from vector-im/mauroromito/fix_ending_jistsi…
Browse files Browse the repository at this point in the history
…_call_when_removing_widget
  • Loading branch information
Velin92 authored Nov 6, 2023
2 parents 709f078 + f23dcf1 commit e7a93de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Riot/Modules/Room/RoomViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -8053,7 +8053,7 @@ - (void)removeJitsiWidgetViewDidCompleteSliding:(RemoveJitsiWidgetView *)view
self.removeJitsiWidgetView.delegate = nil;

// end active call if exists
if ([self isRoomHavingAJitsiCallForWidgetId:jitsiWidget.widgetId])
if ([self isRoomHavingAJitsiCall])
{
[self endActiveJitsiCall];
}
Expand Down
1 change: 1 addition & 0 deletions changelog.d/7704.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The slide to end call for everyone button for the Jitsi widget now also ends the call for the current user.

0 comments on commit e7a93de

Please sign in to comment.