mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
WIP
This commit is contained in:
parent
6d792b6c78
commit
57eaa3b101
@ -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
|
Loading…
x
Reference in New Issue
Block a user