tencentcloud-sdk-trtc 3.0.404 → 3.0.407

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: 62965563e979c96ff712cfa6989735eed09c6b49
4
- data.tar.gz: 6e5904534abb21bbe2ef6f2d6c231ce6fcb92b5a
3
+ metadata.gz: 08004961ebfeb1e9f3b54734702956c2c1719433
4
+ data.tar.gz: da9ceed75388d4b30b2f84bce9cfec91374055c5
5
5
  SHA512:
6
- metadata.gz: aa9ef0cb5d308ffe0d13450e3ee146d0f30942485dfaeae69b21baa39db0d4360c55aaf1f72e3478d6b157bbb83df0fe77a0925fc4a9628d1288b5c1ad237290
7
- data.tar.gz: f9538e11b6dd4045a84e5e44a5eb5a9e5f4195311d84072aa91b0f8f9fd977fba413e194ac99f0617fa5f749c47ad4aa8b258d09cff0d4bea9ce1a5eb27c88ff
6
+ metadata.gz: 30c5ea5676b3a3f7c034c297dce545375419c2f0bbb9131a623f0f308d1fe349d8e7dfe7d5d7872d8a6efae7ab8265e69d6a0aa4681cb5d8fc611c696dbd55f7
7
+ data.tar.gz: 300147914626c5b02a162c2b35c11c035bd5439ae3b071677d3771bc2f369a8fb644151a8c4b22cea1498947a9b246822c3dbd783b40f49cc3c5c0166b07562f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.404
1
+ 3.0.407
@@ -168,7 +168,7 @@ module TencentCloud
168
168
  # @type SdkAppId: Integer
169
169
  # @param RoomId: TRTC的[RoomId](https://cloud.tencent.com/document/product/647/46351#roomid),录制的TRTC房间所对应的RoomId。
170
170
  # @type RoomId: String
171
- # @param UserId: 录制机器人用于进入TRTC房间拉流的[UserId](https://cloud.tencent.com/document/product/647/46351#userid),注意这个UserId不能与其他TRTC功能或者录制服务等已经使用的UserId重复,建议可以把房间ID作为userId的标识的一部分。
171
+ # @param UserId: 录制机器人用于进入TRTC房间拉流的[UserId](https://cloud.tencent.com/document/product/647/46351#userid),注意这个UserId不能与其他TRTC房间内的主播或者其他录制任务等已经使用的UserId重复,建议可以把房间ID作为userId的标识的一部分,即录制机器人进入房间的userid应保证独立且唯一。
172
172
  # @type UserId: String
173
173
  # @param UserSig: 录制机器人用于进入TRTC房间拉流的用户签名,当前 UserId 对应的验证签名,相当于登录密码,具体计算方法请参考TRTC计算[UserSig](https://cloud.tencent.com/document/product/647/45910#UserSig)的方案。
174
174
  # @type UserSig: String
@@ -178,7 +178,7 @@ module TencentCloud
178
178
  # @type StorageParams: :class:`Tencentcloud::Trtc.v20190722.models.StorageParams`
179
179
  # @param RoomIdType: TRTC房间号的类型,必须和录制的房间所对应的RoomId类型相同:
180
180
  # 0: 字符串类型的RoomId
181
- # 1: 32位整型的RoomId
181
+ # 1: 32位整型的RoomId(默认)
182
182
  # @type RoomIdType: Integer
183
183
  # @param MixTranscodeParams: 混流的转码参数,录制模式为混流的时候可以设置。
184
184
  # @type MixTranscodeParams: :class:`Tencentcloud::Trtc.v20190722.models.MixTranscodeParams`
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.404
4
+ version: 3.0.407
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-05 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common