Merge pull request #5710 from SimonBrandner/resizable-call-view

Resizable CallView
This commit is contained in:
Travis Ralston 2021-04-07 11:02:46 -06:00 committed by GitHub
commit 6e6a26f86a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 103 additions and 35 deletions

View file

@ -149,8 +149,8 @@ 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}
/>
);