Set fullscreen when start or join a conference

This commit is contained in:
Benoit Martins 2022-11-22 12:26:05 +01:00 committed by QuentinArguillere
parent 6cb4ea55f6
commit fc9c9b9508

View file

@ -341,6 +341,7 @@ import linphonesw
ControlsViewModel.shared.callStatsVisible.notifyValue()
CallsViewModel.shared.currentCallData.notifyValue()
ControlsViewModel.shared.audioRoutesSelected.value = false
ControlsViewModel.shared.fullScreenMode.value = true
}
override func viewWillDisappear(_ animated: Bool) {