tencentcloud-sdk-trtc 3.0.802 → 3.0.803
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190722/client.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec623280549feb0a68db5c6e9b55096301af1514
|
4
|
+
data.tar.gz: d7c5ffa829ac3cc158cc27cbad735ff9b1c7fa74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f3e5a95a960b32e1291ff8df790380c15a813a7d40fa8f631f5bf683e1f3daa88b1045fe0635ac78a3d5a3752ac3b1e344a5489d014a8163fad7624868fc1bd
|
7
|
+
data.tar.gz: e925f1bb889ec76abf3c94f597cf6cd54981c50cdd7871eaa77f08bfd56a92b745ee5a9ee2b542a42e5cb310353b79ff16229cfce9b09c97a51392d02674b900
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.803
|
data/lib/v20190722/client.rb
CHANGED
@@ -139,7 +139,7 @@ module TencentCloud
|
|
139
139
|
# 查询指定时间内的用户列表及用户通话质量数据,可查询14天内数据。DataType 不为null,查询起止时间不超过1个小时,查询用户不超过6个,支持跨天查询。DataType为null时,查询起止时间不超过4个小时, 默认查询6个用户,同时支持每页查询100以内用户个数(PageSize不超过100)。接口用于查询质量问题,不推荐作为计费使用。(同老接口DescribeCallDetail)
|
140
140
|
# **注意**:
|
141
141
|
# 1.该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
|
142
|
-
# 2.该接口自2024年4月1
|
142
|
+
# 2.该接口自2024年4月1日起正式商业化,可通过订阅[包月套餐](https://cloud.tencent.com/document/product/647/85386)「尊享版」和「旗舰版」或订阅[监控仪表盘](https://cloud.tencent.com/document/product/647/81331)商业套餐包解锁接口调用能力,[前往购买](https://buy.cloud.tencent.com/trtc)。
|
143
143
|
|
144
144
|
# @param request: Request instance for DescribeCallDetailInfo.
|
145
145
|
# @type request: :class:`Tencentcloud::trtc::V20190722::DescribeCallDetailInfoRequest`
|
@@ -331,7 +331,7 @@ module TencentCloud
|
|
331
331
|
# 查询SdkAppId下的房间列表。默认返回10条通话,一次最多返回100条通话。可查询14天内的数据。(同老接口DescribeRoomInformation)
|
332
332
|
# **注意**:
|
333
333
|
# 1.该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
|
334
|
-
# 2.该接口自2024年4月1
|
334
|
+
# 2.该接口自2024年4月1日起正式商业化,可通过订阅[包月套餐](https://cloud.tencent.com/document/product/647/85386)「尊享版」和「旗舰版」或订阅[监控仪表盘](https://cloud.tencent.com/document/product/647/81331)商业套餐包解锁接口调用能力,[前往购买](https://buy.cloud.tencent.com/trtc)。
|
335
335
|
|
336
336
|
# @param request: Request instance for DescribeRoomInfo.
|
337
337
|
# @type request: :class:`Tencentcloud::trtc::V20190722::DescribeRoomInfoRequest`
|
@@ -785,7 +785,7 @@ module TencentCloud
|
|
785
785
|
# 查询指定时间内的用户列表,可查询14天内数据,查询起止时间不超过4小时。默认每页查询6个用户,支持每页最大查询100个用户PageSize不超过100)。(同老接口DescribeUserInformation)
|
786
786
|
# **注意**:
|
787
787
|
# 1.该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
|
788
|
-
# 2.该接口自2024年4月1
|
788
|
+
# 2.该接口自2024年4月1日起正式商业化,可通过订阅[包月套餐](https://cloud.tencent.com/document/product/647/85386)「尊享版」和「旗舰版」或订阅[监控仪表盘](https://cloud.tencent.com/document/product/647/81331)商业套餐包解锁接口调用能力,[前往购买](https://buy.cloud.tencent.com/trtc)。
|
789
789
|
|
790
790
|
# @param request: Request instance for DescribeUserInfo.
|
791
791
|
# @type request: :class:`Tencentcloud::trtc::V20190722::DescribeUserInfoRequest`
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-trtc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.803
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-04-
|
11
|
+
date: 2024-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|