mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-20 06:35:51 +02:00
InitialCallPage: see the video preview
GitLab: https://git.jami.net/savoirfairelinux/jami-project/-/issues/1309 Change-Id: Ib9abac518d94e74d6ef6554ec38e2dda520937f4
This commit is contained in:
parent
ef0569b0c8
commit
ffa38fb8ef
1 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,13 @@ Rectangle {
|
||||||
|
|
||||||
color: "black"
|
color: "black"
|
||||||
|
|
||||||
|
LocalVideo {
|
||||||
|
anchors.centerIn: parent
|
||||||
|
anchors.fill: parent
|
||||||
|
visible: !root.isAudioOnly && CurrentAccount.videoEnabled_Video && VideoDevices.listSize !== 0
|
||||||
|
opacity: 0.5
|
||||||
|
}
|
||||||
|
|
||||||
ListModel {
|
ListModel {
|
||||||
id: incomingControlsModel
|
id: incomingControlsModel
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue