tencentcloud-sdk-nodejs-trtc 4.0.1032 → 4.0.1034

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.1032",
3
+ "version": "4.0.1034",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -594,17 +594,14 @@ export interface ScaleInfomation {
594
594
  Time?: number
595
595
  /**
596
596
  * 房间人数,用户重复进入同一个房间为1次
597
- 注意:此字段可能返回 null,表示取不到有效值。
598
597
  */
599
598
  UserNumber?: number
600
599
  /**
601
600
  * 房间人次,用户每次进入房间为一次
602
- 注意:此字段可能返回 null,表示取不到有效值。
603
601
  */
604
602
  UserCount?: number
605
603
  /**
606
604
  * sdkappid下一天内的房间数
607
- 注意:此字段可能返回 null,表示取不到有效值。
608
605
  */
609
606
  RoomNumbers?: number
610
607
  }
@@ -558,17 +558,14 @@ export interface ScaleInfomation {
558
558
  Time?: number;
559
559
  /**
560
560
  * 房间人数,用户重复进入同一个房间为1次
561
- 注意:此字段可能返回 null,表示取不到有效值。
562
561
  */
563
562
  UserNumber?: number;
564
563
  /**
565
564
  * 房间人次,用户每次进入房间为一次
566
- 注意:此字段可能返回 null,表示取不到有效值。
567
565
  */
568
566
  UserCount?: number;
569
567
  /**
570
568
  * sdkappid下一天内的房间数
571
- 注意:此字段可能返回 null,表示取不到有效值。
572
569
  */
573
570
  RoomNumbers?: number;
574
571
  }