From 7d805d60c3c4210ec3efe81249c0e5c24b790700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor?= Date: Tue, 17 Sep 2024 18:50:32 -0300 Subject: [PATCH] fix(screenshare): pass missing prop in --- .../imports/ui/components/screenshare/container.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/bigbluebutton-html5/imports/ui/components/screenshare/container.jsx b/bigbluebutton-html5/imports/ui/components/screenshare/container.jsx index 19dbbb1b1a..42100c8d50 100755 --- a/bigbluebutton-html5/imports/ui/components/screenshare/container.jsx +++ b/bigbluebutton-html5/imports/ui/components/screenshare/container.jsx @@ -174,6 +174,7 @@ const ScreenshareContainer = (props) => { LAYOUT_CONFIG.hidePresentationOnJoin, ), ...selectedInfo, + isPresenter, } } />