Commit 64f0ab73 authored by Sylvain Berfini's avatar Sylvain Berfini

Vu meter for conference participants is fixed

parent b080b712
...@@ -161,8 +161,9 @@ Rectangle { ...@@ -161,8 +161,9 @@ Rectangle {
username: contactDescription.username username: contactDescription.username
BusyIndicator { BusyIndicator {
width: parent.width / 2 color: CallStyle.header.busyIndicator.color
height: parent.height / 2 height: CallStyle.header.busyIndicator.height
width: CallStyle.header.busyIndicator.width
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
...@@ -182,6 +183,7 @@ Rectangle { ...@@ -182,6 +183,7 @@ Rectangle {
Timer { Timer {
interval: 50 interval: 50
repeat: true repeat: true
running: true
onTriggered: parent.value = $call.speakerVu onTriggered: parent.value = $call.speakerVu
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment