tencentcloud-sdk-lcic 3.0.1150 → 3.0.1160
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 +22 -12
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3dfb8ac252677b9f55f0d9005a9088dc639d733
|
|
4
|
+
data.tar.gz: 7e055ee46304ef72cdd047a1b4ff2aea5768e3bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 555f8f5d0457977a68380ef56e70ae9e15200e37f13935ced907f17df4185432f29247bd6bf35d1ec9caa627e7207f822a52e5b3394af74878abca6aaecc6a75
|
|
7
|
+
data.tar.gz: 7603f8df040f77306235c1b4f030c057cf5dc444c57bdb038b72bd30d26590067a53b3e05644397c17cec71fff1b0d7489f4f14f64e692a089e1a4674f6faead
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1160
|
data/lib/v20220817/models.rb
CHANGED
|
@@ -936,16 +936,18 @@ module TencentCloud
|
|
|
936
936
|
# @param SubtitlesTranscription: 字幕转写功能开关。可以有以下取值:
|
|
937
937
|
# 0 不开启字幕转写功能(默认值)
|
|
938
938
|
# 1 自动转写模式:上课自动开启,下课自动停止
|
|
939
|
+
# 2 手动转写模式:支持老师或者助教通过客户端API手动开启/关闭字幕转写
|
|
940
|
+
# 设置0和1时客户端均不展示手动开关,设置2时老师或者助教端展示字幕转写开关
|
|
939
941
|
# @type SubtitlesTranscription: Integer
|
|
940
942
|
# @param RecordMerge: 录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效
|
|
941
943
|
# @type RecordMerge: Integer
|
|
942
944
|
|
|
943
945
|
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
|
|
944
946
|
extend Gem::Deprecate
|
|
945
|
-
deprecate :RTCAudienceNumber, :none, 2025,
|
|
946
|
-
deprecate :RTCAudienceNumber=, :none, 2025,
|
|
947
|
-
deprecate :RecordLang, :none, 2025,
|
|
948
|
-
deprecate :RecordLang=, :none, 2025,
|
|
947
|
+
deprecate :RTCAudienceNumber, :none, 2025, 10
|
|
948
|
+
deprecate :RTCAudienceNumber=, :none, 2025, 10
|
|
949
|
+
deprecate :RecordLang, :none, 2025, 10
|
|
950
|
+
deprecate :RecordLang=, :none, 2025, 10
|
|
949
951
|
|
|
950
952
|
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)
|
|
951
953
|
@Name = name
|
|
@@ -2528,7 +2530,11 @@ module TencentCloud
|
|
|
2528
2530
|
# @type RecordLayout: Integer
|
|
2529
2531
|
# @param WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书;1 全量模式;2 单页去重模式
|
|
2530
2532
|
# @type WhiteBoardSnapshotMode: Integer
|
|
2531
|
-
# @param SubtitlesTranscription:
|
|
2533
|
+
# @param SubtitlesTranscription: 字幕转写功能开关。可以有以下取值:
|
|
2534
|
+
# 0 不开启字幕转写功能(默认值)
|
|
2535
|
+
# 1 自动转写模式:上课自动开启,下课自动停止
|
|
2536
|
+
# 2 手动转写模式:支持老师或者助教通过客户端API手动开启/关闭字幕转写
|
|
2537
|
+
# 设置0和1时客户端均不展示手动开关,设置2时老师或者助教端展示字幕转写开关
|
|
2532
2538
|
# @type SubtitlesTranscription: Integer
|
|
2533
2539
|
# @param Guests: 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
|
2534
2540
|
# @type Guests: Array
|
|
@@ -3843,7 +3849,7 @@ module TencentCloud
|
|
|
3843
3849
|
# @param SubGroupId: 子上课班号
|
|
3844
3850
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3845
3851
|
# @type SubGroupId: Array
|
|
3846
|
-
# @param Stage:
|
|
3852
|
+
# @param Stage: 本堂课用户是否上过台。0 否;1 是
|
|
3847
3853
|
# @type Stage: Integer
|
|
3848
3854
|
# @param CurrentState: 用户状态。0为未到,1为在线,2为离线,3为被踢,4为永久被踢,5为暂时掉线
|
|
3849
3855
|
# @type CurrentState: Integer
|
|
@@ -4136,6 +4142,8 @@ module TencentCloud
|
|
|
4136
4142
|
# @param SubtitlesTranscription: 字幕转写功能开关。可以有以下取值:
|
|
4137
4143
|
# 0 不开启字幕转写功能(默认值)
|
|
4138
4144
|
# 1 自动转写模式:上课自动开启,下课自动停止
|
|
4145
|
+
# 2 手动转写模式:支持老师或者助教通过客户端API手动开启/关闭字幕转写
|
|
4146
|
+
# 设置0和1时客户端均不展示手动开关,设置2时老师或者助教端展示字幕转写开关
|
|
4139
4147
|
# @type SubtitlesTranscription: Integer
|
|
4140
4148
|
# @param Guests: 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
|
4141
4149
|
# @type Guests: Array
|
|
@@ -4144,8 +4152,8 @@ module TencentCloud
|
|
|
4144
4152
|
|
|
4145
4153
|
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
|
|
4146
4154
|
extend Gem::Deprecate
|
|
4147
|
-
deprecate :RecordLang, :none, 2025,
|
|
4148
|
-
deprecate :RecordLang=, :none, 2025,
|
|
4155
|
+
deprecate :RecordLang, :none, 2025, 10
|
|
4156
|
+
deprecate :RecordLang=, :none, 2025, 10
|
|
4149
4157
|
|
|
4150
4158
|
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)
|
|
4151
4159
|
@RoomId = roomid
|
|
@@ -4498,6 +4506,8 @@ module TencentCloud
|
|
|
4498
4506
|
# @param SubtitlesTranscription: 字幕转写功能开关。可以有以下取值:
|
|
4499
4507
|
# 0 不开启字幕转写功能(默认值)
|
|
4500
4508
|
# 1 自动转写模式:上课自动开启,下课自动停止
|
|
4509
|
+
# 2 手动转写模式:支持老师或者助教通过客户端API手动开启/关闭字幕转写
|
|
4510
|
+
# 设置0和1时客户端均不展示手动开关,设置2时老师或者助教端展示字幕转写开关
|
|
4501
4511
|
# @type SubtitlesTranscription: Integer
|
|
4502
4512
|
# @param Guests: 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
|
4503
4513
|
# @type Guests: Array
|
|
@@ -4506,10 +4516,10 @@ module TencentCloud
|
|
|
4506
4516
|
|
|
4507
4517
|
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
|
|
4508
4518
|
extend Gem::Deprecate
|
|
4509
|
-
deprecate :RTCAudienceNumber, :none, 2025,
|
|
4510
|
-
deprecate :RTCAudienceNumber=, :none, 2025,
|
|
4511
|
-
deprecate :RecordLang, :none, 2025,
|
|
4512
|
-
deprecate :RecordLang=, :none, 2025,
|
|
4519
|
+
deprecate :RTCAudienceNumber, :none, 2025, 10
|
|
4520
|
+
deprecate :RTCAudienceNumber=, :none, 2025, 10
|
|
4521
|
+
deprecate :RecordLang, :none, 2025, 10
|
|
4522
|
+
deprecate :RecordLang=, :none, 2025, 10
|
|
4513
4523
|
|
|
4514
4524
|
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)
|
|
4515
4525
|
@Name = name
|
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.1160
|
|
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-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20220817/client.rb
|
|
37
|
-
- lib/v20220817/models.rb
|
|
38
36
|
- lib/tencentcloud-sdk-lcic.rb
|
|
37
|
+
- lib/v20220817/models.rb
|
|
38
|
+
- lib/v20220817/client.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|