From ab750aefce544829a876564a51c476c10999400d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Thu, 2 Dec 2021 11:46:48 +0100 Subject: [PATCH] Fix video calls (#7256) 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 d16feb3ae8..4dc1bb8b82 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" />;