tencentcloud-sdk-trtc 3.0.800 → 3.0.802

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f9c462a3a8ad159f980d13d2f5f42cb57ff5008
4
- data.tar.gz: 1ddcd34829fe2c32e1b277d6cc653a509336f77d
3
+ metadata.gz: 28c2b05595453c8cd453158456e6eaf7dedfe0a1
4
+ data.tar.gz: 44aa6c45238f2f636330bbf71d04e4174c492c6d
5
5
  SHA512:
6
- metadata.gz: ea002aac7c9e738712f912cc8533e74b3cf904a5031cf18d2d5b308a78c467d9ace78e13560393dd7414a59a09cb8f2451f0aa23a8ab526934ac5dd2fdb2a7fe
7
- data.tar.gz: 4b2b3982a7b7c838e95b7d4eb0d934b56ebe8303c0c7024ffd5839ae40c3f14b2e35d4171d7a37ab3e973055185319ec417905b0a905dc897bd7eea749c27e9e
6
+ metadata.gz: 6214ca079bb7be0d2e7781c544baf637173e81182c72c8855058905e90c1e43385079c309e309a1c1c9ab9052e03c8827316c6be2b5a04015526ee52110862de
7
+ data.tar.gz: b0e5dbf187223650ed19f5cd8498c63e609f5237b6dd16cc5ab2748b7e0eca142d9290fa19178c8bf0246ed7baf23e5500a7c3e98f8aee840fed1046c74e22f9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.800
1
+ 3.0.802
@@ -139,7 +139,7 @@ module TencentCloud
139
139
  # 查询指定时间内的用户列表及用户通话质量数据,可查询14天内数据。DataType 不为null,查询起止时间不超过1个小时,查询用户不超过6个,支持跨天查询。DataType为null时,查询起止时间不超过4个小时, 默认查询6个用户,同时支持每页查询100以内用户个数(PageSize不超过100)。接口用于查询质量问题,不推荐作为计费使用。(同老接口DescribeCallDetail)
140
140
  # **注意**:
141
141
  # 1.该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
142
- # 2.该接口目前免费提供中,监控仪表盘商业化计费后该接口需要订阅付费版后方可调用,仪表盘商业化说明请见:https://cloud.tencent.com/document/product/647/77735
142
+ # 2.该接口自2024年4月1日起正式商业化,需订阅监控仪表盘商业套餐包获取此接口调用能力,[仪表盘商业化](https://cloud.tencent.com/document/product/647/81331)说明请见。另外也可通过订阅包月套餐尊享版和旗舰版解锁此接口调用能力,[包月套餐](https://cloud.tencent.com/document/product/647/85386)说明。
143
143
 
144
144
  # @param request: Request instance for DescribeCallDetailInfo.
145
145
  # @type request: :class:`Tencentcloud::trtc::V20190722::DescribeCallDetailInfoRequest`
@@ -331,7 +331,7 @@ module TencentCloud
331
331
  # 查询SdkAppId下的房间列表。默认返回10条通话,一次最多返回100条通话。可查询14天内的数据。(同老接口DescribeRoomInformation)
332
332
  # **注意**:
333
333
  # 1.该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
334
- # 2.该接口目前免费提供中,监控仪表盘商业化计费后该接口需要订阅付费版后方可调用,仪表盘商业化说明请见:https://cloud.tencent.com/document/product/647/77735
334
+ # 2.该接口自2024年4月1日起正式商业化,需订阅监控仪表盘商业套餐包获取此接口调用能力,[仪表盘商业化](https://cloud.tencent.com/document/product/647/81331)说明请见。另外也可通过订阅包月套餐尊享版和旗舰版解锁此接口调用能力,[包月套餐](https://cloud.tencent.com/document/product/647/85386)说明。
335
335
 
336
336
  # @param request: Request instance for DescribeRoomInfo.
337
337
  # @type request: :class:`Tencentcloud::trtc::V20190722::DescribeRoomInfoRequest`
@@ -785,7 +785,7 @@ module TencentCloud
785
785
  # 查询指定时间内的用户列表,可查询14天内数据,查询起止时间不超过4小时。默认每页查询6个用户,支持每页最大查询100个用户PageSize不超过100)。(同老接口DescribeUserInformation)
786
786
  # **注意**:
787
787
  # 1.该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
788
- # 2.该接口目前免费提供中,监控仪表盘商业化计费后该接口需要订阅付费版后方可调用,仪表盘商业化说明请见:https://cloud.tencent.com/document/product/647/77735
788
+ # 2.该接口自2024年4月1日起正式商业化,需订阅监控仪表盘商业套餐包获取此接口调用能力,[仪表盘商业化](https://cloud.tencent.com/document/product/647/81331)说明请见。另外也可通过订阅包月套餐尊享版和旗舰版解锁此接口调用能力,[包月套餐](https://cloud.tencent.com/document/product/647/85386)说明。
789
789
 
790
790
  # @param request: Request instance for DescribeUserInfo.
791
791
  # @type request: :class:`Tencentcloud::trtc::V20190722::DescribeUserInfoRequest`
@@ -1880,15 +1880,23 @@ module TencentCloud
1880
1880
  class DescribeWebRecordRequest < TencentCloud::Common::AbstractModel
1881
1881
  # @param TaskId: 开始页面录制时返回的任务id
1882
1882
  # @type TaskId: String
1883
+ # @param SdkAppId: 发起页面录制时传递的SdkAppId
1884
+ # @type SdkAppId: Integer
1885
+ # @param RecordId: 发起录制时传递的RecordId, 传入此值时需要传递SdkAppId
1886
+ # @type RecordId: String
1883
1887
 
1884
- attr_accessor :TaskId
1888
+ attr_accessor :TaskId, :SdkAppId, :RecordId
1885
1889
 
1886
- def initialize(taskid=nil)
1890
+ def initialize(taskid=nil, sdkappid=nil, recordid=nil)
1887
1891
  @TaskId = taskid
1892
+ @SdkAppId = sdkappid
1893
+ @RecordId = recordid
1888
1894
  end
1889
1895
 
1890
1896
  def deserialize(params)
1891
1897
  @TaskId = params['TaskId']
1898
+ @SdkAppId = params['SdkAppId']
1899
+ @RecordId = params['RecordId']
1892
1900
  end
1893
1901
  end
1894
1902
 
@@ -2246,6 +2254,30 @@ module TencentCloud
2246
2254
  end
2247
2255
  end
2248
2256
 
2257
+ # 混流自定义渲染参数
2258
+ class McuBackgroundCustomRender < TencentCloud::Common::AbstractModel
2259
+ # @param Width: 自定义渲染画面的宽度,单位为像素值,需大于0,且不能超过子布局的宽。
2260
+ # @type Width: Integer
2261
+ # @param Height: 自定义渲染画面的高度,单位为像素值,需大于0,且不能超过子布局的高。
2262
+ # @type Height: Integer
2263
+ # @param Radius: 自定义渲染画面的圆角半径,单位为像素值,不能超过渲染画面Width和Height最小值的一半,不指定默认为0,表示直角。
2264
+ # @type Radius: Integer
2265
+
2266
+ attr_accessor :Width, :Height, :Radius
2267
+
2268
+ def initialize(width=nil, height=nil, radius=nil)
2269
+ @Width = width
2270
+ @Height = height
2271
+ @Radius = radius
2272
+ end
2273
+
2274
+ def deserialize(params)
2275
+ @Width = params['Width']
2276
+ @Height = params['Height']
2277
+ @Radius = params['Radius']
2278
+ end
2279
+ end
2280
+
2249
2281
  # 混流自定义裁剪参数
2250
2282
  class McuCustomCrop < TencentCloud::Common::AbstractModel
2251
2283
  # @param LocationX: 自定义裁剪起始位置的X偏移,单位为像素值,大于等于0。
@@ -2332,15 +2364,17 @@ module TencentCloud
2332
2364
  # @type BackgroundImageUrl: String
2333
2365
  # @param CustomCrop: 客户自定义裁剪,针对原始输入流裁剪
2334
2366
  # @type CustomCrop: :class:`Tencentcloud::Trtc.v20190722.models.McuCustomCrop`
2335
- # @param BackgroundRenderMode: 子背景图在输出时的显示模式:0为裁剪,1为缩放并显示背景,2为缩放并显示黑底,3为变比例伸缩。不填默认为3。
2367
+ # @param BackgroundRenderMode: 子背景图在输出时的显示模式:0为裁剪,1为缩放并显示背景,2为缩放并显示黑底,3为变比例伸缩,4为自定义渲染。不填默认为3。
2336
2368
  # @type BackgroundRenderMode: Integer
2337
2369
  # @param TransparentUrl: 子画面的透明模版url,指向一张包含透明通道的模板图片。填写该参数,后台混流时会提取该模板图片的透明通道,将其缩放作为目标画面的透明通道,再和其他画面进行混合。您可以通过透明模版实现目标画面的半透明效果和任意形状裁剪(如圆角、星形、心形等)。 支持png格式。图片大小限制不超过5MB。
2338
2370
  # 注:1,模板图片宽高比应接近目标画面宽高比,以避免缩放适配目标画面时出现模板效果变形;2,透明模版只有RenderMode为0(裁剪)时才生效;3,您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,透明模版将不会生效。
2339
2371
  # @type TransparentUrl: String
2372
+ # @param BackgroundCustomRender: 子背景图的自定义渲染参数,当BackgroundRenderMode为4时必须配置。
2373
+ # @type BackgroundCustomRender: :class:`Tencentcloud::Trtc.v20190722.models.McuBackgroundCustomRender`
2340
2374
 
2341
- attr_accessor :UserMediaStream, :ImageWidth, :ImageHeight, :LocationX, :LocationY, :ZOrder, :RenderMode, :BackGroundColor, :BackgroundImageUrl, :CustomCrop, :BackgroundRenderMode, :TransparentUrl
2375
+ attr_accessor :UserMediaStream, :ImageWidth, :ImageHeight, :LocationX, :LocationY, :ZOrder, :RenderMode, :BackGroundColor, :BackgroundImageUrl, :CustomCrop, :BackgroundRenderMode, :TransparentUrl, :BackgroundCustomRender
2342
2376
 
2343
- def initialize(usermediastream=nil, imagewidth=nil, imageheight=nil, locationx=nil, locationy=nil, zorder=nil, rendermode=nil, backgroundcolor=nil, backgroundimageurl=nil, customcrop=nil, backgroundrendermode=nil, transparenturl=nil)
2377
+ def initialize(usermediastream=nil, imagewidth=nil, imageheight=nil, locationx=nil, locationy=nil, zorder=nil, rendermode=nil, backgroundcolor=nil, backgroundimageurl=nil, customcrop=nil, backgroundrendermode=nil, transparenturl=nil, backgroundcustomrender=nil)
2344
2378
  @UserMediaStream = usermediastream
2345
2379
  @ImageWidth = imagewidth
2346
2380
  @ImageHeight = imageheight
@@ -2353,6 +2387,7 @@ module TencentCloud
2353
2387
  @CustomCrop = customcrop
2354
2388
  @BackgroundRenderMode = backgroundrendermode
2355
2389
  @TransparentUrl = transparenturl
2390
+ @BackgroundCustomRender = backgroundcustomrender
2356
2391
  end
2357
2392
 
2358
2393
  def deserialize(params)
@@ -2374,6 +2409,10 @@ module TencentCloud
2374
2409
  end
2375
2410
  @BackgroundRenderMode = params['BackgroundRenderMode']
2376
2411
  @TransparentUrl = params['TransparentUrl']
2412
+ unless params['BackgroundCustomRender'].nil?
2413
+ @BackgroundCustomRender = McuBackgroundCustomRender.new
2414
+ @BackgroundCustomRender.deserialize(params['BackgroundCustomRender'])
2415
+ end
2377
2416
  end
2378
2417
  end
2379
2418
 
@@ -3974,7 +4013,7 @@ module TencentCloud
3974
4013
  class StartWebRecordRequest < TencentCloud::Common::AbstractModel
3975
4014
  # @param RecordUrl: 需要录制的网页URL
3976
4015
  # @type RecordUrl: String
3977
- # @param MaxDurationLimit: 录制最大时长限制, 单位 s, 合法取值范围[0, 36000], 默认 36000s(10 小时)
4016
+ # @param MaxDurationLimit: 录制最大时长限制, 单位 s, 合法取值范围[1800, 36000], 默认 36000s(10 小时)
3978
4017
  # @type MaxDurationLimit: Integer
3979
4018
  # @param StorageParams: 云存储相关的参数,目前支持腾讯云对象存储,不支持第三方云存储以及VOD
3980
4019
  # @type StorageParams: :class:`Tencentcloud::Trtc.v20190722.models.StorageParams`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trtc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.800
4
+ version: 3.0.802
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-04-09 00:00:00.000000000 Z
11
+ date: 2024-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common