Fixes issue with viewer window not re-opening

This commit is contained in:
perroned 2016-10-17 19:46:40 +00:00
parent a8406765c8
commit 399081d684

View File

@ -89,6 +89,7 @@ package org.bigbluebutton.modules.screenshare.managers
/*viewer being told there is no more stream*/ /*viewer being told there is no more stream*/
public function handleStreamStopEvent(args:Object):void { public function handleStreamStopEvent(args:Object):void {
LOGGER.debug("WebRTCDeskshareManager::handleStreamStopEvent"); LOGGER.debug("WebRTCDeskshareManager::handleStreamStopEvent");
sharing = false;
JSLog.warn("WebRTCDeskshareManager::handleStreamStopEvent", {}); JSLog.warn("WebRTCDeskshareManager::handleStreamStopEvent", {});
viewWindowManager.handleViewWindowCloseEvent(); viewWindowManager.handleViewWindowCloseEvent();
} }