Skip to content
Snippets Groups Projects
Commit ffa38fb8 authored by Nicolas Vengeon's avatar Nicolas Vengeon Committed by Nicolas Vengeon
Browse files

InitialCallPage: see the video preview

GitLab: jami-project#1309
Change-Id: Ib9abac518d94e74d6ef6554ec38e2dda520937f4
parent ef0569b0
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,13 @@ Rectangle {
color: "black"
LocalVideo {
anchors.centerIn: parent
anchors.fill: parent
visible: !root.isAudioOnly && CurrentAccount.videoEnabled_Video && VideoDevices.listSize !== 0
opacity: 0.5
}
ListModel {
id: incomingControlsModel
Component.onCompleted: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment