Fixes bug where share window won't close last step of instructions via toolbar button

This commit is contained in:
perroned 2017-02-09 22:04:13 +00:00
parent 92026952e5
commit 48f1441e52

View File

@ -106,6 +106,10 @@ package org.bigbluebutton.modules.screenshare.managers
JSLog.warn("WebRTCDeskshareManager::stopWebRTCDeskshare", {});
viewWindowManager.stopViewing();
/* close the sharing window. The sharing window can also be open when going through
extension installation */
publishWindowManager.stopSharing();
if (ExternalInterface.available) {
ExternalInterface.call("vertoExitScreenShare");
}