tencentcloud-sdk-lcic 3.0.865 → 3.0.866
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 +19 -11
- 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: 218b8b2dcfc47b284af9eb4840bb1d375c17031f
|
4
|
+
data.tar.gz: 99cf5b393ae0fd24948fd09ae6886afa9b9ca4ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a33ccc75dcae33f6680c815f028e4a6285c848c2bb51334fe3e6b14f1f023006e5fb78ecdafda92ca4317d81f1e8d55bc0ade58c9f88f9bb398c4f9ba70aee6
|
7
|
+
data.tar.gz: 73a398029af600c48012995d7f3998c359059700ead7159b063643e8b4d481ef1376c59f46fa14ebc5a192b0b332bfcf10dd19f85e2c9c829646181863024fd6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.866
|
data/lib/v20220817/models.rb
CHANGED
@@ -935,13 +935,15 @@ module TencentCloud
|
|
935
935
|
# @type RecordScene: String
|
936
936
|
# @param RecordLang: 录制自定义语言,仅recordlayout=9的时候此参数有效
|
937
937
|
# @type RecordLang: String
|
938
|
+
# @param RecordStream: 录制类型 0 仅录制混流(默认) ;1 录制混流+单流,该模式下除混流录制基础上,分别录制老师、台上学生的音视频流,每路录制都会产生相应的录制费用 。示例:0
|
939
|
+
# @type RecordStream: Integer
|
938
940
|
|
939
|
-
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
|
941
|
+
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
|
940
942
|
extend Gem::Deprecate
|
941
|
-
deprecate :RecordLang, :none, 2024,
|
942
|
-
deprecate :RecordLang=, :none, 2024,
|
943
|
+
deprecate :RecordLang, :none, 2024, 7
|
944
|
+
deprecate :RecordLang=, :none, 2024, 7
|
943
945
|
|
944
|
-
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)
|
946
|
+
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)
|
945
947
|
@Name = name
|
946
948
|
@StartTime = starttime
|
947
949
|
@EndTime = endtime
|
@@ -971,6 +973,7 @@ module TencentCloud
|
|
971
973
|
@RecordBackground = recordbackground
|
972
974
|
@RecordScene = recordscene
|
973
975
|
@RecordLang = recordlang
|
976
|
+
@RecordStream = recordstream
|
974
977
|
end
|
975
978
|
|
976
979
|
def deserialize(params)
|
@@ -1003,6 +1006,7 @@ module TencentCloud
|
|
1003
1006
|
@RecordBackground = params['RecordBackground']
|
1004
1007
|
@RecordScene = params['RecordScene']
|
1005
1008
|
@RecordLang = params['RecordLang']
|
1009
|
+
@RecordStream = params['RecordStream']
|
1006
1010
|
end
|
1007
1011
|
end
|
1008
1012
|
|
@@ -2193,7 +2197,7 @@ module TencentCloud
|
|
2193
2197
|
# @type VideoDuration: Integer
|
2194
2198
|
# @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
|
2195
2199
|
# @type EndDelayTime: Integer
|
2196
|
-
# @param LiveType: 直播类型:0 常规(默认)1 伪直播
|
2200
|
+
# @param LiveType: 直播类型:0 常规(默认)1 伪直播 2 RTMP推流直播
|
2197
2201
|
# @type LiveType: Integer
|
2198
2202
|
# @param RecordLiveUrl: 伪直播链接
|
2199
2203
|
# @type RecordLiveUrl: String
|
@@ -3743,8 +3747,8 @@ module TencentCloud
|
|
3743
3747
|
|
3744
3748
|
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
|
3745
3749
|
extend Gem::Deprecate
|
3746
|
-
deprecate :RecordLang, :none, 2024,
|
3747
|
-
deprecate :RecordLang=, :none, 2024,
|
3750
|
+
deprecate :RecordLang, :none, 2024, 7
|
3751
|
+
deprecate :RecordLang=, :none, 2024, 7
|
3748
3752
|
|
3749
3753
|
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)
|
3750
3754
|
@RoomId = roomid
|
@@ -4082,13 +4086,15 @@ module TencentCloud
|
|
4082
4086
|
# @type RecordScene: String
|
4083
4087
|
# @param RecordLang: 录制自定义语言,仅recordlayout=9的时候此参数有效
|
4084
4088
|
# @type RecordLang: String
|
4089
|
+
# @param RecordStream: 录制类型 0 仅录制混流(默认) ;1 录制混流+单流,该模式下除混流录制基础上,分别录制老师、台上学生的音视频流,每路录制都会产生相应的录制费用 。示例:0
|
4090
|
+
# @type RecordStream: Integer
|
4085
4091
|
|
4086
|
-
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
|
4092
|
+
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
|
4087
4093
|
extend Gem::Deprecate
|
4088
|
-
deprecate :RecordLang, :none, 2024,
|
4089
|
-
deprecate :RecordLang=, :none, 2024,
|
4094
|
+
deprecate :RecordLang, :none, 2024, 7
|
4095
|
+
deprecate :RecordLang=, :none, 2024, 7
|
4090
4096
|
|
4091
|
-
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)
|
4097
|
+
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)
|
4092
4098
|
@Name = name
|
4093
4099
|
@StartTime = starttime
|
4094
4100
|
@EndTime = endtime
|
@@ -4117,6 +4123,7 @@ module TencentCloud
|
|
4117
4123
|
@RecordBackground = recordbackground
|
4118
4124
|
@RecordScene = recordscene
|
4119
4125
|
@RecordLang = recordlang
|
4126
|
+
@RecordStream = recordstream
|
4120
4127
|
end
|
4121
4128
|
|
4122
4129
|
def deserialize(params)
|
@@ -4148,6 +4155,7 @@ module TencentCloud
|
|
4148
4155
|
@RecordBackground = params['RecordBackground']
|
4149
4156
|
@RecordScene = params['RecordScene']
|
4150
4157
|
@RecordLang = params['RecordLang']
|
4158
|
+
@RecordStream = params['RecordStream']
|
4151
4159
|
end
|
4152
4160
|
end
|
4153
4161
|
|
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.866
|
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-07-
|
11
|
+
date: 2024-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|