tencentcloud-sdk-lcic 3.0.876 → 3.0.877
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 +16 -8
- 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: 7245fe1ce324fc24ae306822c48abb3c29230c58
|
4
|
+
data.tar.gz: 454e4190de803111bb23d3ee39ffd741429e59e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d6ac23d57a57f553fde44a91d43f960db5320f46366690725ab782f17749e4fb7136b5be8cecbe59310196f8641ddf0209b6361602c3bf393f5f41d9227c66d
|
7
|
+
data.tar.gz: eca6f486e902201925f7cfe2256978b64c1901e3a30fa3140757a0278fb63cc206073de18fa02d3695aca3948984d72a0b366a5d0132a99d6fdfc9e6a91a4608
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.877
|
data/lib/v20220817/models.rb
CHANGED
@@ -940,8 +940,8 @@ module TencentCloud
|
|
940
940
|
|
941
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
|
942
942
|
extend Gem::Deprecate
|
943
|
-
deprecate :RecordLang, :none, 2024,
|
944
|
-
deprecate :RecordLang=, :none, 2024,
|
943
|
+
deprecate :RecordLang, :none, 2024, 8
|
944
|
+
deprecate :RecordLang=, :none, 2024, 8
|
945
945
|
|
946
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)
|
947
947
|
@Name = name
|
@@ -2211,12 +2211,16 @@ module TencentCloud
|
|
2211
2211
|
# @type RecordScene: String
|
2212
2212
|
# @param RecordLang: 录制自定义语言,仅recordlayout=9的时候此参数有效
|
2213
2213
|
# @type RecordLang: String
|
2214
|
+
# @param RecordStream: 录制类型 0 仅录制混流(默认) ;1 录制混流+单流,该模式下除混流录制基础上,分别录制老师、台上学生的音视频流,每路录制都会产生相应的录制费用 。示例:0
|
2215
|
+
# @type RecordStream: Integer
|
2216
|
+
# @param RecordLayout: 录制模板。房间子类型为视频+白板(SubType=videodoc)时默认为3,房间子类型为纯视频(SubType=video)时默认为0。录制模板枚举值参考:https://cloud.tencent.com/document/product/1639/89744
|
2217
|
+
# @type RecordLayout: Integer
|
2214
2218
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2215
2219
|
# @type RequestId: String
|
2216
2220
|
|
2217
|
-
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, :RequestId
|
2221
|
+
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, :RequestId
|
2218
2222
|
|
2219
|
-
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, requestid=nil)
|
2223
|
+
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, requestid=nil)
|
2220
2224
|
@Name = name
|
2221
2225
|
@StartTime = starttime
|
2222
2226
|
@EndTime = endtime
|
@@ -2247,6 +2251,8 @@ module TencentCloud
|
|
2247
2251
|
@RTMPStreamingURL = rtmpstreamingurl
|
2248
2252
|
@RecordScene = recordscene
|
2249
2253
|
@RecordLang = recordlang
|
2254
|
+
@RecordStream = recordstream
|
2255
|
+
@RecordLayout = recordlayout
|
2250
2256
|
@RequestId = requestid
|
2251
2257
|
end
|
2252
2258
|
|
@@ -2281,6 +2287,8 @@ module TencentCloud
|
|
2281
2287
|
@RTMPStreamingURL = params['RTMPStreamingURL']
|
2282
2288
|
@RecordScene = params['RecordScene']
|
2283
2289
|
@RecordLang = params['RecordLang']
|
2290
|
+
@RecordStream = params['RecordStream']
|
2291
|
+
@RecordLayout = params['RecordLayout']
|
2284
2292
|
@RequestId = params['RequestId']
|
2285
2293
|
end
|
2286
2294
|
end
|
@@ -3747,8 +3755,8 @@ module TencentCloud
|
|
3747
3755
|
|
3748
3756
|
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
|
3749
3757
|
extend Gem::Deprecate
|
3750
|
-
deprecate :RecordLang, :none, 2024,
|
3751
|
-
deprecate :RecordLang=, :none, 2024,
|
3758
|
+
deprecate :RecordLang, :none, 2024, 8
|
3759
|
+
deprecate :RecordLang=, :none, 2024, 8
|
3752
3760
|
|
3753
3761
|
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)
|
3754
3762
|
@RoomId = roomid
|
@@ -4091,8 +4099,8 @@ module TencentCloud
|
|
4091
4099
|
|
4092
4100
|
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
|
4093
4101
|
extend Gem::Deprecate
|
4094
|
-
deprecate :RecordLang, :none, 2024,
|
4095
|
-
deprecate :RecordLang=, :none, 2024,
|
4102
|
+
deprecate :RecordLang, :none, 2024, 8
|
4103
|
+
deprecate :RecordLang=, :none, 2024, 8
|
4096
4104
|
|
4097
4105
|
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)
|
4098
4106
|
@Name = name
|
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.877
|
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-
|
11
|
+
date: 2024-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|