tencentcloud-sdk-nodejs-trtc 4.1.108 → 4.1.112

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.1.108",
3
+ "version": "4.1.112",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -552,10 +552,11 @@ export interface SliceParams {
552
552
  MaxIdleTime?: number;
553
553
  /**
554
554
  * 音频切片时长,默认15s 示例值:15
555
+ 取值范围15-60s
555
556
  */
556
557
  SliceAudio?: number;
557
558
  /**
558
- * 视频截帧间隔时长,默认5s, 示例值:5
559
+ * 视频截帧间隔时长,默认5s, 示例值:5 取值范围5-60s
559
560
  */
560
561
  SliceVideo?: number;
561
562
  /**