tencentcloud-sdk-lcic 3.0.480 → 3.0.482

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: febf07410471934f47ac3bd50a761c5324a06f6a
4
- data.tar.gz: 30dbf48d638569a6f7adf8a66c2ff11d0a93e85e
3
+ metadata.gz: 703e74179f0168a037b964656794784af41ea2bf
4
+ data.tar.gz: a2f416170c713d73ad8d0fcdb2f262a49ae07787
5
5
  SHA512:
6
- metadata.gz: 24cbc741d22fb6bf9e32f44ae82721402ef42bf843e4cbccdbfa382d5e1b6beb80617f1b5e1f1d82985056a8d73d0658cc84f82127f25ebf6edebe717e86526e
7
- data.tar.gz: 7828eaf4008f8e29414526158fda4c06d6c6c70255f8013bc4511c267617b2d0504502582f4a18924bc216e1e18aa05b1b181693a5d5bc8d3065e81822f0b21c
6
+ metadata.gz: 4971f008ab6f7dab9b8dbdf4b22f7462a6014a14d8463dbb94d9a1be9236e7db4cec1a0b8b55d06e3db72c16c084ff79b24065aca370a30bc18708950b89e746
7
+ data.tar.gz: a9270cbdc7f0c3ddc43c60587b151f407a2b03738108aa0fa72868084ee3312983f3d479dd7225494ea59938cba6c10a329031110054cef4dd7e2d119fe8e828
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.480
1
+ 3.0.482
@@ -174,14 +174,14 @@ module TencentCloud
174
174
  # 2 高清
175
175
  # 3 全高清
176
176
  # @type Resolution: Integer
177
- # @param MaxMicNumber: 最大连麦人数(不包括老师)。取值范围[0, 17)
177
+ # @param MaxMicNumber: 最大连麦人数(不包括老师)。取值范围[0, 16]
178
178
  # @type MaxMicNumber: Integer
179
179
  # @param SubType: 房间子类型,可以有以下取值:
180
180
  # videodoc 文档+视频
181
181
  # video 纯视频
182
182
  # coteaching 双师
183
183
  # @type SubType: String
184
- # @param TeacherId: 老师ID。
184
+ # @param TeacherId: 老师ID。通过[注册用户]接口获取的UserId
185
185
  # @type TeacherId: String
186
186
  # @param AutoMic: 进入房间时是否自动连麦。可以有以下取值:
187
187
  # 0 不自动连麦(默认值)
@@ -195,7 +195,7 @@ module TencentCloud
195
195
  # 0 不禁止录制(默认值)
196
196
  # 1 禁止录制
197
197
  # @type DisableRecord: Integer
198
- # @param Assistants: 助教Id列表。
198
+ # @param Assistants: 助教Id列表。通过[注册用户]接口获取的UserId。
199
199
  # @type Assistants: Array
200
200
  # @param RecordLayout: 录制布局。
201
201
  # @type RecordLayout: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lcic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.480
4
+ version: 3.0.482
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-12-26 00:00:00.000000000 Z
11
+ date: 2022-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common