diff --git a/react/features/filmstrip/subscriber.web.js b/react/features/filmstrip/subscriber.web.js index 4d9db24c2..541c523c2 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 }; },