Fix for Issue 655
This commit is contained in:
parent
83493e4523
commit
b14ba3fa52
@ -127,6 +127,7 @@ package org.bigbluebutton.modules.videoconf.business
|
||||
ns.attachCamera(null);
|
||||
ns.close();
|
||||
ns = null;
|
||||
ns = new NetStream(nc);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user