active speaker as default layout

This commit is contained in:
Gaelle Braud 2024-12-19 11:06:09 +01:00
parent 6377d60c8b
commit 5dd878dbc9

View file

@ -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()