tencentcloud-sdk-lcic 3.0.1040 → 3.0.1041
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 +14 -4
- 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: 1bf6f240fb5644d4978964286af68bc41e9ed476
|
4
|
+
data.tar.gz: c0b294cb1adf66d4a159d2dec7379198da3d105f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e35b06457772f6a729c4ff12f7cc6eeda8a9ed2816b6f03b4bbf009eca67b1242e0bb93f5d6be638973101a5336b0231ed5b693c8246344d6e2c62966c4c122c
|
7
|
+
data.tar.gz: 205d28b64f7409f7cdb02868f23d78987904c7f5437f537a03c3af99397193f9ca45351d7ea4419ab209bedc7de36de6456b7c02c808e351d9d03abfc4e4fb44
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1041
|
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
|
|
@@ -4638,16 +4643,20 @@ module TencentCloud
|
|
4638
4643
|
# @type CloudCustomData: String
|
4639
4644
|
# @param NickName: 昵称,当FromAccount没有在房间中,需要填写NickName,当FromAccount在房间中,填写NickName无意义
|
4640
4645
|
# @type NickName: String
|
4646
|
+
# @param Priority: 消息的优先级,默认优先级 Normal。
|
4647
|
+
# 可以指定3种优先级,从高到低依次为 High、Normal 和 Low,区分大小写。
|
4648
|
+
# @type Priority: String
|
4641
4649
|
|
4642
|
-
attr_accessor :SdkAppId, :RoomId, :FromAccount, :MsgBody, :CloudCustomData, :NickName
|
4650
|
+
attr_accessor :SdkAppId, :RoomId, :FromAccount, :MsgBody, :CloudCustomData, :NickName, :Priority
|
4643
4651
|
|
4644
|
-
def initialize(sdkappid=nil, roomid=nil, fromaccount=nil, msgbody=nil, cloudcustomdata=nil, nickname=nil)
|
4652
|
+
def initialize(sdkappid=nil, roomid=nil, fromaccount=nil, msgbody=nil, cloudcustomdata=nil, nickname=nil, priority=nil)
|
4645
4653
|
@SdkAppId = sdkappid
|
4646
4654
|
@RoomId = roomid
|
4647
4655
|
@FromAccount = fromaccount
|
4648
4656
|
@MsgBody = msgbody
|
4649
4657
|
@CloudCustomData = cloudcustomdata
|
4650
4658
|
@NickName = nickname
|
4659
|
+
@Priority = priority
|
4651
4660
|
end
|
4652
4661
|
|
4653
4662
|
def deserialize(params)
|
@@ -4664,6 +4673,7 @@ module TencentCloud
|
|
4664
4673
|
end
|
4665
4674
|
@CloudCustomData = params['CloudCustomData']
|
4666
4675
|
@NickName = params['NickName']
|
4676
|
+
@Priority = params['Priority']
|
4667
4677
|
end
|
4668
4678
|
end
|
4669
4679
|
|
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.1041
|
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-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|