diff --git a/bigbluebutton-html5/imports/ui/components/screenshare/service.js b/bigbluebutton-html5/imports/ui/components/screenshare/service.js index 5c7965dcaa919e317b4784ea75a5634b8a5926a0..2c423fa034b862b0511cbdd3fc7c9a9829ed2b17 100644 --- a/bigbluebutton-html5/imports/ui/components/screenshare/service.js +++ b/bigbluebutton-html5/imports/ui/components/screenshare/service.js @@ -13,8 +13,9 @@ const isVideoBroadcasting = () => { return false; } + const hasStream = ds.screenshare.stream ? true : false; // TODO commented out isPresenter to enable screen viewing to the presenter - return ds.screenshare.stream; // && !PresentationService.isPresenter(); + return hasStream; // && !PresentationService.isPresenter(); } // if remote screenshare has been ended disconnect and hide the video stream