mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Video Chat Fixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user