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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f2530d467024fa17e0e3e56d618b9b6c12f50256
4
- data.tar.gz: 2081010838d0717c48f9c10f3d0b2b2b7f16738a
3
+ metadata.gz: a69ce8ab51fb923e2f018865211790b84324b3af
4
+ data.tar.gz: 1d2d40d7b9927c50a6e6440a6b83fbc6596f45b8
5
5
  SHA512:
6
- metadata.gz: 8275eefa7b8789f35e1ee29551141ccdb51d9abf62bc6848b620ba634b02e464e678fd5bfa371e27c80c7ea8ba8ac0574f1d89aa44f24c06a55fd39f7ae765a0
7
- data.tar.gz: e91fc6dafbe252c3720f7d242980825002a2dc071638afdbe8f0a9ebff776b36042b6c068123fa2e2e794ccb4eda2f2b15016df13f776b6c4ae4a118837197b2
6
+ metadata.gz: b7278b4512d64894e4da667581e6315c8c6089fa41fa1714f7bfb4d9512a9c8a7114b7e9d2bece579d6e4686a5aae3a4944eaae9f40dedca262b24e3be88a019
7
+ data.tar.gz: 9819481ce595d1ff887eef5c903dd80978fa1b555e5a0f6c1c1b66dd3ee0785bd3dda244ba7abd6b9c127b6ca845c2e51f036d1de9baaa0bf2007b7346bc6529
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.818
1
+ 3.0.819
@@ -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为整形房间号,1为字符串房间号。
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为整形房间号,1为字符串房间号。
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.818
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-09 00:00:00.000000000 Z
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