Add missing isExtraVideo props validation
This commit is contained in:
@@ -534,8 +534,9 @@ class VideoView extends React.PureComponent
|
|||||||
VideoView.propTypes =
|
VideoView.propTypes =
|
||||||
{
|
{
|
||||||
isMe : PropTypes.bool,
|
isMe : PropTypes.bool,
|
||||||
showQuality : PropTypes.bool,
|
|
||||||
isScreen : PropTypes.bool,
|
isScreen : PropTypes.bool,
|
||||||
|
isExtraVideo : PropTypes.bool,
|
||||||
|
showQuality : PropTypes.bool,
|
||||||
displayName : PropTypes.string,
|
displayName : PropTypes.string,
|
||||||
showPeerInfo : PropTypes.bool,
|
showPeerInfo : PropTypes.bool,
|
||||||
videoContain : PropTypes.bool,
|
videoContain : PropTypes.bool,
|
||||||
|
|||||||
Reference in New Issue
Block a user