Skip to content

Commit

Permalink
Merge pull request #12755 from pedrobmarin/f-s-fsfs
Browse files Browse the repository at this point in the history
fix(screenshare): fullscreen status from state
  • Loading branch information
pedrobmarin committed Jul 12, 2021
2 parents 3cd144e + e6c43f2 commit 2c94e22
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,11 @@ class ScreenshareComponent extends React.Component {
}

renderScreenshareDefault() {
const { intl } = this.props;
const {
intl,
isFullscreen,
} = this.props;
const { loaded } = this.state;
loaded,
} = this.state;

return (
<div
Expand Down

0 comments on commit 2c94e22

Please sign in to comment.