Add missing isExtraVideo props validation

This commit is contained in:
Roman Drozd
2020-05-20 19:53:21 +02:00
parent 522ecf873e
commit e301474906
@@ -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,