tencentcloud-sdk-lcic 3.0.543 → 3.0.545
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/v20220817/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: f8d251458ac111f0c602973952773617be92a598
|
|
4
|
+
data.tar.gz: 5d82767de4a9fc83c7413fb3fc2716f6e70c3d52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 908b52a9c6e1b73ef2ed3b27fc163e069a045879eab7546b25fbb2f497fe106da07cbea2dbb88174307d03acac893c247e2bb25f2c779032337c9b736f14ffd0
|
|
7
|
+
data.tar.gz: 5ef90de0b8134cb18348c489fc6d309ba87c78cbe017c26d26211075aad2a8e353940fd5da2382a4f19807049adaf33aae8f27dcf572eb67197eacd703f2d290
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.545
|
data/lib/v20220817/models.rb
CHANGED
|
@@ -737,7 +737,7 @@ module TencentCloud
|
|
|
737
737
|
# @type DisableRecord: Integer
|
|
738
738
|
# @param Assistants: 助教Id列表。通过[注册用户]接口获取的UserId。指定后该用户在房间内拥有助教权限。
|
|
739
739
|
# @type Assistants: Array
|
|
740
|
-
# @param RecordLayout:
|
|
740
|
+
# @param RecordLayout: 录制布局。录制模板枚举值参考:https://cloud.tencent.com/document/product/1639/89744
|
|
741
741
|
# @type RecordLayout: Integer
|
|
742
742
|
# @param GroupId: 房间绑定的群组ID,非空时限制组成员进入
|
|
743
743
|
# @type GroupId: String
|
|
@@ -2198,7 +2198,7 @@ module TencentCloud
|
|
|
2198
2198
|
# @type SdkAppId: Integer
|
|
2199
2199
|
# @param RoomId: 房间Id。
|
|
2200
2200
|
# @type RoomId: Integer
|
|
2201
|
-
# @param Seq:
|
|
2201
|
+
# @param Seq: 消息序列。获取该序列以前的消息(不包含该seq消息)
|
|
2202
2202
|
# @type Seq: Integer
|
|
2203
2203
|
# @param Limit: 消息拉取的条数。最大数量不能超过套餐包限制。
|
|
2204
2204
|
# @type Limit: 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.
|
|
4
|
+
version: 3.0.545
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-04-
|
|
11
|
+
date: 2023-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|