Selaa lähdekoodia

fix(SS): Temp fix for SS when the extension is not ready after 500ms after the install

tags/v0.0.2
hristoterezov 9 vuotta sitten
vanhempi
commit
ce903631cd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      modules/RTC/ScreenObtainer.js

+ 1
- 1
modules/RTC/ScreenObtainer.js Näytä tiedosto

@@ -248,7 +248,7 @@ var ScreenObtainer = {
248 248
                         window.setTimeout(function () {
249 249
                             doGetStreamFromExtension(self.options,
250 250
                                 streamCallback, failCallback);
251
-                        }, 500);
251
+                        }, 2000);
252 252
                     },
253 253
                     this.handleExtensionInstallationError.bind(this,
254 254
                         options, streamCallback, failCallback)

Loading…
Peruuta
Tallenna