Browse Source

更新版本到 1.5.10

ChangeLog
1. 修复切换屏幕共享时,流已被停止时无法切换且无报错的问题
2. 修复createStream 时,存在无捕获异常的问题
kevin.song 5 years ago
parent
commit
1428b51042
2 changed files with 3 additions and 3 deletions
  1. 2 2
      lib/index.js
  2. 1 1
      package.json

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


+ 1 - 1
package.json

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