tencentcloud-sdk-lcic 3.0.1097 → 3.0.1123
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 +3 -0
- data/lib/v20220817/models.rb +44 -29
- 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: 7881c118bae107794f980cfbb8c608c4c1c65fb0
|
4
|
+
data.tar.gz: b635f700fbbef90b878cfb8a9d9309a53248dc27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbb6dfd2bd0a6dee1ac1e67044ffe822bfa9ccbcf0cf8bcaae292e0a0c819775ec702c0ed072c88449abc58213a59b529f7599051695eaa698fd485e0e2961c0
|
7
|
+
data.tar.gz: 07629ff5e480ad0f137e38c5374befb482120ff9ee411dcb7eab91549c72021c0fb60878abbb1120c906de7dd9e4f75461f6ba8e3ed38ac85914879ecffb120a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1123
|
data/lib/v20220817/client.rb
CHANGED
@@ -506,6 +506,7 @@ module TencentCloud
|
|
506
506
|
end
|
507
507
|
|
508
508
|
# 删除房间
|
509
|
+
# 删除课堂前,请先删除该课堂下的各类资源(包括录制文件、板书等),并解绑相关课件。
|
509
510
|
|
510
511
|
# @param request: Request instance for DeleteRoom.
|
511
512
|
# @type request: :class:`Tencentcloud::lcic::V20220817::DeleteRoomRequest`
|
@@ -1156,6 +1157,8 @@ module TencentCloud
|
|
1156
1157
|
end
|
1157
1158
|
|
1158
1159
|
# 查询白板板书截图
|
1160
|
+
# 课程结束后,可以查询和以图片的形式导出这些内容,方便后续查看、整理与分享。
|
1161
|
+
# 注意:不支持屏幕共享中的板书导出。
|
1159
1162
|
|
1160
1163
|
# @param request: Request instance for DescribeWhiteBoardSnapshot.
|
1161
1164
|
# @type request: :class:`Tencentcloud::lcic::V20220817::DescribeWhiteBoardSnapshotRequest`
|
data/lib/v20220817/models.rb
CHANGED
@@ -905,8 +905,10 @@ module TencentCloud
|
|
905
905
|
# @type VideoOrientation: Integer
|
906
906
|
# @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
907
907
|
# @type IsGradingRequiredPostClass: Integer
|
908
|
-
# @param RoomType: 课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放)注:大班课的布局(layout)只有三分屏
|
908
|
+
# @param RoomType: 课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放); 3 圆桌会议 注:大班课的布局(layout)只有三分屏
|
909
909
|
# @type RoomType: Integer
|
910
|
+
# @param Guests: 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
911
|
+
# @type Guests: Array
|
910
912
|
# @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
|
911
913
|
# @type EndDelayTime: Integer
|
912
914
|
# @param LiveType: 直播类型:0 常规(默认)1 伪直播 2 RTMP推流直播
|
@@ -917,8 +919,12 @@ module TencentCloud
|
|
917
919
|
# @type EnableAutoStart: Integer
|
918
920
|
# @param RecordBackground: 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
|
919
921
|
# @type RecordBackground: String
|
920
|
-
# @param RecordScene: 录制自定义场景。注意:仅recordlayout=9
|
921
|
-
|
922
|
+
# @param RecordScene: 录制自定义场景。注意:仅recordlayout=9的时候此参数有效。需注意各类参数配置正确能够生效。不然会造成录制失败,失败后无法补救。数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。
|
923
|
+
|
924
|
+
# 自定义场景参数的含义。如下:
|
925
|
+
# scene:自定义js/css对应的场景值。如scene=recordScene,会加载 recordScene 场景对应的 js/css,这样就可以自定义录制页面的元素。
|
926
|
+
# lng:录制页面对应的语种。如lng=en,则录制界面为en。(枚举值:en,zh,zh-TW,jp,ar,kr,vi)
|
927
|
+
# customToken:录制页面中涉及客户自己的服务需要鉴权时进行配置。一般情况下,无需配置。
|
922
928
|
# @type RecordScene: String
|
923
929
|
# @param RecordLang: 录制自定义语言,仅recordlayout=9的时候此参数有效
|
924
930
|
# @type RecordLang: String
|
@@ -929,14 +935,14 @@ module TencentCloud
|
|
929
935
|
# @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
|
930
936
|
# @type SubtitlesTranscription: Integer
|
931
937
|
|
932
|
-
attr_accessor :Name, :StartTime, :EndTime, :SdkAppId, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang, :RecordStream, :WhiteBoardSnapshotMode, :SubtitlesTranscription
|
938
|
+
attr_accessor :Name, :StartTime, :EndTime, :SdkAppId, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :Guests, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang, :RecordStream, :WhiteBoardSnapshotMode, :SubtitlesTranscription
|
933
939
|
extend Gem::Deprecate
|
934
|
-
deprecate :RTCAudienceNumber, :none, 2025,
|
935
|
-
deprecate :RTCAudienceNumber=, :none, 2025,
|
936
|
-
deprecate :RecordLang, :none, 2025,
|
937
|
-
deprecate :RecordLang=, :none, 2025,
|
940
|
+
deprecate :RTCAudienceNumber, :none, 2025, 8
|
941
|
+
deprecate :RTCAudienceNumber=, :none, 2025, 8
|
942
|
+
deprecate :RecordLang, :none, 2025, 8
|
943
|
+
deprecate :RecordLang=, :none, 2025, 8
|
938
944
|
|
939
|
-
def initialize(name=nil, starttime=nil, endtime=nil, sdkappid=nil, resolution=nil, maxmicnumber=nil, subtype=nil, teacherid=nil, automic=nil, turnoffmic=nil, audioquality=nil, disablerecord=nil, assistants=nil, rtcaudiencenumber=nil, audiencetype=nil, recordlayout=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil, recordstream=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil)
|
945
|
+
def initialize(name=nil, starttime=nil, endtime=nil, sdkappid=nil, resolution=nil, maxmicnumber=nil, subtype=nil, teacherid=nil, automic=nil, turnoffmic=nil, audioquality=nil, disablerecord=nil, assistants=nil, rtcaudiencenumber=nil, audiencetype=nil, recordlayout=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, guests=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil, recordstream=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil)
|
940
946
|
@Name = name
|
941
947
|
@StartTime = starttime
|
942
948
|
@EndTime = endtime
|
@@ -959,6 +965,7 @@ module TencentCloud
|
|
959
965
|
@VideoOrientation = videoorientation
|
960
966
|
@IsGradingRequiredPostClass = isgradingrequiredpostclass
|
961
967
|
@RoomType = roomtype
|
968
|
+
@Guests = guests
|
962
969
|
@EndDelayTime = enddelaytime
|
963
970
|
@LiveType = livetype
|
964
971
|
@RecordLiveUrl = recordliveurl
|
@@ -994,6 +1001,7 @@ module TencentCloud
|
|
994
1001
|
@VideoOrientation = params['VideoOrientation']
|
995
1002
|
@IsGradingRequiredPostClass = params['IsGradingRequiredPostClass']
|
996
1003
|
@RoomType = params['RoomType']
|
1004
|
+
@Guests = params['Guests']
|
997
1005
|
@EndDelayTime = params['EndDelayTime']
|
998
1006
|
@LiveType = params['LiveType']
|
999
1007
|
@RecordLiveUrl = params['RecordLiveUrl']
|
@@ -1413,7 +1421,7 @@ module TencentCloud
|
|
1413
1421
|
|
1414
1422
|
# DeleteWhiteBoardSnapshot请求参数结构体
|
1415
1423
|
class DeleteWhiteBoardSnapshotRequest < TencentCloud::Common::AbstractModel
|
1416
|
-
# @param RoomId:
|
1424
|
+
# @param RoomId: 课堂ID
|
1417
1425
|
# @type RoomId: Integer
|
1418
1426
|
|
1419
1427
|
attr_accessor :RoomId
|
@@ -2487,7 +2495,7 @@ module TencentCloud
|
|
2487
2495
|
# @type VideoOrientation: Integer
|
2488
2496
|
# @param IsGradingRequiredPostClass: 该课堂是否开启了课后评分功能。0:未开启 1:开启
|
2489
2497
|
# @type IsGradingRequiredPostClass: Integer
|
2490
|
-
# @param RoomType: 课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (
|
2498
|
+
# @param RoomType: 课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放); 3 圆桌会议 注:大班课的布局(layout)只有三分屏
|
2491
2499
|
# @type RoomType: Integer
|
2492
2500
|
# @param VideoDuration: 录制时长
|
2493
2501
|
# @type VideoDuration: Integer
|
@@ -2503,7 +2511,7 @@ module TencentCloud
|
|
2503
2511
|
# @type RecordBackground: String
|
2504
2512
|
# @param RTMPStreamingURL: RTMP推流链接
|
2505
2513
|
# @type RTMPStreamingURL: String
|
2506
|
-
# @param RecordScene:
|
2514
|
+
# @param RecordScene: 录制自定义场景。注意:仅recordlayout=9的时候此参数有效。需注意各类参数配置正确能够生效。不然会造成录制失败,失败后无法补救。数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。自定义场景参数的含义。如下: scene:自定义js/css对应的场景值。如scene=recordScene,会加载 recordScene 场景对应的 js/css,这样就可以自定义录制页面的元素。 lng:录制页面对应的语种。如lng=en,则录制界面为en。(枚举值:en,zh,zh-TW,jp,ar,kr,vi) customToken:录制页面中涉及客户自己的服务需要鉴权时进行配置。一般情况下,无需配置。
|
2507
2515
|
# @type RecordScene: String
|
2508
2516
|
# @param RecordLang: 录制自定义语言,仅recordlayout=9的时候此参数有效
|
2509
2517
|
# @type RecordLang: String
|
@@ -2515,12 +2523,14 @@ module TencentCloud
|
|
2515
2523
|
# @type WhiteBoardSnapshotMode: Integer
|
2516
2524
|
# @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
|
2517
2525
|
# @type SubtitlesTranscription: Integer
|
2526
|
+
# @param Guests: 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
2527
|
+
# @type Guests: Array
|
2518
2528
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2519
2529
|
# @type RequestId: String
|
2520
2530
|
|
2521
|
-
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :AudienceType, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :VideoDuration, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RTMPStreamingURL, :RecordScene, :RecordLang, :RecordStream, :RecordLayout, :WhiteBoardSnapshotMode, :SubtitlesTranscription, :RequestId
|
2531
|
+
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :AudienceType, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :VideoDuration, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RTMPStreamingURL, :RecordScene, :RecordLang, :RecordStream, :RecordLayout, :WhiteBoardSnapshotMode, :SubtitlesTranscription, :Guests, :RequestId
|
2522
2532
|
|
2523
|
-
def initialize(name=nil, starttime=nil, endtime=nil, teacherid=nil, sdkappid=nil, audiencetype=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, recordurl=nil, status=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, videoduration=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, rtmpstreamingurl=nil, recordscene=nil, recordlang=nil, recordstream=nil, recordlayout=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil, requestid=nil)
|
2533
|
+
def initialize(name=nil, starttime=nil, endtime=nil, teacherid=nil, sdkappid=nil, audiencetype=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, recordurl=nil, status=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, videoduration=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, rtmpstreamingurl=nil, recordscene=nil, recordlang=nil, recordstream=nil, recordlayout=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil, guests=nil, requestid=nil)
|
2524
2534
|
@Name = name
|
2525
2535
|
@StartTime = starttime
|
2526
2536
|
@EndTime = endtime
|
@@ -2555,6 +2565,7 @@ module TencentCloud
|
|
2555
2565
|
@RecordLayout = recordlayout
|
2556
2566
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
2557
2567
|
@SubtitlesTranscription = subtitlestranscription
|
2568
|
+
@Guests = guests
|
2558
2569
|
@RequestId = requestid
|
2559
2570
|
end
|
2560
2571
|
|
@@ -2593,6 +2604,7 @@ module TencentCloud
|
|
2593
2604
|
@RecordLayout = params['RecordLayout']
|
2594
2605
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
2595
2606
|
@SubtitlesTranscription = params['SubtitlesTranscription']
|
2607
|
+
@Guests = params['Guests']
|
2596
2608
|
@RequestId = params['RequestId']
|
2597
2609
|
end
|
2598
2610
|
end
|
@@ -3091,7 +3103,7 @@ module TencentCloud
|
|
3091
3103
|
|
3092
3104
|
# EndRoom请求参数结构体
|
3093
3105
|
class EndRoomRequest < TencentCloud::Common::AbstractModel
|
3094
|
-
# @param RoomId:
|
3106
|
+
# @param RoomId: 课堂ID
|
3095
3107
|
# @type RoomId: Integer
|
3096
3108
|
|
3097
3109
|
attr_accessor :RoomId
|
@@ -3217,7 +3229,7 @@ module TencentCloud
|
|
3217
3229
|
class ForbidSendMsgRequest < TencentCloud::Common::AbstractModel
|
3218
3230
|
# @param SdkAppId: 低代码互动课堂的SdkAppId。
|
3219
3231
|
# @type SdkAppId: Integer
|
3220
|
-
# @param RoomId:
|
3232
|
+
# @param RoomId: 课堂ID
|
3221
3233
|
# @type RoomId: Integer
|
3222
3234
|
# @param MembersAccount: 需要禁言的用户账号,最多支持500个账号
|
3223
3235
|
# @type MembersAccount: Array
|
@@ -4114,8 +4126,8 @@ module TencentCloud
|
|
4114
4126
|
|
4115
4127
|
attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :RecordLayout, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordScene, :RecordLang, :WhiteBoardSnapshotMode, :SubtitlesTranscription
|
4116
4128
|
extend Gem::Deprecate
|
4117
|
-
deprecate :RecordLang, :none, 2025,
|
4118
|
-
deprecate :RecordLang=, :none, 2025,
|
4129
|
+
deprecate :RecordLang, :none, 2025, 8
|
4130
|
+
deprecate :RecordLang=, :none, 2025, 8
|
4119
4131
|
|
4120
4132
|
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, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordscene=nil, recordlang=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil)
|
4121
4133
|
@RoomId = roomid
|
@@ -4440,8 +4452,7 @@ module TencentCloud
|
|
4440
4452
|
# @type VideoOrientation: Integer
|
4441
4453
|
# @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
4442
4454
|
# @type IsGradingRequiredPostClass: Integer
|
4443
|
-
# @param RoomType:
|
4444
|
-
# 注:大班课的布局(layout)只有三分屏
|
4455
|
+
# @param RoomType: 课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放); 3 圆桌会议 注:大班课的布局(layout)只有三分屏
|
4445
4456
|
# @type RoomType: Integer
|
4446
4457
|
# @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
|
4447
4458
|
# @type EndDelayTime: Integer
|
@@ -4453,7 +4464,7 @@ module TencentCloud
|
|
4453
4464
|
# @type EnableAutoStart: Integer
|
4454
4465
|
# @param RecordBackground: 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
|
4455
4466
|
# @type RecordBackground: String
|
4456
|
-
# @param RecordScene:
|
4467
|
+
# @param RecordScene: 录制自定义场景。注意:仅recordlayout=9的时候此参数有效。需注意各类参数配置正确能够生效。不然会造成录制失败,失败后无法补救。数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。自定义场景参数的含义。如下: scene:自定义js/css对应的场景值。如scene=recordScene,会加载 recordScene 场景对应的 js/css,这样就可以自定义录制页面的元素。 lng:录制页面对应的语种。如lng=en,则录制界面为en。(枚举值:en,zh,zh-TW,jp,ar,kr,vi) customToken:录制页面中涉及客户自己的服务需要鉴权时进行配置。一般情况下,无需配置。
|
4457
4468
|
# @type RecordScene: String
|
4458
4469
|
# @param RecordLang: 录制自定义语言,仅recordlayout=9的时候此参数有效
|
4459
4470
|
# @type RecordLang: String
|
@@ -4463,15 +4474,17 @@ module TencentCloud
|
|
4463
4474
|
# @type WhiteBoardSnapshotMode: Integer
|
4464
4475
|
# @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
|
4465
4476
|
# @type SubtitlesTranscription: Integer
|
4477
|
+
# @param Guests: 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
4478
|
+
# @type Guests: Array
|
4466
4479
|
|
4467
|
-
attr_accessor :Name, :StartTime, :EndTime, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang, :RecordStream, :WhiteBoardSnapshotMode, :SubtitlesTranscription
|
4480
|
+
attr_accessor :Name, :StartTime, :EndTime, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang, :RecordStream, :WhiteBoardSnapshotMode, :SubtitlesTranscription, :Guests
|
4468
4481
|
extend Gem::Deprecate
|
4469
|
-
deprecate :RTCAudienceNumber, :none, 2025,
|
4470
|
-
deprecate :RTCAudienceNumber=, :none, 2025,
|
4471
|
-
deprecate :RecordLang, :none, 2025,
|
4472
|
-
deprecate :RecordLang=, :none, 2025,
|
4482
|
+
deprecate :RTCAudienceNumber, :none, 2025, 8
|
4483
|
+
deprecate :RTCAudienceNumber=, :none, 2025, 8
|
4484
|
+
deprecate :RecordLang, :none, 2025, 8
|
4485
|
+
deprecate :RecordLang=, :none, 2025, 8
|
4473
4486
|
|
4474
|
-
def initialize(name=nil, starttime=nil, endtime=nil, resolution=nil, maxmicnumber=nil, subtype=nil, teacherid=nil, automic=nil, turnoffmic=nil, audioquality=nil, disablerecord=nil, assistants=nil, rtcaudiencenumber=nil, audiencetype=nil, recordlayout=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil, recordstream=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil)
|
4487
|
+
def initialize(name=nil, starttime=nil, endtime=nil, resolution=nil, maxmicnumber=nil, subtype=nil, teacherid=nil, automic=nil, turnoffmic=nil, audioquality=nil, disablerecord=nil, assistants=nil, rtcaudiencenumber=nil, audiencetype=nil, recordlayout=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil, recordstream=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil, guests=nil)
|
4475
4488
|
@Name = name
|
4476
4489
|
@StartTime = starttime
|
4477
4490
|
@EndTime = endtime
|
@@ -4503,6 +4516,7 @@ module TencentCloud
|
|
4503
4516
|
@RecordStream = recordstream
|
4504
4517
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
4505
4518
|
@SubtitlesTranscription = subtitlestranscription
|
4519
|
+
@Guests = guests
|
4506
4520
|
end
|
4507
4521
|
|
4508
4522
|
def deserialize(params)
|
@@ -4537,6 +4551,7 @@ module TencentCloud
|
|
4537
4551
|
@RecordStream = params['RecordStream']
|
4538
4552
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
4539
4553
|
@SubtitlesTranscription = params['SubtitlesTranscription']
|
4554
|
+
@Guests = params['Guests']
|
4540
4555
|
end
|
4541
4556
|
end
|
4542
4557
|
|
@@ -5093,7 +5108,7 @@ module TencentCloud
|
|
5093
5108
|
|
5094
5109
|
# StartRoom请求参数结构体
|
5095
5110
|
class StartRoomRequest < TencentCloud::Common::AbstractModel
|
5096
|
-
# @param RoomId:
|
5111
|
+
# @param RoomId: 课堂ID
|
5097
5112
|
# @type RoomId: Integer
|
5098
5113
|
|
5099
5114
|
attr_accessor :RoomId
|
@@ -5127,7 +5142,7 @@ module TencentCloud
|
|
5127
5142
|
class StopRecordRequest < TencentCloud::Common::AbstractModel
|
5128
5143
|
# @param SdkAppId: 学校ID
|
5129
5144
|
# @type SdkAppId: Integer
|
5130
|
-
# @param RoomId:
|
5145
|
+
# @param RoomId: 课堂ID
|
5131
5146
|
# @type RoomId: Integer
|
5132
5147
|
# @param TaskId: 任务ID
|
5133
5148
|
# @type TaskId: 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.1123
|
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-
|
11
|
+
date: 2025-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|