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