tencentcloud-sdk-lcic 3.0.640 → 3.0.642
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220817/models.rb +29 -5
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e41d389e28297560a7f588d8f8187c23329de60b
|
4
|
+
data.tar.gz: c8e67cc0c08d9509cbb8998fcade4d100e1f4e9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4a1551ea040508dc152961de960df05e279b46ad057f08b8b78462058b00727ce4230f8e2207c9e3ef442b972a80b163048b79c1cc62979a3da230ee46ef77c
|
7
|
+
data.tar.gz: 7fa24ec9174c73fac20a2388066dbfd8b899aab0b1a0fa58be1e2859253bda7df93a34789f4f7497b33184acd2e5fc39f78a7335b2b66de02b1c28e42a379efe
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.642
|
data/lib/v20220817/models.rb
CHANGED
@@ -2420,17 +2420,37 @@ module TencentCloud
|
|
2420
2420
|
# @param UserId: 事件发生的用户。
|
2421
2421
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2422
2422
|
# @type UserId: String
|
2423
|
+
# @param Device: 用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program.
|
2424
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2425
|
+
# @type Device: Integer
|
2426
|
+
# @param Duration: 录制时长。单位:秒
|
2427
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2428
|
+
# @type Duration: Integer
|
2429
|
+
# @param RecordSize: 录制文件大小
|
2430
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2431
|
+
# @type RecordSize: Integer
|
2432
|
+
# @param RecordUrl: 录制url
|
2433
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2434
|
+
# @type RecordUrl: String
|
2423
2435
|
|
2424
|
-
attr_accessor :RoomId, :UserId
|
2436
|
+
attr_accessor :RoomId, :UserId, :Device, :Duration, :RecordSize, :RecordUrl
|
2425
2437
|
|
2426
|
-
def initialize(roomid=nil, userid=nil)
|
2438
|
+
def initialize(roomid=nil, userid=nil, device=nil, duration=nil, recordsize=nil, recordurl=nil)
|
2427
2439
|
@RoomId = roomid
|
2428
2440
|
@UserId = userid
|
2441
|
+
@Device = device
|
2442
|
+
@Duration = duration
|
2443
|
+
@RecordSize = recordsize
|
2444
|
+
@RecordUrl = recordurl
|
2429
2445
|
end
|
2430
2446
|
|
2431
2447
|
def deserialize(params)
|
2432
2448
|
@RoomId = params['RoomId']
|
2433
2449
|
@UserId = params['UserId']
|
2450
|
+
@Device = params['Device']
|
2451
|
+
@Duration = params['Duration']
|
2452
|
+
@RecordSize = params['RecordSize']
|
2453
|
+
@RecordUrl = params['RecordUrl']
|
2434
2454
|
end
|
2435
2455
|
end
|
2436
2456
|
|
@@ -3235,10 +3255,12 @@ module TencentCloud
|
|
3235
3255
|
# @type IsGradingRequiredPostClass: Integer
|
3236
3256
|
# @param RoomType: 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)
|
3237
3257
|
# @type RoomType: Integer
|
3258
|
+
# @param RecordLayout: 录制模板。仅可修改还未开始的房间。录制模板枚举值参考:https://cloud.tencent.com/document/product/1639/89744
|
3259
|
+
# @type RecordLayout: Integer
|
3238
3260
|
|
3239
|
-
attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType
|
3261
|
+
attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :RecordLayout
|
3240
3262
|
|
3241
|
-
def initialize(roomid=nil, sdkappid=nil, starttime=nil, endtime=nil, teacherid=nil, name=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil)
|
3263
|
+
def initialize(roomid=nil, sdkappid=nil, starttime=nil, endtime=nil, teacherid=nil, name=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, recordlayout=nil)
|
3242
3264
|
@RoomId = roomid
|
3243
3265
|
@SdkAppId = sdkappid
|
3244
3266
|
@StartTime = starttime
|
@@ -3258,6 +3280,7 @@ module TencentCloud
|
|
3258
3280
|
@VideoOrientation = videoorientation
|
3259
3281
|
@IsGradingRequiredPostClass = isgradingrequiredpostclass
|
3260
3282
|
@RoomType = roomtype
|
3283
|
+
@RecordLayout = recordlayout
|
3261
3284
|
end
|
3262
3285
|
|
3263
3286
|
def deserialize(params)
|
@@ -3280,6 +3303,7 @@ module TencentCloud
|
|
3280
3303
|
@VideoOrientation = params['VideoOrientation']
|
3281
3304
|
@IsGradingRequiredPostClass = params['IsGradingRequiredPostClass']
|
3282
3305
|
@RoomType = params['RoomType']
|
3306
|
+
@RecordLayout = params['RecordLayout']
|
3283
3307
|
end
|
3284
3308
|
end
|
3285
3309
|
|
@@ -3564,7 +3588,7 @@ module TencentCloud
|
|
3564
3588
|
# @param RecordUrl: 录制地址(协议为https)。仅在房间结束后存在。
|
3565
3589
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3566
3590
|
# @type RecordUrl: String
|
3567
|
-
# @param MaxMicNumber:
|
3591
|
+
# @param MaxMicNumber: 最高房间内人数(不包括老师),0表示不限制,默认为0
|
3568
3592
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3569
3593
|
# @type MaxMicNumber: Integer
|
3570
3594
|
# @param EnableDirectControl: 打开学生麦克风/摄像头的授权开关
|
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.642
|
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-08-
|
11
|
+
date: 2023-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -34,8 +34,8 @@ extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
36
|
- lib/tencentcloud-sdk-lcic.rb
|
37
|
-
- lib/v20220817/models.rb
|
38
37
|
- lib/v20220817/client.rb
|
38
|
+
- lib/v20220817/models.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|