enable fallback to Java

This commit is contained in:
perroned 2016-02-24 11:56:18 -08:00
parent a819652916
commit 1aefd7ccae

View File

@ -116,7 +116,7 @@ package org.bigbluebutton.modules.deskshare.managers
var options:DeskshareOptions = new DeskshareOptions();
options.parseOptions();
if (options.useWebRTCIfAvailable && !BrowserCheck.isWebRTCSupported()) {
if (autoStart || (options.useWebRTCIfAvailable && !BrowserCheck.isWebRTCSupported())) {
if (BrowserCheck.isUsingLessThanChrome38OnMac()) {
usingJava = false;
} else {