This commit is contained in:
Ali 2021-01-14 23:42:50 +04:00
parent 6d792b6c78
commit 57eaa3b101
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 7b8b0a9a4e12f812d036f55c2c1346df473c20e4
Subproject commit 1c6747b73fd19043d7bd382ea208ba78314fed00