tencentcloud-sdk-lcic 3.0.876 → 3.0.877

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220817/models.rb +16 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6ba614a9546ea40536458bc10047bace4f67dfa
4
- data.tar.gz: 96bc50c96e57d499ea4307d87a630dc9f7204f01
3
+ metadata.gz: 7245fe1ce324fc24ae306822c48abb3c29230c58
4
+ data.tar.gz: 454e4190de803111bb23d3ee39ffd741429e59e9
5
5
  SHA512:
6
- metadata.gz: 9897eb742affc79c1b33749840d6ac10d79144f311edaee1188f9a5afdd0bb882e8ccfe3ec08961918e17471bf5b40f885c5fb326e869eb246f2783e59828f64
7
- data.tar.gz: 1f04e6e296f9ec967200d95783489133e2a11b03a5e06990aa36f0d560599bb2ec71d9726b69fe676ac0337dee1847c8fda81b0e07b353e767228809aae90202
6
+ metadata.gz: 7d6ac23d57a57f553fde44a91d43f960db5320f46366690725ab782f17749e4fb7136b5be8cecbe59310196f8641ddf0209b6361602c3bf393f5f41d9227c66d
7
+ data.tar.gz: eca6f486e902201925f7cfe2256978b64c1901e3a30fa3140757a0278fb63cc206073de18fa02d3695aca3948984d72a0b366a5d0132a99d6fdfc9e6a91a4608
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.876
1
+ 3.0.877
@@ -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, 7
944
- deprecate :RecordLang=, :none, 2024, 7
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, 7
3751
- deprecate :RecordLang=, :none, 2024, 7
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, 7
4095
- deprecate :RecordLang=, :none, 2024, 7
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.876
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-07-30 00:00:00.000000000 Z
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