Fix for Issue 655

This commit is contained in:
deniszgonjanin 2010-10-17 23:18:26 +00:00
parent 83493e4523
commit b14ba3fa52
2 changed files with 1 additions and 2 deletions

View File

@ -127,6 +127,7 @@ package org.bigbluebutton.modules.videoconf.business
ns.attachCamera(null);
ns.close();
ns = null;
ns = new NetStream(nc);
}
}

View File

@ -108,8 +108,6 @@
private function stopPublishing(e:StopBroadcastEvent):void{
proxy.stopBroadcasting();
proxy = null;
proxy = new VideoProxy(module.uri);
var broadcastEvent:BroadcastStoppedEvent = new BroadcastStoppedEvent();
broadcastEvent.stream = publishWindow.streamName;