Browse Source

更新版本到 1.6.23

ChangeLog
1. 针对 Chrome 新版本充用 plan-b SDP 标准的升级
2. 修复 iOS 或 safari 中 preloadEffect 失败的问题
kevin.song 4 years ago
parent
commit
b7757ab833
3 changed files with 4 additions and 4 deletions
  1. 1 1
      lib/index.d.ts
  2. 2 2
      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.6.22";
+  export const version = "1.6.23";
 }
 
 declare module '__urtc-sdk/token' {

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.6.22",
+  "version": "1.6.23",
   "description": "UCloud RTC javascript SDK",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",