浏览代码

chore(lib-jitsi-meet): Update version.

master
hristoterezov 7 年前
父节点
当前提交
b3431ab3e7
共有 3 个文件被更改,包括 758 次插入724 次删除
  1. 757
    722
      package-lock.json
  2. 1
    1
      package.json
  3. 0
    1
      react/features/base/tracks/functions.js

+ 757
- 722
package-lock.json
文件差异内容过多而无法显示
查看文件


+ 1
- 1
package.json 查看文件

44
     "jquery-i18next": "1.2.0",
44
     "jquery-i18next": "1.2.0",
45
     "js-md5": "0.6.1",
45
     "js-md5": "0.6.1",
46
     "jwt-decode": "2.2.0",
46
     "jwt-decode": "2.2.0",
47
-    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#f9644b5c7093d61690e36a008aa7fc96a793234d ",
47
+    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#0dcc8a04915c4fdb6aecabf1b036df58e7fe02fc",
48
     "lodash": "4.17.4",
48
     "lodash": "4.17.4",
49
     "moment": "2.19.4",
49
     "moment": "2.19.4",
50
     "nuclear-js": "1.4.0",
50
     "nuclear-js": "1.4.0",

+ 0
- 1
react/features/base/tracks/functions.js 查看文件

62
                 desktopSharingFrameRate,
62
                 desktopSharingFrameRate,
63
                 desktopSharingSources: options.desktopSharingSources,
63
                 desktopSharingSources: options.desktopSharingSources,
64
 
64
 
65
-
66
                 // Copy array to avoid mutations inside library.
65
                 // Copy array to avoid mutations inside library.
67
                 devices: options.devices.slice(0),
66
                 devices: options.devices.slice(0),
68
                 firefox_fake_device, // eslint-disable-line camelcase
67
                 firefox_fake_device, // eslint-disable-line camelcase

正在加载...
取消
保存