From 7d774dfd3be862961dc585c4e396ec4cdcca01bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Thu, 2 Dec 2021 11:38:51 +0100 Subject: [PATCH] Fix video calls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/components/views/rooms/RoomHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/rooms/RoomHeader.tsx b/src/components/views/rooms/RoomHeader.tsx index d16feb3ae83..4dc1bb8b82f 100644 --- a/src/components/views/rooms/RoomHeader.tsx +++ b/src/components/views/rooms/RoomHeader.tsx @@ -220,7 +220,7 @@ export default class RoomHeader extends React.Component { const videoCallButton = ) => ev.shiftKey ? - this.displayInfoDialogAboutScreensharing() : this.props.onCallPlaced(CallType.Voice)} + this.displayInfoDialogAboutScreensharing() : this.props.onCallPlaced(CallType.Video)} title={_t("Video call")} key="video" />;