mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-30 02:19:23 +00:00
force active speaker if not in conf
This commit is contained in:
parent
55e325c7ec
commit
f1fb447fa3
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Item {
|
|||
|
||||
function setConferenceLayout() {
|
||||
callLayout.sourceComponent = undefined // unload old view before opening the new view to avoid conflicts in Video UI.
|
||||
callLayout.sourceComponent = mainItem.conferenceLayout == LinphoneEnums.ConferenceLayout.ActiveSpeaker
|
||||
callLayout.sourceComponent = !conference || mainItem.conferenceLayout == LinphoneEnums.ConferenceLayout.ActiveSpeaker
|
||||
? activeSpeakerComponent
|
||||
: gridComponent
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue