From b908426ef5af615e640a23b4f75bda7cf52b48c7 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Tue, 15 Jun 2021 22:05:01 +0400 Subject: [PATCH] Request thumbnail instead of medium for screencasts --- submodules/TelegramCallsUI/Sources/VoiceChatController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramCallsUI/Sources/VoiceChatController.swift b/submodules/TelegramCallsUI/Sources/VoiceChatController.swift index 155055c10d..0a6f808027 100644 --- a/submodules/TelegramCallsUI/Sources/VoiceChatController.swift +++ b/submodules/TelegramCallsUI/Sources/VoiceChatController.swift @@ -4930,7 +4930,7 @@ public final class VoiceChatController: ViewController { requestedVideoChannels.append(videoChannel) } if member.peer.id != self.callState?.myPeerId { - if var presentationChannel = member.requestedPresentationVideoChannel(minQuality: .thumbnail, maxQuality: .medium) { + if var presentationChannel = member.requestedPresentationVideoChannel(minQuality: .thumbnail, maxQuality: .thumbnail) { if self.effectiveSpeaker?.1 == presentationChannel.endpointId { presentationChannel.minQuality = .full presentationChannel.maxQuality = .full