Browse Source

更新版本到 1.5.19

ChangeLog
1. 修复开启录制/转推任务失败的问题
2. 修复极少部分外接摄像头无法正常访问的问题
3. 修复上报日志类型错误的问题
4. 优化屏幕共享功能,解决帧率较低,导致画面模糊的问题
kevin.song 5 years ago
parent
commit
d8f8b555fc
2 changed files with 6 additions and 6 deletions
  1. 5 5
      lib/index.js
  2. 1 1
      package.json

File diff suppressed because it is too large
+ 5 - 5
lib/index.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "urtc-sdk",
-  "version": "1.5.18",
+  "version": "1.5.19",
   "description": "UCloud RTC javascript SDK",
   "main": "lib/index.js",
   "types": "types",