Browse Source

更新版本到 1.6.21

ChangeLog
1. 修复静音播放远端流时播放失败的问题
2. 修复指定非静音播放本地流时无声音的问题
3. 其他内部优化
kevin.song 4 years ago
parent
commit
4242b3835d
3 changed files with 6 additions and 6 deletions
  1. 1 1
      lib/index.d.ts
  2. 4 4
      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.20";
+  export const version = "1.6.21";
 }
 
 declare module '__urtc-sdk/token' {

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


+ 1 - 1
package.json

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