tencentcloud-sdk-lcic 3.0.725 → 3.0.727

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 +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2daaa23d6a7cd20fe85e9fa1762c8105d3badbd2
4
- data.tar.gz: ea21623be003da6ac5efae989d663d9ae22c151d
3
+ metadata.gz: 1e268d1e8a29e7deee2fda49195f124de4262787
4
+ data.tar.gz: aac461e7cabcfce2c83926add9d5cf2a621500db
5
5
  SHA512:
6
- metadata.gz: e27cf32229393e2fe454932505b54d55c3a448c5628bb5d635fb58fe3be39b61dc9e69ebf7a3e27e7c6642cac438d32776818b5fcea93bdf4386bc167294e064
7
- data.tar.gz: c177b92e030e12f992642ae49b6b7eb3ade58190b10cbafbf1b1088d28960cfad7588081dd148822dad9c066ef5ab7c1c25f0261fdf2e84b930e2e7971f628db
6
+ metadata.gz: f37b26cc407599b12f135c2caf451b9b7e3c90358c4a96672175be78941b85c97770fb9460c7ad7202334250eb5ae2d8675dcaef7c7031f8fe15fcebb5b09c21
7
+ data.tar.gz: 3cb332ed1baeea61254c93a757e17f8dfb32fe5ff7a72059f57de79e2c68a5821c18871eff10619f764ddd61ad7ad0dfa65b579eefcdaf8dce3941678205c146
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.725
1
+ 3.0.727
@@ -888,10 +888,12 @@ module TencentCloud
888
888
  # @type RecordLiveUrl: String
889
889
  # @param EnableAutoStart: 是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1的时候有效
890
890
  # @type EnableAutoStart: Integer
891
+ # @param RecordBackground: 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
892
+ # @type RecordBackground: String
891
893
 
892
- 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
894
+ 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
893
895
 
894
- 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)
896
+ 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)
895
897
  @Name = name
896
898
  @StartTime = starttime
897
899
  @EndTime = endtime
@@ -918,6 +920,7 @@ module TencentCloud
918
920
  @LiveType = livetype
919
921
  @RecordLiveUrl = recordliveurl
920
922
  @EnableAutoStart = enableautostart
923
+ @RecordBackground = recordbackground
921
924
  end
922
925
 
923
926
  def deserialize(params)
@@ -947,6 +950,7 @@ module TencentCloud
947
950
  @LiveType = params['LiveType']
948
951
  @RecordLiveUrl = params['RecordLiveUrl']
949
952
  @EnableAutoStart = params['EnableAutoStart']
953
+ @RecordBackground = params['RecordBackground']
950
954
  end
951
955
  end
952
956
 
@@ -2096,12 +2100,14 @@ module TencentCloud
2096
2100
  # @type RecordLiveUrl: String
2097
2101
  # @param EnableAutoStart: 是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1的时候有效
2098
2102
  # @type EnableAutoStart: Integer
2103
+ # @param RecordBackground: 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
2104
+ # @type RecordBackground: String
2099
2105
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2100
2106
  # @type RequestId: String
2101
2107
 
2102
- 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, :RequestId
2108
+ 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, :RequestId
2103
2109
 
2104
- 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, requestid=nil)
2110
+ 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, requestid=nil)
2105
2111
  @Name = name
2106
2112
  @StartTime = starttime
2107
2113
  @EndTime = endtime
@@ -2128,6 +2134,7 @@ module TencentCloud
2128
2134
  @LiveType = livetype
2129
2135
  @RecordLiveUrl = recordliveurl
2130
2136
  @EnableAutoStart = enableautostart
2137
+ @RecordBackground = recordbackground
2131
2138
  @RequestId = requestid
2132
2139
  end
2133
2140
 
@@ -2158,6 +2165,7 @@ module TencentCloud
2158
2165
  @LiveType = params['LiveType']
2159
2166
  @RecordLiveUrl = params['RecordLiveUrl']
2160
2167
  @EnableAutoStart = params['EnableAutoStart']
2168
+ @RecordBackground = params['RecordBackground']
2161
2169
  @RequestId = params['RequestId']
2162
2170
  end
2163
2171
  end
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.725
4
+ version: 3.0.727
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-11 00:00:00.000000000 Z
11
+ date: 2023-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common