tencentcloud-sdk-lcic 3.0.1109 → 3.0.1143
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 +61 -26
- 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: d308783aa62262cb7c533c1251f7244b5e314f6a
|
4
|
+
data.tar.gz: 62145d279f3dc1c54fc071632d8b8103f43e4da0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 443760d9c9cbdedf01865eece0fedbe3ee01ef182d26651924d2cde0028bfc608efa4c8f8a9cc2b1a77b74a0515451ec0177b5f5a54577525f001ab4f2287dd8
|
7
|
+
data.tar.gz: cb63965e25234f6444e516b862a14942eddf7119f6e6419a3c31b3ff28233f0ecb44359e941dbeb46193c5fed7975c66ea1524f07c53c8ae6564e4c4d4eb7b89
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1143
|
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
|
@@ -928,15 +934,17 @@ module TencentCloud
|
|
928
934
|
# @type WhiteBoardSnapshotMode: Integer
|
929
935
|
# @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
|
930
936
|
# @type SubtitlesTranscription: Integer
|
937
|
+
# @param RecordMerge: 录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效
|
938
|
+
# @type RecordMerge: Integer
|
931
939
|
|
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
|
940
|
+
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, :RecordMerge
|
933
941
|
extend Gem::Deprecate
|
934
|
-
deprecate :RTCAudienceNumber, :none, 2025,
|
935
|
-
deprecate :RTCAudienceNumber=, :none, 2025,
|
936
|
-
deprecate :RecordLang, :none, 2025,
|
937
|
-
deprecate :RecordLang=, :none, 2025,
|
942
|
+
deprecate :RTCAudienceNumber, :none, 2025, 9
|
943
|
+
deprecate :RTCAudienceNumber=, :none, 2025, 9
|
944
|
+
deprecate :RecordLang, :none, 2025, 9
|
945
|
+
deprecate :RecordLang=, :none, 2025, 9
|
938
946
|
|
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)
|
947
|
+
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, recordmerge=nil)
|
940
948
|
@Name = name
|
941
949
|
@StartTime = starttime
|
942
950
|
@EndTime = endtime
|
@@ -959,6 +967,7 @@ module TencentCloud
|
|
959
967
|
@VideoOrientation = videoorientation
|
960
968
|
@IsGradingRequiredPostClass = isgradingrequiredpostclass
|
961
969
|
@RoomType = roomtype
|
970
|
+
@Guests = guests
|
962
971
|
@EndDelayTime = enddelaytime
|
963
972
|
@LiveType = livetype
|
964
973
|
@RecordLiveUrl = recordliveurl
|
@@ -969,6 +978,7 @@ module TencentCloud
|
|
969
978
|
@RecordStream = recordstream
|
970
979
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
971
980
|
@SubtitlesTranscription = subtitlestranscription
|
981
|
+
@RecordMerge = recordmerge
|
972
982
|
end
|
973
983
|
|
974
984
|
def deserialize(params)
|
@@ -994,6 +1004,7 @@ module TencentCloud
|
|
994
1004
|
@VideoOrientation = params['VideoOrientation']
|
995
1005
|
@IsGradingRequiredPostClass = params['IsGradingRequiredPostClass']
|
996
1006
|
@RoomType = params['RoomType']
|
1007
|
+
@Guests = params['Guests']
|
997
1008
|
@EndDelayTime = params['EndDelayTime']
|
998
1009
|
@LiveType = params['LiveType']
|
999
1010
|
@RecordLiveUrl = params['RecordLiveUrl']
|
@@ -1004,6 +1015,7 @@ module TencentCloud
|
|
1004
1015
|
@RecordStream = params['RecordStream']
|
1005
1016
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
1006
1017
|
@SubtitlesTranscription = params['SubtitlesTranscription']
|
1018
|
+
@RecordMerge = params['RecordMerge']
|
1007
1019
|
end
|
1008
1020
|
end
|
1009
1021
|
|
@@ -2487,7 +2499,7 @@ module TencentCloud
|
|
2487
2499
|
# @type VideoOrientation: Integer
|
2488
2500
|
# @param IsGradingRequiredPostClass: 该课堂是否开启了课后评分功能。0:未开启 1:开启
|
2489
2501
|
# @type IsGradingRequiredPostClass: Integer
|
2490
|
-
# @param RoomType: 课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (
|
2502
|
+
# @param RoomType: 课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放); 3 圆桌会议 注:大班课的布局(layout)只有三分屏
|
2491
2503
|
# @type RoomType: Integer
|
2492
2504
|
# @param VideoDuration: 录制时长
|
2493
2505
|
# @type VideoDuration: Integer
|
@@ -2503,7 +2515,7 @@ module TencentCloud
|
|
2503
2515
|
# @type RecordBackground: String
|
2504
2516
|
# @param RTMPStreamingURL: RTMP推流链接
|
2505
2517
|
# @type RTMPStreamingURL: String
|
2506
|
-
# @param RecordScene:
|
2518
|
+
# @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
2519
|
# @type RecordScene: String
|
2508
2520
|
# @param RecordLang: 录制自定义语言,仅recordlayout=9的时候此参数有效
|
2509
2521
|
# @type RecordLang: String
|
@@ -2515,12 +2527,16 @@ module TencentCloud
|
|
2515
2527
|
# @type WhiteBoardSnapshotMode: Integer
|
2516
2528
|
# @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
|
2517
2529
|
# @type SubtitlesTranscription: Integer
|
2530
|
+
# @param Guests: 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
2531
|
+
# @type Guests: Array
|
2532
|
+
# @param RecordMerge: 录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效
|
2533
|
+
# @type RecordMerge: Integer
|
2518
2534
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2519
2535
|
# @type RequestId: String
|
2520
2536
|
|
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
|
2537
|
+
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, :RecordMerge, :RequestId
|
2522
2538
|
|
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)
|
2539
|
+
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, recordmerge=nil, requestid=nil)
|
2524
2540
|
@Name = name
|
2525
2541
|
@StartTime = starttime
|
2526
2542
|
@EndTime = endtime
|
@@ -2555,6 +2571,8 @@ module TencentCloud
|
|
2555
2571
|
@RecordLayout = recordlayout
|
2556
2572
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
2557
2573
|
@SubtitlesTranscription = subtitlestranscription
|
2574
|
+
@Guests = guests
|
2575
|
+
@RecordMerge = recordmerge
|
2558
2576
|
@RequestId = requestid
|
2559
2577
|
end
|
2560
2578
|
|
@@ -2593,6 +2611,8 @@ module TencentCloud
|
|
2593
2611
|
@RecordLayout = params['RecordLayout']
|
2594
2612
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
2595
2613
|
@SubtitlesTranscription = params['SubtitlesTranscription']
|
2614
|
+
@Guests = params['Guests']
|
2615
|
+
@RecordMerge = params['RecordMerge']
|
2596
2616
|
@RequestId = params['RequestId']
|
2597
2617
|
end
|
2598
2618
|
end
|
@@ -4111,13 +4131,17 @@ module TencentCloud
|
|
4111
4131
|
# @type WhiteBoardSnapshotMode: Integer
|
4112
4132
|
# @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
|
4113
4133
|
# @type SubtitlesTranscription: Integer
|
4134
|
+
# @param Guests: 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
4135
|
+
# @type Guests: Array
|
4136
|
+
# @param RecordMerge: 录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效
|
4137
|
+
# @type RecordMerge: Integer
|
4114
4138
|
|
4115
|
-
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
|
4139
|
+
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, :Guests, :RecordMerge
|
4116
4140
|
extend Gem::Deprecate
|
4117
|
-
deprecate :RecordLang, :none, 2025,
|
4118
|
-
deprecate :RecordLang=, :none, 2025,
|
4141
|
+
deprecate :RecordLang, :none, 2025, 9
|
4142
|
+
deprecate :RecordLang=, :none, 2025, 9
|
4119
4143
|
|
4120
|
-
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)
|
4144
|
+
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, guests=nil, recordmerge=nil)
|
4121
4145
|
@RoomId = roomid
|
4122
4146
|
@SdkAppId = sdkappid
|
4123
4147
|
@StartTime = starttime
|
@@ -4146,6 +4170,8 @@ module TencentCloud
|
|
4146
4170
|
@RecordLang = recordlang
|
4147
4171
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
4148
4172
|
@SubtitlesTranscription = subtitlestranscription
|
4173
|
+
@Guests = guests
|
4174
|
+
@RecordMerge = recordmerge
|
4149
4175
|
end
|
4150
4176
|
|
4151
4177
|
def deserialize(params)
|
@@ -4177,6 +4203,8 @@ module TencentCloud
|
|
4177
4203
|
@RecordLang = params['RecordLang']
|
4178
4204
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
4179
4205
|
@SubtitlesTranscription = params['SubtitlesTranscription']
|
4206
|
+
@Guests = params['Guests']
|
4207
|
+
@RecordMerge = params['RecordMerge']
|
4180
4208
|
end
|
4181
4209
|
end
|
4182
4210
|
|
@@ -4440,8 +4468,7 @@ module TencentCloud
|
|
4440
4468
|
# @type VideoOrientation: Integer
|
4441
4469
|
# @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
4442
4470
|
# @type IsGradingRequiredPostClass: Integer
|
4443
|
-
# @param RoomType:
|
4444
|
-
# 注:大班课的布局(layout)只有三分屏
|
4471
|
+
# @param RoomType: 课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放); 3 圆桌会议 注:大班课的布局(layout)只有三分屏
|
4445
4472
|
# @type RoomType: Integer
|
4446
4473
|
# @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
|
4447
4474
|
# @type EndDelayTime: Integer
|
@@ -4453,7 +4480,7 @@ module TencentCloud
|
|
4453
4480
|
# @type EnableAutoStart: Integer
|
4454
4481
|
# @param RecordBackground: 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
|
4455
4482
|
# @type RecordBackground: String
|
4456
|
-
# @param RecordScene:
|
4483
|
+
# @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
4484
|
# @type RecordScene: String
|
4458
4485
|
# @param RecordLang: 录制自定义语言,仅recordlayout=9的时候此参数有效
|
4459
4486
|
# @type RecordLang: String
|
@@ -4463,15 +4490,19 @@ module TencentCloud
|
|
4463
4490
|
# @type WhiteBoardSnapshotMode: Integer
|
4464
4491
|
# @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
|
4465
4492
|
# @type SubtitlesTranscription: Integer
|
4493
|
+
# @param Guests: 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
4494
|
+
# @type Guests: Array
|
4495
|
+
# @param RecordMerge: 录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效
|
4496
|
+
# @type RecordMerge: Integer
|
4466
4497
|
|
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
|
4498
|
+
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, :RecordMerge
|
4468
4499
|
extend Gem::Deprecate
|
4469
|
-
deprecate :RTCAudienceNumber, :none, 2025,
|
4470
|
-
deprecate :RTCAudienceNumber=, :none, 2025,
|
4471
|
-
deprecate :RecordLang, :none, 2025,
|
4472
|
-
deprecate :RecordLang=, :none, 2025,
|
4500
|
+
deprecate :RTCAudienceNumber, :none, 2025, 9
|
4501
|
+
deprecate :RTCAudienceNumber=, :none, 2025, 9
|
4502
|
+
deprecate :RecordLang, :none, 2025, 9
|
4503
|
+
deprecate :RecordLang=, :none, 2025, 9
|
4473
4504
|
|
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)
|
4505
|
+
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, recordmerge=nil)
|
4475
4506
|
@Name = name
|
4476
4507
|
@StartTime = starttime
|
4477
4508
|
@EndTime = endtime
|
@@ -4503,6 +4534,8 @@ module TencentCloud
|
|
4503
4534
|
@RecordStream = recordstream
|
4504
4535
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
4505
4536
|
@SubtitlesTranscription = subtitlestranscription
|
4537
|
+
@Guests = guests
|
4538
|
+
@RecordMerge = recordmerge
|
4506
4539
|
end
|
4507
4540
|
|
4508
4541
|
def deserialize(params)
|
@@ -4537,6 +4570,8 @@ module TencentCloud
|
|
4537
4570
|
@RecordStream = params['RecordStream']
|
4538
4571
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
4539
4572
|
@SubtitlesTranscription = params['SubtitlesTranscription']
|
4573
|
+
@Guests = params['Guests']
|
4574
|
+
@RecordMerge = params['RecordMerge']
|
4540
4575
|
end
|
4541
4576
|
end
|
4542
4577
|
|
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.1143
|
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-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|