Fix video calls (#7256)
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
68604e3505
commit
ab750aefce
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ export default class RoomHeader extends React.Component<IProps, IState> {
|
|||
const videoCallButton = <AccessibleTooltipButton
|
||||
className="mx_RoomHeader_button mx_RoomHeader_videoCallButton"
|
||||
onClick={(ev: React.MouseEvent<Element>) => ev.shiftKey ?
|
||||
this.displayInfoDialogAboutScreensharing() : this.props.onCallPlaced(CallType.Voice)}
|
||||
this.displayInfoDialogAboutScreensharing() : this.props.onCallPlaced(CallType.Video)}
|
||||
title={_t("Video call")}
|
||||
key="video"
|
||||
/>;
|
||||
|
|
Loading…
Reference in a new issue