Update Riot/Modules/Integrations/Widgets/Jitsi/JitsiViewController.m

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
Mauro
2023-11-14 18:55:31 +01:00
committed by GitHub
parent 5d79dcf672
commit 1fa43615b6
@@ -321,7 +321,7 @@ static NSString * _Nonnull kJitsiFeatureFlagScreenSharingEnabled = @"ios.screens
- (void)conferenceTerminated:(NSDictionary *)data
{
// If the call if terminated by a moderator the error key contains the "conference.destroyed" value
// If the call is terminated by a moderator the error key contains the "conference.destroyed" value
if (data[kJitsiDataErrorKey] != nil)
{
MXLogDebug(@"[JitsiViewController] conferenceTerminated - data: %@", data);