Fix video call container size inconsistencies (#7170)

This commit is contained in:
Timo 2021-11-23 11:13:51 +01:00 committed by GitHub
parent cdbe25bd36
commit a156ba8be9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 4 deletions

View file

@ -121,6 +121,7 @@ export default class AuxPanel extends React.Component<IProps, IState> {
<CallViewForRoom
roomId={this.props.room.roomId}
resizeNotifier={this.props.resizeNotifier}
showApps={this.props.showApps}
/>
);