Browse Source

更新版本到 1.5.13

ChangeLog
1. 修复 queryMix 查询未开启录制/转推任务的房间时,返回错误的问题
2. 修复 live 模式下屏幕共享时帧率升不上去的问题
3. 其他内部优化
4. 解决 1.5.12 发布失败的问题
kevin.song 5 years ago
parent
commit
5ff3c0d813
3 changed files with 27 additions and 5 deletions
  1. 25 3
      lib/index.js
  2. 1 1
      package.json
  3. 1 1
      types/index.d.ts

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


+ 1 - 1
package.json

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

+ 1 - 1
types/index.d.ts

@@ -266,7 +266,7 @@ export interface StopMixOptions {
 }
 
 export interface MixResult {
-  MixId?: string;
+  MixId: string;
   FileName?: string;
   Type?: MixType;
   PushURL?: string[];