Merge branch 'experimental-2' of gitlab.com:peter-iakovlev/telegram-ios into experimental-2

This commit is contained in:
overtake 2021-02-01 13:18:47 +04:00
commit 759a9e7249
2 changed files with 5 additions and 1 deletions

View File

@ -763,6 +763,10 @@ public final class VoiceChatController: ViewController {
strongSelf.currentDominantSpeakerWithVideo = (peerId, source)
strongSelf.call.setFullSizeVideo(peerId: peerId)
strongSelf.mainVideoContainer.updatePeer(peer: (peerId: peerId, source: source))
} else {
strongSelf.currentDominantSpeakerWithVideo = nil
strongSelf.call.setFullSizeVideo(peerId: nil)
strongSelf.mainVideoContainer.updatePeer(peer: nil)
}
}
default:

@ -1 +1 @@
Subproject commit 8b9f0fe77a4ab97e5690fa1b4708de3135401b11
Subproject commit 1c6747b73fd19043d7bd382ea208ba78314fed00