check if we have deskshare window open before closing
This commit is contained in:
parent
cf7389e6e0
commit
c4949f245d
@ -50,7 +50,7 @@ package org.bigbluebutton.modules.deskshare.managers
|
||||
}
|
||||
|
||||
public function stopSharing():void {
|
||||
shareWindow.stopSharing();
|
||||
if (shareWindow != null) shareWindow.stopSharing();
|
||||
}
|
||||
|
||||
public function startSharing(uri:String, room:String, autoStart:Boolean):void {
|
||||
|
Loading…
Reference in New Issue
Block a user