Video Chat Fixes

This commit is contained in:
Ilya Laktyushin
2021-05-29 18:09:41 +04:00
parent 95779538c9
commit bee3bd2314
2 changed files with 2 additions and 2 deletions

View File

@@ -4837,7 +4837,7 @@ public final class VoiceChatController: ViewController {
}
var waitForFullSize = waitForFullSize
if let (_, maybeVideoEndpointId) = effectiveSpeaker, let videoEndpointId = maybeVideoEndpointId, !self.readyVideoEndpointIds.contains(videoEndpointId) {
if let (_, maybeVideoEndpointId) = effectiveSpeaker, let videoEndpointId = maybeVideoEndpointId, !self.readyVideoEndpointIds.contains(videoEndpointId), entries == nil {
waitForFullSize = false
}