tencentcloud-sdk-nodejs-live 4.1.25 → 4.1.44

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-live",
3
- "version": "4.1.25",
3
+ "version": "4.1.44",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9689,6 +9689,10 @@ export interface PushQualityData {
9689
9689
  * 推流服务端 IP。
9690
9690
  */
9691
9691
  ServerIp?: string;
9692
+ /**
9693
+ * 关键帧间隔 GOP ,单位:ms。
9694
+ */
9695
+ GopSize?: number;
9692
9696
  }
9693
9697
  /**
9694
9698
  * DescribeLiveCert请求参数结构体