瀏覽代碼

Merge pull request #97 from jitsi/fix_device_change_available

Adds NWJS to the list of browsers capable of changing the input devices
dev1
bgrozev 9 年之前
父節點
當前提交
aa74ba3405
共有 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.

Loading…
取消
儲存