mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Fix video freeze when alone in conference A/S mode
This commit is contained in:
parent
6a4ef41ab5
commit
781a9b07d1
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue