tencentcloud-sdk-nodejs-live 4.1.99 → 4.1.103

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.99",
3
+ "version": "4.1.103",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -10994,7 +10994,7 @@ export interface RecordParam {
10994
10994
  /**
10995
10995
  * 录制间隔。
10996
10996
  单位秒,默认:1800。
10997
- 取值范围:30-7200。
10997
+ FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200
10998
10998
  此参数对 HLS 无效,当录制 HLS 时从推流到断流生成一个文件。
10999
10999
  */
11000
11000
  RecordInterval?: number;