Fix video call container size inconsistencies (#7170)
This commit is contained in:
parent
cdbe25bd36
commit
a156ba8be9
5 changed files with 21 additions and 4 deletions
|
@ -28,6 +28,8 @@ interface IProps {
|
|||
roomId: string;
|
||||
|
||||
resizeNotifier: ResizeNotifier;
|
||||
|
||||
showApps?: boolean;
|
||||
}
|
||||
|
||||
interface IState {
|
||||
|
@ -121,6 +123,7 @@ export default class CallViewForRoom extends React.Component<IProps, IState> {
|
|||
<CallView
|
||||
call={this.state.call}
|
||||
pipMode={false}
|
||||
showApps={this.props.showApps}
|
||||
/>
|
||||
</Resizable>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue