mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Request thumbnail instead of medium for screencasts
This commit is contained in:
parent
0e938a6bb8
commit
b908426ef5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user