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() {
|
function setConferenceLayout() {
|
||||||
callLayout.sourceComponent = undefined // unload old view before opening the new view to avoid conflicts in Video UI.
|
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
|
? activeSpeakerComponent
|
||||||
: gridComponent
|
: gridComponent
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue