fix(video-constraints) Fix video constraints for resizable top panel (#11794)

pull/11802/head jitsi-meet_7501
Robert Pintilii 2 years ago committed by GitHub
parent cbe3d6d505
commit f6d088149c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      react/features/video-quality/subscriber.js

@ -94,6 +94,16 @@ StateListenerRegistry.register(
}
);
/**
* Updates the receiver constraints when the tiles in the resizable top panel change dimensions.
*/
StateListenerRegistry.register(
state => getVideoQualityForStageThumbnails(state),
(_, store) => {
_updateReceiverVideoConstraints(store);
}
);
/**
* Updates the receiver constraints when the stage participants change.
*/

Loading…
Cancel
Save