tencentcloud-sdk-lcic 3.0.786 → 3.0.787
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 +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: f450e377d813132978fb9a3ed4dbc2595476c270
|
4
|
+
data.tar.gz: 9a76ad916f0e212307ffdf49460a1d7f54b0ec66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 615bf2420c785f8af18bcc0ba7bb99befb25fa89d07e6a81de35f2669180637921af889366fdad7975924e7e3e85c8303231e4a5d1fb56f3ef410447216128f6
|
7
|
+
data.tar.gz: 32b351e8c36c68bc9eb0007fb4e3037e20fe3263e6be78076d6199f80442b12f8f81bef6ffedbb44d1387277c34b4874888948212348be93b3e84ee6f66dd3fb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.787
|
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.787
|
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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|