From 5dd878dbc91498d8c0d166b1b3fcea5a8f85a8e3 Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Thu, 19 Dec 2024 11:06:09 +0100 Subject: [PATCH] active speaker as default layout --- Linphone/view/Control/Container/Call/CallLayout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linphone/view/Control/Container/Call/CallLayout.qml b/Linphone/view/Control/Container/Call/CallLayout.qml index b8735854..4c9801f7 100644 --- a/Linphone/view/Control/Container/Call/CallLayout.qml +++ b/Linphone/view/Control/Container/Call/CallLayout.qml @@ -16,7 +16,7 @@ Item { property bool callTerminatedByUser: false property bool callStarted: call?.core.isStarted readonly property var callState: call? call.core.state : undefined - property int conferenceLayout: call && call.core.conferenceVideoLayout || 0 + property int conferenceLayout: call && call.core.conferenceVideoLayout || LinphoneEnums.ConferenceLayout.ActiveSpeaker // property int participantDeviceCount: conference ? conference.core.participantDeviceCount : -1 // onParticipantDeviceCountChanged: { // setConferenceLayout()