From 39d30ea0b4a8239883f09a42e8a5daea61fe0a50 Mon Sep 17 00:00:00 2001 From: Hristo Terezov Date: Mon, 9 May 2022 16:35:37 -0500 Subject: [PATCH] fix(stage-filmstrip): resize. --- react/features/filmstrip/subscriber.web.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react/features/filmstrip/subscriber.web.js b/react/features/filmstrip/subscriber.web.js index 4d9db24c23..541c523c27 100644 --- a/react/features/filmstrip/subscriber.web.js +++ b/react/features/filmstrip/subscriber.web.js @@ -175,6 +175,7 @@ StateListenerRegistry.register( width: state['features/filmstrip'].width?.current, visible: state['features/filmstrip'].visible, clientWidth: state['features/base/responsive-ui'].clientWidth, + clientHeight: state['features/base/responsive-ui'].clientHeight, tileView: state['features/video-layout'].tileViewEnabled }; },