enable fallback to Java
This commit is contained in:
parent
a819652916
commit
1aefd7ccae
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user