diff --git a/app/src/components/Containers/Peer.js b/app/src/components/Containers/Peer.js index 758723d..910d67f 100644 --- a/app/src/components/Containers/Peer.js +++ b/app/src/components/Containers/Peer.js @@ -490,6 +490,7 @@ const Peer = (props) => videoTrack={screenConsumer && screenConsumer.track} videoVisible={screenVisible} videoCodec={screenConsumer && screenConsumer.codec} + videoScore={screenConsumer ? screenConsumer.score : null} />