tencentcloud-sdk-lcic 3.0.786 → 3.0.788
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220817/models.rb +13 -5
- 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: 2dba8c612d0309dd2a83006d077d7e3907e36d5b
|
4
|
+
data.tar.gz: 10f7bd53b9f8ea49ecf744a73e28f674fb982d65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b62c7460a56e0b7baec1eb31371e6c1ecfec6a2a3db6c18631f954f9b2d25a1c2cf3fa2aef5445ea4405de30929264242df0553524b51ccf7091da92801ea8a5
|
7
|
+
data.tar.gz: 7475aa9f81502062cef39093a9331b411a0a140f9ae31e3bb6aa251c0f80d53dbd651990e614601d9901b8810b6739aa37920a3b7dd9310db4551cb974f8e9f7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.788
|
data/lib/v20220817/models.rb
CHANGED
@@ -926,12 +926,15 @@ module TencentCloud
|
|
926
926
|
# @type EnableAutoStart: Integer
|
927
927
|
# @param RecordBackground: 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
|
928
928
|
# @type RecordBackground: String
|
929
|
-
# @param RecordScene: 录制自定义场景,仅recordlayout=9
|
929
|
+
# @param RecordScene: 录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。
|
930
930
|
# @type RecordScene: String
|
931
931
|
# @param RecordLang: 录制自定义语言,仅recordlayout=9的时候此参数有效
|
932
932
|
# @type RecordLang: String
|
933
933
|
|
934
934
|
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
|
935
|
+
extend Gem::Deprecate
|
936
|
+
deprecate :RecordLang, :none, 2024, 3
|
937
|
+
deprecate :RecordLang=, :none, 2024, 3
|
935
938
|
|
936
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)
|
937
940
|
@Name = name
|
@@ -3674,12 +3677,15 @@ module TencentCloud
|
|
3674
3677
|
# @type RecordLiveUrl: String
|
3675
3678
|
# @param EnableAutoStart: 是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1的时候有效
|
3676
3679
|
# @type EnableAutoStart: Integer
|
3677
|
-
# @param RecordScene: 录制自定义场景,仅recordlayout=9
|
3680
|
+
# @param RecordScene: 录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。
|
3678
3681
|
# @type RecordScene: String
|
3679
3682
|
# @param RecordLang: 录制自定义语言,仅recordlayout=9的时候此参数有效
|
3680
3683
|
# @type RecordLang: String
|
3681
3684
|
|
3682
3685
|
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
|
3686
|
+
extend Gem::Deprecate
|
3687
|
+
deprecate :RecordLang, :none, 2024, 3
|
3688
|
+
deprecate :RecordLang=, :none, 2024, 3
|
3683
3689
|
|
3684
3690
|
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)
|
3685
3691
|
@RoomId = roomid
|
@@ -4004,12 +4010,15 @@ module TencentCloud
|
|
4004
4010
|
# @type EnableAutoStart: Integer
|
4005
4011
|
# @param RecordBackground: 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
|
4006
4012
|
# @type RecordBackground: String
|
4007
|
-
# @param RecordScene: 录制自定义场景,仅recordlayout=9
|
4013
|
+
# @param RecordScene: 录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。
|
4008
4014
|
# @type RecordScene: String
|
4009
4015
|
# @param RecordLang: 录制自定义语言,仅recordlayout=9的时候此参数有效
|
4010
4016
|
# @type RecordLang: String
|
4011
4017
|
|
4012
4018
|
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
|
4019
|
+
extend Gem::Deprecate
|
4020
|
+
deprecate :RecordLang, :none, 2024, 3
|
4021
|
+
deprecate :RecordLang=, :none, 2024, 3
|
4013
4022
|
|
4014
4023
|
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)
|
4015
4024
|
@Name = name
|
@@ -4144,11 +4153,10 @@ module TencentCloud
|
|
4144
4153
|
# @param RecordBackground: 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
|
4145
4154
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4146
4155
|
# @type RecordBackground: String
|
4147
|
-
# @param RecordScene: 录制自定义场景,仅recordlayout=9
|
4156
|
+
# @param RecordScene: 录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。
|
4148
4157
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4149
4158
|
# @type RecordScene: String
|
4150
4159
|
# @param RecordLang: 录制自定义语言,仅recordlayout=9的时候此参数有效
|
4151
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4152
4160
|
# @type RecordLang: String
|
4153
4161
|
|
4154
4162
|
attr_accessor :Name, :RoomId, :Status, :StartTime, :EndTime, :RealStartTime, :RealEndTime, :Resolution, :MaxRTCMember, :ReplayUrl, :RecordUrl, :MaxMicNumber, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang
|
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.788
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|