diff --git a/videoview.cpp b/videoview.cpp
index dc225d45d9b88a81402682b7668144da53f33c50..225ce7f00ee3af75d5a85701989e4491e3b90ea5 100644
--- a/videoview.cpp
+++ b/videoview.cpp
@@ -159,7 +159,6 @@ VideoView::callStateChanged(Call* call, Call::State previousState)
         timerConnection_ = connect(call, SIGNAL(changed()), this, SLOT(updateCall()));
     } else {
         QObject::disconnect(timerConnection_);
-        emit setChatVisibility(false);
         try {
             if (call) {
                 emit closing(call->historyId().toStdString());