Pass resizeNotifier into CallViewForARoom
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
178ae2f7bf
commit
4e9d19d3b0
2 changed files with 4 additions and 0 deletions
|
@ -169,6 +169,7 @@ export default class AuxPanel extends React.Component<IProps, IState> {
|
|||
roomId={this.props.room.roomId}
|
||||
onResize={this.props.onResize}
|
||||
maxVideoHeight={this.props.maxHeight}
|
||||
resizeNotifier={this.props.resizeNotifier}
|
||||
/>
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue