tencentcloud-sdk-nodejs-bh 4.1.6 → 4.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-bh",
3
- "version": "4.1.6",
3
+ "version": "4.1.12",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1290,6 +1290,10 @@ export interface SessionResult {
1290
1290
  * 应用资产url
1291
1291
  */
1292
1292
  AppAssetUrl?: string;
1293
+ /**
1294
+ * 回放类型 默认0, 1-rfb 2-mp4 3-ssh
1295
+ */
1296
+ ReplayType?: number;
1293
1297
  }
1294
1298
  /**
1295
1299
  * CreateUser返回参数结构体