Commit b080b712 authored by Sylvain Berfini's avatar Sylvain Berfini

Added spinner on each participant in conference until call is answered

parent 786b2cb7
......@@ -159,6 +159,15 @@ Rectangle {
}
username: contactDescription.username
BusyIndicator {
width: parent.width / 2
height: parent.height / 2
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
visible: $call && $call.status === CallModel.CallStatusOutgoing
}
}
}
......
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