diff --git a/app/src/components/VideoContainers/VideoView.js b/app/src/components/VideoContainers/VideoView.js index b92738f..987a4a0 100644 --- a/app/src/components/VideoContainers/VideoView.js +++ b/app/src/components/VideoContainers/VideoView.js @@ -534,8 +534,9 @@ class VideoView extends React.PureComponent VideoView.propTypes = { isMe : PropTypes.bool, - showQuality : PropTypes.bool, isScreen : PropTypes.bool, + isExtraVideo : PropTypes.bool, + showQuality : PropTypes.bool, displayName : PropTypes.string, showPeerInfo : PropTypes.bool, videoContain : PropTypes.bool,