mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Fix typo on camera switch in audio-only.
This commit is contained in:
parent
d1027f401d
commit
19e59ae021
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ Rectangle {
|
|||
if( callModel.isConference){// Only deactivate camera in conference.
|
||||
if(mainItem.isAudioOnly) {
|
||||
var layout = SettingsModel.videoConferenceLayout != LinphoneEnums.ConferenceLayoutAudioOnly ? SettingsModel.videoConferenceLayout : LinphoneEnums.ConferenceLayoutGrid
|
||||
layoutDelay.being(layout)
|
||||
layoutDelay.begin(layout)
|
||||
camera._activateCamera = true
|
||||
}else
|
||||
callModel.cameraEnabled = !callModel.cameraEnabled
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue