tencentcloud-sdk-lcic 3.0.1025 → 3.0.1027
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/client.rb +1 -1
- data/lib/v20220817/models.rb +28 -34
- 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: 9faef5d16fc7664e11a842b87bb814f80e922bfe
|
4
|
+
data.tar.gz: db248812c986d14468d8a1d2d3e7d71960a84b88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55c77c8968e250013de3a0054c4c50bec13a9d799b41208c45e01b0c3179dd95155238e95a9eaaf1a208730f9a30e7b5c5bb7065eeac0d3b1ce6c20e8835f495
|
7
|
+
data.tar.gz: 3d05da4c19f82a2fed86ab0c27eff3d479ba554a1f3745c4803b2ca473ab5be1d6d533b32e9d08ebf4326680d77a3fd157a0d8ea9d6c0bb38e03f3d38ea1da23
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1027
|
data/lib/v20220817/client.rb
CHANGED
@@ -337,7 +337,7 @@ module TencentCloud
|
|
337
337
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
338
338
|
end
|
339
339
|
|
340
|
-
#
|
340
|
+
# 创建课堂
|
341
341
|
|
342
342
|
# @param request: Request instance for CreateRoom.
|
343
343
|
# @type request: :class:`Tencentcloud::lcic::V20220817::CreateRoomRequest`
|
data/lib/v20220817/models.rb
CHANGED
@@ -292,7 +292,7 @@ module TencentCloud
|
|
292
292
|
class BatchCreateRoomRequest < TencentCloud::Common::AbstractModel
|
293
293
|
# @param SdkAppId: 低代码平台的SdkAppId。
|
294
294
|
# @type SdkAppId: Integer
|
295
|
-
# @param RoomInfos:
|
295
|
+
# @param RoomInfos: 创建课堂ID列表
|
296
296
|
# @type RoomInfos: Array
|
297
297
|
|
298
298
|
attr_accessor :SdkAppId, :RoomInfos
|
@@ -849,11 +849,11 @@ module TencentCloud
|
|
849
849
|
|
850
850
|
# CreateRoom请求参数结构体
|
851
851
|
class CreateRoomRequest < TencentCloud::Common::AbstractModel
|
852
|
-
# @param Name:
|
852
|
+
# @param Name: 课堂名称。
|
853
853
|
# @type Name: String
|
854
|
-
# @param StartTime:
|
854
|
+
# @param StartTime: 预定的课堂开始时间,unix时间戳(秒)。
|
855
855
|
# @type StartTime: Integer
|
856
|
-
# @param EndTime:
|
856
|
+
# @param EndTime: 预定的课堂结束时间,unix时间戳(秒)。
|
857
857
|
# @type EndTime: Integer
|
858
858
|
# @param SdkAppId: 低代码互动课堂的SdkAppId。
|
859
859
|
# @type SdkAppId: Integer
|
@@ -862,11 +862,9 @@ module TencentCloud
|
|
862
862
|
# 2 高清
|
863
863
|
# 3 全高清
|
864
864
|
# @type Resolution: Integer
|
865
|
-
# @param MaxMicNumber:
|
865
|
+
# @param MaxMicNumber: 设置课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。该取值影响计费,请根据业务实际情况设置。计费规则见“购买指南”下“计费概述”。
|
866
866
|
# @type MaxMicNumber: Integer
|
867
|
-
# @param SubType:
|
868
|
-
# videodoc 文档+视频
|
869
|
-
# video 纯视频
|
867
|
+
# @param SubType: 课堂子类型,可以有以下取值:videodoc 文档+视频video 纯视频
|
870
868
|
# @type SubType: String
|
871
869
|
# @param TeacherId: 老师ID。通过[注册用户]接口获取的UserId。指定后该用户在房间内拥有老师权限。
|
872
870
|
# @type TeacherId: String
|
@@ -892,7 +890,7 @@ module TencentCloud
|
|
892
890
|
# @type AudienceType: Integer
|
893
891
|
# @param RecordLayout: 录制模板。未配置时默认取值0。录制模板枚举值参考:https://cloud.tencent.com/document/product/1639/89744
|
894
892
|
# @type RecordLayout: Integer
|
895
|
-
# @param GroupId:
|
893
|
+
# @param GroupId: 课堂绑定的群组ID,非空时限制组成员进入
|
896
894
|
# @type GroupId: String
|
897
895
|
# @param EnableDirectControl: 是否允许老师/助教直接控制学生的摄像头/麦克风。可以有以下取值:
|
898
896
|
# 0 不允许直接控制(需同意,默认值)
|
@@ -906,8 +904,7 @@ module TencentCloud
|
|
906
904
|
# @type VideoOrientation: Integer
|
907
905
|
# @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
908
906
|
# @type IsGradingRequiredPostClass: Integer
|
909
|
-
# @param RoomType:
|
910
|
-
# 注:大班课的布局(layout)只有三分屏
|
907
|
+
# @param RoomType: 课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放)注:大班课的布局(layout)只有三分屏
|
911
908
|
# @type RoomType: Integer
|
912
909
|
# @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
|
913
910
|
# @type EndDelayTime: Integer
|
@@ -1311,7 +1308,7 @@ module TencentCloud
|
|
1311
1308
|
|
1312
1309
|
# DeleteRoom请求参数结构体
|
1313
1310
|
class DeleteRoomRequest < TencentCloud::Common::AbstractModel
|
1314
|
-
# @param RoomId:
|
1311
|
+
# @param RoomId: 课堂ID。
|
1315
1312
|
# @type RoomId: Integer
|
1316
1313
|
|
1317
1314
|
attr_accessor :RoomId
|
@@ -1564,7 +1561,7 @@ module TencentCloud
|
|
1564
1561
|
|
1565
1562
|
# DescribeCurrentMemberList请求参数结构体
|
1566
1563
|
class DescribeCurrentMemberListRequest < TencentCloud::Common::AbstractModel
|
1567
|
-
# @param RoomId:
|
1564
|
+
# @param RoomId: 课堂Id。
|
1568
1565
|
# @type RoomId: Integer
|
1569
1566
|
# @param Page: 分页查询当前页数,从1开始递增。
|
1570
1567
|
# @type Page: Integer
|
@@ -2413,7 +2410,7 @@ module TencentCloud
|
|
2413
2410
|
|
2414
2411
|
# DescribeRoom请求参数结构体
|
2415
2412
|
class DescribeRoomRequest < TencentCloud::Common::AbstractModel
|
2416
|
-
# @param RoomId:
|
2413
|
+
# @param RoomId: 课堂Id。
|
2417
2414
|
# @type RoomId: Integer
|
2418
2415
|
# @param RTMPStreamingURL: 请求RTMP推流链接,0:否,1:是,默认为0。
|
2419
2416
|
# @type RTMPStreamingURL: Integer
|
@@ -2433,11 +2430,11 @@ module TencentCloud
|
|
2433
2430
|
|
2434
2431
|
# DescribeRoom返回参数结构体
|
2435
2432
|
class DescribeRoomResponse < TencentCloud::Common::AbstractModel
|
2436
|
-
# @param Name:
|
2433
|
+
# @param Name: 课堂名称。
|
2437
2434
|
# @type Name: String
|
2438
|
-
# @param StartTime:
|
2435
|
+
# @param StartTime: 预定的课堂开始时间,unix时间戳(秒)。
|
2439
2436
|
# @type StartTime: Integer
|
2440
|
-
# @param EndTime:
|
2437
|
+
# @param EndTime: 预定的课堂结束时间,unix时间戳(秒)。
|
2441
2438
|
# @type EndTime: Integer
|
2442
2439
|
# @param TeacherId: 老师的UserId。
|
2443
2440
|
# @type TeacherId: String
|
@@ -2450,7 +2447,7 @@ module TencentCloud
|
|
2450
2447
|
# 2 高清
|
2451
2448
|
# 3 全高清
|
2452
2449
|
# @type Resolution: Integer
|
2453
|
-
# @param MaxMicNumber:
|
2450
|
+
# @param MaxMicNumber: 设置课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。
|
2454
2451
|
# @type MaxMicNumber: Integer
|
2455
2452
|
# @param AutoMic: 进入课堂时是否自动连麦。可以有以下取值:
|
2456
2453
|
# 0 不自动连麦(需要手动申请上麦,默认值)
|
@@ -2460,9 +2457,7 @@ module TencentCloud
|
|
2460
2457
|
# 0 不开启高音质(默认值)
|
2461
2458
|
# 1 开启高音质
|
2462
2459
|
# @type AudioQuality: Integer
|
2463
|
-
# @param SubType:
|
2464
|
-
# videodoc 文档+视频
|
2465
|
-
# video 纯视频
|
2460
|
+
# @param SubType: 课堂子类型,可以有以下取值:videodoc 文档+视频video 纯视频
|
2466
2461
|
# @type SubType: String
|
2467
2462
|
# @param DisableRecord: 上课后是否禁止自动录制。可以有以下取值:
|
2468
2463
|
# 0 不禁止录制(自动开启录制,默认值)
|
@@ -2475,7 +2470,7 @@ module TencentCloud
|
|
2475
2470
|
# @type RecordUrl: String
|
2476
2471
|
# @param Status: 课堂状态。0为未开始,1为已开始,2为已结束,3为已过期。
|
2477
2472
|
# @type Status: Integer
|
2478
|
-
# @param GroupId:
|
2473
|
+
# @param GroupId: 课堂绑定的群组ID
|
2479
2474
|
# @type GroupId: String
|
2480
2475
|
# @param EnableDirectControl: 打开学生麦克风/摄像头的授权开关
|
2481
2476
|
# @type EnableDirectControl: Integer
|
@@ -2485,10 +2480,9 @@ module TencentCloud
|
|
2485
2480
|
# @type InteractionMode: Integer
|
2486
2481
|
# @param VideoOrientation: 横竖屏。0:横屏开播(默认值); 1:竖屏开播,当前仅支持移动端的纯视频类型
|
2487
2482
|
# @type VideoOrientation: Integer
|
2488
|
-
# @param IsGradingRequiredPostClass:
|
2483
|
+
# @param IsGradingRequiredPostClass: 该课堂是否开启了课后评分功能。0:未开启 1:开启
|
2489
2484
|
# @type IsGradingRequiredPostClass: Integer
|
2490
|
-
# @param RoomType:
|
2491
|
-
# 注:大班课的布局(layout)只有三分屏
|
2485
|
+
# @param RoomType: 课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)注:大班课的布局(layout)只有三分屏
|
2492
2486
|
# @type RoomType: Integer
|
2493
2487
|
# @param VideoDuration: 录制时长
|
2494
2488
|
# @type VideoDuration: Integer
|
@@ -2596,7 +2590,7 @@ module TencentCloud
|
|
2596
2590
|
|
2597
2591
|
# DescribeRoomStatistics请求参数结构体
|
2598
2592
|
class DescribeRoomStatisticsRequest < TencentCloud::Common::AbstractModel
|
2599
|
-
# @param RoomId:
|
2593
|
+
# @param RoomId: 课堂Id。
|
2600
2594
|
# @type RoomId: Integer
|
2601
2595
|
# @param Page: 分页查询当前页数,从1开始递增。
|
2602
2596
|
# @type Page: Integer
|
@@ -2632,9 +2626,9 @@ module TencentCloud
|
|
2632
2626
|
# @type RealStartTime: Integer
|
2633
2627
|
# @param RealEndTime: 秒级unix时间戳,实际房间结束时间。
|
2634
2628
|
# @type RealEndTime: Integer
|
2635
|
-
# @param MessageCount:
|
2629
|
+
# @param MessageCount: 课堂消息总数。
|
2636
2630
|
# @type MessageCount: Integer
|
2637
|
-
# @param MicCount:
|
2631
|
+
# @param MicCount: 课堂连麦总数。
|
2638
2632
|
# @type MicCount: Integer
|
2639
2633
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2640
2634
|
# @type RequestId: String
|
@@ -3209,7 +3203,7 @@ module TencentCloud
|
|
3209
3203
|
|
3210
3204
|
# GetRoomEvent请求参数结构体
|
3211
3205
|
class GetRoomEventRequest < TencentCloud::Common::AbstractModel
|
3212
|
-
# @param RoomId:
|
3206
|
+
# @param RoomId: 课堂Id。
|
3213
3207
|
# @type RoomId: Integer
|
3214
3208
|
# @param SdkAppId: 应用Id。
|
3215
3209
|
# @type SdkAppId: Integer
|
@@ -3254,7 +3248,7 @@ module TencentCloud
|
|
3254
3248
|
|
3255
3249
|
# GetRoomEvent返回参数结构体
|
3256
3250
|
class GetRoomEventResponse < TencentCloud::Common::AbstractModel
|
3257
|
-
# @param Total:
|
3251
|
+
# @param Total: 该课堂的事件总数,keyword搜索不影响该值。
|
3258
3252
|
# @type Total: Integer
|
3259
3253
|
# @param Events: 详细事件内容。包含相应的类型、发生的时间戳。
|
3260
3254
|
# @type Events: Array
|
@@ -3287,7 +3281,7 @@ module TencentCloud
|
|
3287
3281
|
class GetRoomMessageRequest < TencentCloud::Common::AbstractModel
|
3288
3282
|
# @param SdkAppId: 低代码互动课堂的SdkAppId。
|
3289
3283
|
# @type SdkAppId: Integer
|
3290
|
-
# @param RoomId:
|
3284
|
+
# @param RoomId: 课堂Id。
|
3291
3285
|
# @type RoomId: Integer
|
3292
3286
|
# @param Seq: 消息序列。获取该序列以前的消息(不包含该seq消息)
|
3293
3287
|
# @type Seq: Integer
|
@@ -3378,7 +3372,7 @@ module TencentCloud
|
|
3378
3372
|
class GetRoomsResponse < TencentCloud::Common::AbstractModel
|
3379
3373
|
# @param Total: 总数
|
3380
3374
|
# @type Total: Integer
|
3381
|
-
# @param Rooms:
|
3375
|
+
# @param Rooms: 课堂列表
|
3382
3376
|
# @type Rooms: Array
|
3383
3377
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3384
3378
|
# @type RequestId: String
|
@@ -3593,7 +3587,7 @@ module TencentCloud
|
|
3593
3587
|
|
3594
3588
|
# KickUserFromRoom请求参数结构体
|
3595
3589
|
class KickUserFromRoomRequest < TencentCloud::Common::AbstractModel
|
3596
|
-
# @param RoomId:
|
3590
|
+
# @param RoomId: 课堂Id。
|
3597
3591
|
# @type RoomId: Integer
|
3598
3592
|
# @param SdkAppId: 低代码平台的SdkAppId。
|
3599
3593
|
# @type SdkAppId: Integer
|
@@ -5185,7 +5179,7 @@ module TencentCloud
|
|
5185
5179
|
class UnblockKickedUserRequest < TencentCloud::Common::AbstractModel
|
5186
5180
|
# @param SdkAppId: 低代码平台的SdkAppId。
|
5187
5181
|
# @type SdkAppId: Integer
|
5188
|
-
# @param RoomId:
|
5182
|
+
# @param RoomId: 课堂Id。
|
5189
5183
|
# @type RoomId: Integer
|
5190
5184
|
# @param UserId: 需要解禁踢出的成员Id。
|
5191
5185
|
# @type UserId: String
|
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.1027
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|