tencentcloud-sdk-trtc 3.0.993 → 3.0.995
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/models.rb +0 -2
- 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: cd19f26423e525358857531127dac2557cd63790
|
|
4
|
+
data.tar.gz: 0e0e81193b874df4fa60c5719e0a21edd120e650
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7194390e5f7a968ac400202454a97288f0e0f09edd7b8b82f4e5978943be38338de7e13e6a21a22692aaaa4143fd3e5c0eef2e5d0dfea2110befbd52b1b5c03b
|
|
7
|
+
data.tar.gz: 68d214d1e42e62e45a486c888387e3f3f4ef636e4c3fa729d12a3a652b49e2b0d5e78a9ead9630bef84ab7a8bebc5b41f840af3185c33698bdc970b458c342b0
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.995
|
data/lib/v20190722/models.rb
CHANGED
|
@@ -22,7 +22,6 @@ module TencentCloud
|
|
|
22
22
|
# @param AbnormalEventId: 异常事件ID,具体值查看附录:异常体验ID映射表:https://cloud.tencent.com/document/product/647/44916
|
|
23
23
|
# @type AbnormalEventId: Integer
|
|
24
24
|
# @param PeerId: 远端用户ID,"":表示异常事件不是由远端用户产生
|
|
25
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
26
25
|
# @type PeerId: String
|
|
27
26
|
|
|
28
27
|
attr_accessor :AbnormalEventId, :PeerId
|
|
@@ -3825,7 +3824,6 @@ module TencentCloud
|
|
|
3825
3824
|
# @param UserId: 用户ID
|
|
3826
3825
|
# @type UserId: String
|
|
3827
3826
|
# @param PeerId: 对端Id,为空时表示上行数据
|
|
3828
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3829
3827
|
# @type PeerId: String
|
|
3830
3828
|
# @param DataType: 数据类型
|
|
3831
3829
|
# @type DataType: String
|
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.995
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-02-
|
|
11
|
+
date: 2025-02-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|