tencentcloud-sdk-nodejs-live 4.1.155 → 4.1.156

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.155",
3
+ "version": "4.1.156",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -10615,8 +10615,11 @@ export interface DescribeLiveStreamPushInfoListRequest {
10615
10615
  PageNum?: number;
10616
10616
  /**
10617
10617
  * 每页个数,
10618
- 范围:[1,1000],
10618
+ 范围:[1,100000],
10619
10619
  默认值: 200。
10620
+ 注意:
10621
+ 1. 这里尽量PageSize填大于预估在线流数,一次性全部把在线流拉过去,减少分页查询次数。
10622
+ 2. 该接口用于拉取在线流,减少高频调用,推荐每分钟查询一次,结合推断流在线回调来维护在线流状态。
10620
10623
  */
10621
10624
  PageSize?: number;
10622
10625
  }