fix(screenshare): pass missing prop in

This commit is contained in:
João Victor 2024-09-17 18:50:32 -03:00
parent da02d9f1fd
commit 7d805d60c3

View File

@ -174,6 +174,7 @@ const ScreenshareContainer = (props) => {
LAYOUT_CONFIG.hidePresentationOnJoin, LAYOUT_CONFIG.hidePresentationOnJoin,
), ),
...selectedInfo, ...selectedInfo,
isPresenter,
} }
} }
/> />