diff --git a/src/callwidget.cpp b/src/callwidget.cpp
index 4161c2cfd5ebc52df9e619c86ba35cf40a533609..b90d0a40849a02faa5fce4625eccf7e671d622c7 100644
--- a/src/callwidget.cpp
+++ b/src/callwidget.cpp
@@ -983,7 +983,7 @@ CallWidget::setupChatView(const lrc::api::conversation::Info& convInfo)
     ui->sendContactRequestButton->setVisible(shouldShowSendContactRequestBtn);
 
     ui->messageView->setMessagesVisibility(false);
-
+    ui->messageView->contactIsComposing(convInfo.uid, "", false);
     connect(LRCInstance::getCurrentConversationModel(), &ConversationModel::composingStatusChanged, ui->messageView, &MessageWebView::contactIsComposing);
     Utils::oneShotConnect(ui->messageView, &MessageWebView::sendMessageContentSaved,
         [this, convInfo, accountId = accountInfo.id, lastConvUid = lastConvUid_](const QString& content) {