Video Chat Improvements

This commit is contained in:
Ilya Laktyushin
2021-05-22 00:56:50 +04:00
parent 5becf67dac
commit 68aca37596
3 changed files with 18 additions and 14 deletions

View File

@@ -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