ソースを参照

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

dev1
hristoterezov 9年前
コミット
1decfe13d7
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      modules/RTC/RTCUtils.js

+ 2
- 1
modules/RTC/RTCUtils.js ファイルの表示

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

読み込み中…
キャンセル
保存