tencentcloud-sdk-trtc 3.0.818 → 3.0.819
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 +2 -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: a69ce8ab51fb923e2f018865211790b84324b3af
|
4
|
+
data.tar.gz: 1d2d40d7b9927c50a6e6440a6b83fbc6596f45b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7278b4512d64894e4da667581e6315c8c6089fa41fa1714f7bfb4d9512a9c8a7114b7e9d2bece579d6e4686a5aae3a4944eaae9f40dedca262b24e3be88a019
|
7
|
+
data.tar.gz: 9819481ce595d1ff887eef5c903dd80978fa1b555e5a0f6c1c1b66dd3ee0785bd3dda244ba7abd6b9c127b6ca845c2e51f036d1de9baaa0bf2007b7346bc6529
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.819
|
data/lib/v20190722/models.rb
CHANGED
@@ -2965,7 +2965,7 @@ module TencentCloud
|
|
2965
2965
|
# @type UserId: String
|
2966
2966
|
# @param RoomId: 动态布局时房间信息必须和主房间信息保持一致,自定义布局时房间信息必须和MixLayoutList中对应用户的房间信息保持一致,不填时默认与主房间信息一致。
|
2967
2967
|
# @type RoomId: String
|
2968
|
-
# @param RoomIdType: 房间号类型,0
|
2968
|
+
# @param RoomIdType: 房间号类型,0为整型房间号,1为字符串房间号。
|
2969
2969
|
# @type RoomIdType: Integer
|
2970
2970
|
|
2971
2971
|
attr_accessor :UserId, :RoomId, :RoomIdType
|
@@ -3852,7 +3852,7 @@ module TencentCloud
|
|
3852
3852
|
# @type SdkAppId: Integer
|
3853
3853
|
# @param RoomId: 主房间信息RoomId,转推的TRTC房间所对应的RoomId。
|
3854
3854
|
# @type RoomId: String
|
3855
|
-
# @param RoomIdType: 主房间信息RoomType,必须和转推的房间所对应的RoomId类型相同,0
|
3855
|
+
# @param RoomIdType: 主房间信息RoomType,必须和转推的房间所对应的RoomId类型相同,0为整型房间号,1为字符串房间号。
|
3856
3856
|
# @type RoomIdType: Integer
|
3857
3857
|
# @param AgentParams: 转推服务加入TRTC房间的机器人参数。
|
3858
3858
|
# @type AgentParams: :class:`Tencentcloud::Trtc.v20190722.models.AgentParams`
|
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.819
|
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-05-
|
11
|
+
date: 2024-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|