tencentcloud-sdk-nodejs-live 4.0.1030 → 4.0.1037

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.0.1030",
3
+ "version": "4.0.1037",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -3312,6 +3312,10 @@ export interface LiveStreamMonitorInputInfo {
3312
3312
  * 该输入源是否正在监播
3313
3313
  */
3314
3314
  NeedMonitor?: boolean
3315
+ /**
3316
+ * 导播台pvw pgm的cdn流id
3317
+ */
3318
+ CdnStreamId?: string
3315
3319
  }
3316
3320
 
3317
3321
  /**
@@ -3154,6 +3154,10 @@ export interface LiveStreamMonitorInputInfo {
3154
3154
  * 该输入源是否正在监播
3155
3155
  */
3156
3156
  NeedMonitor?: boolean;
3157
+ /**
3158
+ * 导播台pvw pgm的cdn流id
3159
+ */
3160
+ CdnStreamId?: string;
3157
3161
  }
3158
3162
  /**
3159
3163
  * DeleteLivePullStreamTask请求参数结构体