Fix crash when screen sharing is running
This commit is contained in:
@@ -939,7 +939,7 @@ export default withRoomContext(connect(
|
||||
Math.round(next.peerVolumes[next.me.id]) &&
|
||||
prev.peers === next.peers &&
|
||||
prev.producers === next.producers &&
|
||||
prev.settings === next.settings,
|
||||
prev.settings === next.settings &&
|
||||
prev.transports === next.transports
|
||||
);
|
||||
}
|
||||
|
||||
@@ -305,7 +305,7 @@ class VideoView extends React.PureComponent
|
||||
</React.Fragment>
|
||||
}
|
||||
|
||||
{ isMe &&
|
||||
{ isMe && !isScreen &&
|
||||
(netInfo.recv && netInfo.send && netInfo.send.iceSelectedTuple) &&
|
||||
<React.Fragment>
|
||||
<span className={'RecvL'}>Recv: </span>
|
||||
|
||||
Reference in New Issue
Block a user