mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-20 01:18:29 +00:00
Added spinner on each participant in conference until call is answered
This commit is contained in:
parent
786b2cb752
commit
b080b712dc
1 changed files with 9 additions and 0 deletions
|
|
@ -159,6 +159,15 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
username: contactDescription.username
|
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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue