prevent Java view window when WebRTC publishing
This commit is contained in:
parent
1925fc8181
commit
6611d9414c
@ -154,7 +154,8 @@ package org.bigbluebutton.modules.deskshare.managers
|
||||
}
|
||||
|
||||
public function handleStreamStartEvent(videoWidth:Number, videoHeight:Number):void{
|
||||
if (sharing) return;
|
||||
if (!usingJava) { return; }
|
||||
if (sharing) { return; }
|
||||
LOGGER.debug("Received start viewing command");
|
||||
viewWindowManager.startViewing(module.getRoom(), videoWidth, videoHeight);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user