Remove lab setting for Jitsi calls

This commit is contained in:
ismailgulek
2021-04-06 17:25:37 +03:00
parent 1b164859cb
commit 5639a2bae6
4 changed files with 7 additions and 45 deletions
+2 -3
View File
@@ -3616,9 +3616,8 @@ NSNotificationName const RoomViewControllerViewDidDisappearNotification = @"Room
[[AppDelegate theDelegate].callPresenter displayJitsiCallWithWidget:jitsiWidget];
}
// If enabled, create the conf using jitsi widget and open it directly
else if (RiotSettings.shared.createConferenceCallsWithJitsi
&& self.roomDataSource.room.summary.membersCount.joined > 2)
// Create the conf using jitsi widget and open it directly
else if (self.roomDataSource.room.summary.membersCount.joined > 2)
{
[self startActivityIndicator];