Browse Source

更新版本到 1.8.1

ChangeLog
1. 处理 websocket 重连后有机率无法正常加入房间的异常问题
2. 其他内部优化,增加错误日志的上报
poplark 4 years ago
parent
commit
d9c93cff53
3 changed files with 5 additions and 5 deletions
  1. 1 1
      lib/index.d.ts
  2. 3 3
      lib/index.js
  3. 1 1
      package.json

+ 1 - 1
lib/index.d.ts

@@ -298,7 +298,7 @@ declare module '__urtc-sdk/resolutions' {
 }
 
 declare module '__urtc-sdk/version' {
-  export const version = "1.8.0";
+  export const version = "1.8.1";
 }
 
 declare module '__urtc-sdk/token' {

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


+ 1 - 1
package.json

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