Don't use onResize

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-03-03 16:42:27 +01:00
parent 2e535d2a99
commit d244ea3b14
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 0 additions and 6 deletions

View file

@ -167,7 +167,6 @@ export default class AuxPanel extends React.Component<IProps, IState> {
const callView = (
<CallViewForRoom
roomId={this.props.room.roomId}
onResize={this.props.onResize}
maxVideoHeight={this.props.maxHeight}
resizeNotifier={this.props.resizeNotifier}
/>