tencentcloud-sdk-lcic 3.0.1040 → 3.0.1042
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 +26 -8
- 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: db291566acbb34db57cd36d442e724ba8aef64e6
|
4
|
+
data.tar.gz: e9ddc15c9711a9ef6e790397b34c4eb0e10f65c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf43614359a2d25c742713de5e5716fafd38272d103a1aac94c32719d24b4df2461c4d7a2d9c6647e8a1eafb6fa32cecaecaaefb9bdde3202207b7e7a1abc15a
|
7
|
+
data.tar.gz: c44b3d1da4cedff52cc730877515b6c424cb64e4b9ea43f4d329fafa32646c0a9c7e35c95f48d6461c44b2544b1460752f50f29a2db95ad882ccd468fba56eb0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1042
|
data/lib/v20220817/models.rb
CHANGED
@@ -861,6 +861,7 @@ module TencentCloud
|
|
861
861
|
# 1 标清
|
862
862
|
# 2 高清
|
863
863
|
# 3 全高清
|
864
|
+
# 注意:连麦人数(MaxMicNumber)>6时,仅可使用标清
|
864
865
|
# @type Resolution: Integer
|
865
866
|
# @param MaxMicNumber: 设置课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。该取值影响计费,请根据业务实际情况设置。计费规则见“购买指南”下“计费概述”。
|
866
867
|
# @type MaxMicNumber: Integer
|
@@ -925,15 +926,17 @@ module TencentCloud
|
|
925
926
|
# @type RecordStream: Integer
|
926
927
|
# @param WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书(默认);1 全量模式;2 单页去重模式
|
927
928
|
# @type WhiteBoardSnapshotMode: Integer
|
929
|
+
# @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
|
930
|
+
# @type SubtitlesTranscription: Integer
|
928
931
|
|
929
|
-
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
|
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
|
930
933
|
extend Gem::Deprecate
|
931
934
|
deprecate :RTCAudienceNumber, :none, 2025, 4
|
932
935
|
deprecate :RTCAudienceNumber=, :none, 2025, 4
|
933
936
|
deprecate :RecordLang, :none, 2025, 4
|
934
937
|
deprecate :RecordLang=, :none, 2025, 4
|
935
938
|
|
936
|
-
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)
|
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)
|
937
940
|
@Name = name
|
938
941
|
@StartTime = starttime
|
939
942
|
@EndTime = endtime
|
@@ -965,6 +968,7 @@ module TencentCloud
|
|
965
968
|
@RecordLang = recordlang
|
966
969
|
@RecordStream = recordstream
|
967
970
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
971
|
+
@SubtitlesTranscription = subtitlestranscription
|
968
972
|
end
|
969
973
|
|
970
974
|
def deserialize(params)
|
@@ -999,6 +1003,7 @@ module TencentCloud
|
|
999
1003
|
@RecordLang = params['RecordLang']
|
1000
1004
|
@RecordStream = params['RecordStream']
|
1001
1005
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
1006
|
+
@SubtitlesTranscription = params['SubtitlesTranscription']
|
1002
1007
|
end
|
1003
1008
|
end
|
1004
1009
|
|
@@ -2508,12 +2513,14 @@ module TencentCloud
|
|
2508
2513
|
# @type RecordLayout: Integer
|
2509
2514
|
# @param WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书;1 全量模式;2 单页去重模式
|
2510
2515
|
# @type WhiteBoardSnapshotMode: Integer
|
2516
|
+
# @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
|
2517
|
+
# @type SubtitlesTranscription: Integer
|
2511
2518
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2512
2519
|
# @type RequestId: String
|
2513
2520
|
|
2514
|
-
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, :RequestId
|
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
|
2515
2522
|
|
2516
|
-
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, requestid=nil)
|
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)
|
2517
2524
|
@Name = name
|
2518
2525
|
@StartTime = starttime
|
2519
2526
|
@EndTime = endtime
|
@@ -2547,6 +2554,7 @@ module TencentCloud
|
|
2547
2554
|
@RecordStream = recordstream
|
2548
2555
|
@RecordLayout = recordlayout
|
2549
2556
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
2557
|
+
@SubtitlesTranscription = subtitlestranscription
|
2550
2558
|
@RequestId = requestid
|
2551
2559
|
end
|
2552
2560
|
|
@@ -2584,6 +2592,7 @@ module TencentCloud
|
|
2584
2592
|
@RecordStream = params['RecordStream']
|
2585
2593
|
@RecordLayout = params['RecordLayout']
|
2586
2594
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
2595
|
+
@SubtitlesTranscription = params['SubtitlesTranscription']
|
2587
2596
|
@RequestId = params['RequestId']
|
2588
2597
|
end
|
2589
2598
|
end
|
@@ -4053,13 +4062,15 @@ module TencentCloud
|
|
4053
4062
|
# @type RecordLang: String
|
4054
4063
|
# @param WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书;1 全量模式;2 单页去重模式
|
4055
4064
|
# @type WhiteBoardSnapshotMode: Integer
|
4065
|
+
# @param SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
|
4066
|
+
# @type SubtitlesTranscription: Integer
|
4056
4067
|
|
4057
|
-
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
|
4068
|
+
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
|
4058
4069
|
extend Gem::Deprecate
|
4059
4070
|
deprecate :RecordLang, :none, 2025, 4
|
4060
4071
|
deprecate :RecordLang=, :none, 2025, 4
|
4061
4072
|
|
4062
|
-
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)
|
4073
|
+
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)
|
4063
4074
|
@RoomId = roomid
|
4064
4075
|
@SdkAppId = sdkappid
|
4065
4076
|
@StartTime = starttime
|
@@ -4087,6 +4098,7 @@ module TencentCloud
|
|
4087
4098
|
@RecordScene = recordscene
|
4088
4099
|
@RecordLang = recordlang
|
4089
4100
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
4101
|
+
@SubtitlesTranscription = subtitlestranscription
|
4090
4102
|
end
|
4091
4103
|
|
4092
4104
|
def deserialize(params)
|
@@ -4117,6 +4129,7 @@ module TencentCloud
|
|
4117
4129
|
@RecordScene = params['RecordScene']
|
4118
4130
|
@RecordLang = params['RecordLang']
|
4119
4131
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
4132
|
+
@SubtitlesTranscription = params['SubtitlesTranscription']
|
4120
4133
|
end
|
4121
4134
|
end
|
4122
4135
|
|
@@ -4638,16 +4651,20 @@ module TencentCloud
|
|
4638
4651
|
# @type CloudCustomData: String
|
4639
4652
|
# @param NickName: 昵称,当FromAccount没有在房间中,需要填写NickName,当FromAccount在房间中,填写NickName无意义
|
4640
4653
|
# @type NickName: String
|
4654
|
+
# @param Priority: 消息的优先级,默认优先级 Normal。
|
4655
|
+
# 可以指定3种优先级,从高到低依次为 High、Normal 和 Low,区分大小写。
|
4656
|
+
# @type Priority: String
|
4641
4657
|
|
4642
|
-
attr_accessor :SdkAppId, :RoomId, :FromAccount, :MsgBody, :CloudCustomData, :NickName
|
4658
|
+
attr_accessor :SdkAppId, :RoomId, :FromAccount, :MsgBody, :CloudCustomData, :NickName, :Priority
|
4643
4659
|
|
4644
|
-
def initialize(sdkappid=nil, roomid=nil, fromaccount=nil, msgbody=nil, cloudcustomdata=nil, nickname=nil)
|
4660
|
+
def initialize(sdkappid=nil, roomid=nil, fromaccount=nil, msgbody=nil, cloudcustomdata=nil, nickname=nil, priority=nil)
|
4645
4661
|
@SdkAppId = sdkappid
|
4646
4662
|
@RoomId = roomid
|
4647
4663
|
@FromAccount = fromaccount
|
4648
4664
|
@MsgBody = msgbody
|
4649
4665
|
@CloudCustomData = cloudcustomdata
|
4650
4666
|
@NickName = nickname
|
4667
|
+
@Priority = priority
|
4651
4668
|
end
|
4652
4669
|
|
4653
4670
|
def deserialize(params)
|
@@ -4664,6 +4681,7 @@ module TencentCloud
|
|
4664
4681
|
end
|
4665
4682
|
@CloudCustomData = params['CloudCustomData']
|
4666
4683
|
@NickName = params['NickName']
|
4684
|
+
@Priority = params['Priority']
|
4667
4685
|
end
|
4668
4686
|
end
|
4669
4687
|
|
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.1042
|
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-04-
|
11
|
+
date: 2025-04-17 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/tencentcloud-sdk-lcic.rb
|
37
36
|
- lib/v20220817/client.rb
|
38
37
|
- lib/v20220817/models.rb
|
38
|
+
- lib/tencentcloud-sdk-lcic.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|