tencentcloud-sdk-nodejs-trtc 4.0.1037 → 4.0.1042

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-trtc",
3
- "version": "4.0.1037",
3
+ "version": "4.0.1042",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -3924,6 +3924,10 @@ export interface UpdateStreamIngestRequest {
3924
3924
  * 音量,取值范围[0, 100],默认100,表示原音量。
3925
3925
  */
3926
3926
  Volume?: number
3927
+ /**
3928
+ * 是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,如果要销毁任务请调用停止接口。
3929
+ */
3930
+ IsPause?: boolean
3927
3931
  }
3928
3932
 
3929
3933
  /**
@@ -3747,6 +3747,10 @@ export interface UpdateStreamIngestRequest {
3747
3747
  * 音量,取值范围[0, 100],默认100,表示原音量。
3748
3748
  */
3749
3749
  Volume?: number;
3750
+ /**
3751
+ * 是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,如果要销毁任务请调用停止接口。
3752
+ */
3753
+ IsPause?: boolean;
3750
3754
  }
3751
3755
  /**
3752
3756
  * StopWebRecord返回参数结构体