active speaker as default layout
This commit is contained in:
parent
6377d60c8b
commit
5dd878dbc9
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Item {
|
||||||
property bool callTerminatedByUser: false
|
property bool callTerminatedByUser: false
|
||||||
property bool callStarted: call?.core.isStarted
|
property bool callStarted: call?.core.isStarted
|
||||||
readonly property var callState: call? call.core.state : undefined
|
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
|
// property int participantDeviceCount: conference ? conference.core.participantDeviceCount : -1
|
||||||
// onParticipantDeviceCountChanged: {
|
// onParticipantDeviceCountChanged: {
|
||||||
// setConferenceLayout()
|
// setConferenceLayout()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue