Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ab750ae

Browse files
Fix video calls (#7256)
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 68604e3 commit ab750ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/rooms/RoomHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export default class RoomHeader extends React.Component<IProps, IState> {
220220
const videoCallButton = <AccessibleTooltipButton
221221
className="mx_RoomHeader_button mx_RoomHeader_videoCallButton"
222222
onClick={(ev: React.MouseEvent<Element>) => ev.shiftKey ?
223-
this.displayInfoDialogAboutScreensharing() : this.props.onCallPlaced(CallType.Voice)}
223+
this.displayInfoDialogAboutScreensharing() : this.props.onCallPlaced(CallType.Video)}
224224
title={_t("Video call")}
225225
key="video"
226226
/>;

0 commit comments

Comments
 (0)