Selaa lähdekoodia

Adds NWJS to the list of browsers capable of changing the input devices

dev1
hristoterezov 9 vuotta sitten
vanhempi
commit
1decfe13d7
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      modules/RTC/RTCUtils.js

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

821
         return RTCBrowserType.isChrome() ||
821
         return RTCBrowserType.isChrome() ||
822
             RTCBrowserType.isFirefox() ||
822
             RTCBrowserType.isFirefox() ||
823
             RTCBrowserType.isOpera() ||
823
             RTCBrowserType.isOpera() ||
824
-            RTCBrowserType.isTemasysPluginUsed();
824
+            RTCBrowserType.isTemasysPluginUsed() ||
825
+            RTCBrowserType.isNWJS();
825
     },
826
     },
826
     /**
827
     /**
827
      * A method to handle stopping of the stream.
828
      * A method to handle stopping of the stream.

Loading…
Peruuta
Tallenna