Fix AS layout not updating when joining a conf with more than 2 participants already

This commit is contained in:
Christophe Deschamps 2022-09-29 13:22:15 +02:00
parent d96228ef44
commit 2582bbf782

View file

@ -110,6 +110,7 @@ class VoipConferenceActiveSpeakerView: UIView, UICollectionViewDataSource, UICol
self.activeSpeakerVideoViewAlone.isHidden = true
self.meGrid.isHidden = false
self.grid.isHidden = false
self.layoutRotatableElements()
}
}
model.isConferenceLocallyPaused.readCurrentAndObserve { (paused) in