mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Video Chat Improvements
This commit is contained in:
@@ -1057,7 +1057,7 @@ public final class VoiceChatController: ViewController {
|
||||
if peerId != strongSelf.currentDominantSpeaker?.0 {
|
||||
strongSelf.currentDominantSpeaker = (peerId, CACurrentMediaTime())
|
||||
}
|
||||
strongSelf.updateMainVideo(waitForFullSize: false, updateMembers: true, force: true)
|
||||
strongSelf.updateMainVideo(waitForFullSize: true, updateMembers: true, force: true)
|
||||
}
|
||||
}
|
||||
}, openInvite: { [weak self] in
|
||||
|
||||
Reference in New Issue
Block a user