mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-28 21:40:32 +00:00
Add missing isExtraVideo props validation
This commit is contained in:
parent
522ecf873e
commit
e301474906
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue