diff --git a/app/src/components/Containers/Me.js b/app/src/components/Containers/Me.js index a302dad..1be14c8 100644 --- a/app/src/components/Containers/Me.js +++ b/app/src/components/Containers/Me.js @@ -817,6 +817,7 @@ const Me = (props) => } - { isMe && !isScreen && + { isMe && !isScreen && !isExtraVideo && (netInfo.recv && netInfo.send && netInfo.send.iceSelectedTuple) && Recv: @@ -533,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,