We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44131ab commit 41e0b1aCopy full SHA for 41e0b1a
services/static-webserver/client/source/class/osparc/utils/Utils.js
@@ -497,9 +497,7 @@ qx.Class.define("osparc.utils.Utils", {
497
},
498
499
eventDrivenPatch: function() {
500
- // Make it depend on the
501
- // return osparc.utils.DisabledPlugins.isRTCEnabled();
502
- return true;
+ return osparc.utils.DisabledPlugins.isRTCEnabled();
503
504
505
getEditButton: function(isVisible = true) {
0 commit comments