diff --git a/linphone-desktop/ui/views/App/Calls/Incall.qml b/linphone-desktop/ui/views/App/Calls/Incall.qml index 8d5af8c9f..55fab1842 100644 --- a/linphone-desktop/ui/views/App/Calls/Incall.qml +++ b/linphone-desktop/ui/views/App/Calls/Incall.qml @@ -144,7 +144,7 @@ Rectangle { anchors.centerIn: parent horizontalTextAlignment: Text.AlignHCenter sipAddress: '' - username: LinphoneUtils.getContactUsername(_sipAddressObserver.contact || sipAddress) + username: LinphoneUtils.getContactUsername(_sipAddressObserver.contact || _sipAddressObserver.sipAddress) height: parent.height width: parent.width - rightActions.width - leftActions.width - CallStyle.header.contactDescription.width