Add ability to switch between voice & video in calls (#7155)

This commit is contained in:
Šimon Brandner 2022-01-24 13:48:35 +01:00 committed by GitHub
parent 756b924966
commit b5d11336f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 42 additions and 80 deletions

View file

@ -303,7 +303,6 @@ export default class PipView extends React.Component<IProps, IState> {
pipContent = ({ onStartMoving, _onResize }) =>
<div className={pipViewClasses}>
<CallViewHeader
type={undefined}
onPipMouseDown={(event) => { onStartMoving(event); this.onStartMoving.bind(this)(); }}
pipMode={pipMode}
callRooms={[roomForWidget]}