diff --git a/react/features/video-quality/subscriber.js b/react/features/video-quality/subscriber.js index efd6a0fb2..e5d77e70c 100644 --- a/react/features/video-quality/subscriber.js +++ b/react/features/video-quality/subscriber.js @@ -325,6 +325,12 @@ function _updateReceiverVideoConstraints({ getState }) { } } + if (remoteScreenShares?.length) { + remoteScreenShares.forEach(sourceName => { + receiverConstraints.constraints[sourceName] = { 'maxHeight': VIDEO_QUALITY_LEVELS.ULTRA }; + }); + } + } else { receiverConstraints = { constraints: {},