Bläddra i källkod

fix(gum): pass correct arguments for retrying gum

master
Leonard Kim 7 år sedan
förälder
incheckning
6282e7a82e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      modules/RTC/RTCUtils.js

+ 1
- 1
modules/RTC/RTCUtils.js Visa fil

@@ -1439,7 +1439,7 @@ class RTCUtils extends Listenable {
1439 1439
                     this.stopMediaStream(avStream);
1440 1440
 
1441 1441
                     return this.getUserMediaWithConstraints(
1442
-                        missingTracks, options)
1442
+                        missingTracks, null, null, options)
1443 1443
 
1444 1444
                         // GUM has already failed earlier and this success
1445 1445
                         // handling should not be reached.

Laddar…
Avbryt
Spara