Fix video freeze when alone in conference A/S mode

This commit is contained in:
Christophe Deschamps 2022-11-23 09:21:21 +01:00
parent 6a4ef41ab5
commit 781a9b07d1

View file

@ -80,7 +80,6 @@ class VoipConferenceActiveSpeakerView: UIView, UICollectionViewDataSource, UICol
let otherSpeakersCount = model.activeSpeakerConferenceParticipantDevices.value!.count
self.switchCamera.isHidden = true
if (otherSpeakersCount == 0) {
Core.get().nativePreviewWindow = self.activeSpeakerVideoViewAlone
self.layoutRotatableElements()
self.meGrid.isHidden = true
self.grid.isHidden = true