tencentcloud-sdk-nodejs-trtc 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-trtc",
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",
@@ -56,7 +56,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
56
56
  */
57
57
  DescribeRoomInfo(req: DescribeRoomInfoRequest, cb?: (error: string, rep: DescribeRoomInfoResponse) => void): Promise<DescribeRoomInfoResponse>;
58
58
  /**
59
- * 查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)
59
+ * 云监控monitor接口已下线,trtc同步下线接口
60
+
61
+ 查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)
60
62
  joinSuccessRate:加入频道成功率。
61
63
  joinSuccessIn5sRate:5s内加入频道成功率。
62
64
  audioFreezeRate:音频卡顿率。
@@ -96,7 +98,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
96
98
  */
97
99
  DescribeStreamIngest(req: DescribeStreamIngestRequest, cb?: (error: string, rep: DescribeStreamIngestResponse) => void): Promise<DescribeStreamIngestResponse>;
98
100
  /**
99
- * 查询TRTC监控仪表盘-数据大盘规模指标(会返回通话人数,通话房间数,峰值同时在线人数,峰值同时在线频道数)
101
+ * 云监控monitor接口已下线,trtc同步下线接口
102
+
103
+ 查询TRTC监控仪表盘-数据大盘规模指标(会返回通话人数,通话房间数,峰值同时在线人数,峰值同时在线频道数)
100
104
  userCount:通话人数,
101
105
  roomCount:通话房间数,从有用户加入频道到所有用户离开频道计为一个通话频道。
102
106
  peakCurrentChannels:峰值同时在线频道数。
@@ -167,7 +171,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
167
171
  */
168
172
  DeletePicture(req: DeletePictureRequest, cb?: (error: string, rep: DeletePictureResponse) => void): Promise<DeletePictureResponse>;
169
173
  /**
170
- * 查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)
174
+ * 云监控monitor接口已下线,trtc同步下线接口
175
+
176
+ 查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)
171
177
  -视频卡顿率
172
178
  -音频卡顿率
173
179
  注意:
@@ -92,7 +92,9 @@ class Client extends TencentCloudCommon.AbstractClient {
92
92
  return this.request("DescribeRoomInfo", req, cb);
93
93
  }
94
94
  /**
95
- * 查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)
95
+ * 云监控monitor接口已下线,trtc同步下线接口
96
+
97
+ 查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)
96
98
  joinSuccessRate:加入频道成功率。
97
99
  joinSuccessIn5sRate:5s内加入频道成功率。
98
100
  audioFreezeRate:音频卡顿率。
@@ -142,7 +144,9 @@ class Client extends TencentCloudCommon.AbstractClient {
142
144
  return this.request("DescribeStreamIngest", req, cb);
143
145
  }
144
146
  /**
145
- * 查询TRTC监控仪表盘-数据大盘规模指标(会返回通话人数,通话房间数,峰值同时在线人数,峰值同时在线频道数)
147
+ * 云监控monitor接口已下线,trtc同步下线接口
148
+
149
+ 查询TRTC监控仪表盘-数据大盘规模指标(会返回通话人数,通话房间数,峰值同时在线人数,峰值同时在线频道数)
146
150
  userCount:通话人数,
147
151
  roomCount:通话房间数,从有用户加入频道到所有用户离开频道计为一个通话频道。
148
152
  peakCurrentChannels:峰值同时在线频道数。
@@ -231,7 +235,9 @@ class Client extends TencentCloudCommon.AbstractClient {
231
235
  return this.request("DeletePicture", req, cb);
232
236
  }
233
237
  /**
234
- * 查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)
238
+ * 云监控monitor接口已下线,trtc同步下线接口
239
+
240
+ 查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)
235
241
  -视频卡顿率
236
242
  -音频卡顿率
237
243
  注意: