Browse Source

更新版本到 1.8.2

ChangeLog
1. 修复正常播放流后,仍可能受浏览器限制无法自动播放后续远端流的问题
2. 优化移动设备推流时被闹铃打断后音频被中断的问题
3. 优化网络质量评估,初始连接时的评估更准确
poplark 4 years ago
parent
commit
6becefdf19
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.1";
+  export const version = "1.8.2";
 }
 
 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.1",
+  "version": "1.8.2",
   "description": "UCloud RTC javascript SDK",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",