tencentcloud-sdk-lcic 3.0.726 → 3.0.727

Sign up to get free protection for your applications and to get access to all the features.
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: 1e96b2f19595836914b8e0b1261d416c66b2cafa
4
- data.tar.gz: 094a62932d46dcde5b23e43e4b4bcf7b7a4d6eab
3
+ metadata.gz: 1e268d1e8a29e7deee2fda49195f124de4262787
4
+ data.tar.gz: aac461e7cabcfce2c83926add9d5cf2a621500db
5
5
  SHA512:
6
- metadata.gz: 646c60d22389e987543fd45b5a28328160a6705fc16ddffd2163f5a3ae170eb557c02dd4771b8a50f4b3208d0f49540e775473484ad7691fda84e94a1e9593a7
7
- data.tar.gz: b44c9aa50cc89d79be384aa81b7c5557bb9a8bf9e958afdda0e71bd9a8f7b2b28e1fdfa29ff1cc469fa11494e4620611155e064acd26e82d4afb48e818b336f9
6
+ metadata.gz: f37b26cc407599b12f135c2caf451b9b7e3c90358c4a96672175be78941b85c97770fb9460c7ad7202334250eb5ae2d8675dcaef7c7031f8fe15fcebb5b09c21
7
+ data.tar.gz: 3cb332ed1baeea61254c93a757e17f8dfb32fe5ff7a72059f57de79e2c68a5821c18871eff10619f764ddd61ad7ad0dfa65b579eefcdaf8dce3941678205c146
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.726
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.726
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-13 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