tencentcloud-sdk-trtc 3.0.391 → 3.0.398

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: 244e474b8b870d37891696838b38dea87fb80e85
4
- data.tar.gz: 8fedba0527cfde3760f9c9d1ea9ad3209a9338d5
3
+ metadata.gz: 15bc96e1288fffd3a4ed74e7a306dc6ce61a5990
4
+ data.tar.gz: 17c5f77e81a1dd1995ed9a0dab0138f0641e0f8e
5
5
  SHA512:
6
- metadata.gz: a2dfaf222801fee1be500a1e644656e6d965bfc80b59ebebd61dfc81c6435a5c444fb4f031cff5ef2d87e4582b53fa2f90f68510d97d236390819cdf7fbd4e42
7
- data.tar.gz: d0e560776d47dce23e4a855621ac3ccf624ab46170f1262abd45b1fcd9cce9c73f3aeb7f919650cd120edb1ec6dc2f51588ac8fc9c45d739ad9de12e34dc250c
6
+ metadata.gz: 389a4bdbf17aec1e588a4c08456b522bbf7e94d2dcc617330ca3393ec1516a21cf4c091df7f4286e1907e4f038e2a7b07527979b1545b3326cbc7dfd7514867a
7
+ data.tar.gz: 0f34bb6f9bd35c2d9a6bcd3a8af648aed4b3b39460d3220136439058786a674fa4e033a39c91b6dd04056370b995e79f9ee06cf99b963bf12f31d857de807521
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.391
1
+ 3.0.398
@@ -34,7 +34,7 @@ module TencentCloud
34
34
 
35
35
  # 您可以通过此接口实现如下目标:
36
36
  # * 指定订阅流参数(RecordParams)来指定需要录制的主播的黑名单或者白名单。
37
- # * 指定第三方存储的参数(StorageParams)来指定上传到您希望的云存储
37
+ # * 指定第三方存储的参数(StorageParams)来指定上传到您希望的云存储,目前仅支持云点播存储(CloudVod)
38
38
  # * 指定混流模式下的音视频转码详细参数(MixTranscodeParams),包括视频分辨率、视频码率、视频帧率、以及声音质量等
39
39
  # * 指定混流模式各路画面的位置和布局或者也可以指定自动模板的方式来配置。
40
40
 
@@ -137,7 +137,9 @@ module TencentCloud
137
137
  end
138
138
 
139
139
  # 查询指定时间内的用户列表及用户通话质量数据,可查询14天内数据。DataType 不为null,查询起止时间不超过1个小时,查询用户不超过6个,支持跨天查询。DataType为null时,查询起止时间不超过4个小时, 默认查询6个用户,同时支持每页查询100以内用户个数(PageSize不超过100)。接口用于查询质量问题,不推荐作为计费使用。(同老接口DescribeCallDetail)
140
- # **注意**:该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
140
+ # **注意**:
141
+ # 1.该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
142
+ # 2.该接口目前免费提供中,监控仪表盘商业化计费后该接口需要订阅付费版后方可调用,仪表盘商业化说明请见:https://cloud.tencent.com/document/product/647/77735
141
143
 
142
144
  # @param request: Request instance for DescribeCallDetailInfo.
143
145
  # @type request: :class:`Tencentcloud::trtc::V20190722::DescribeCallDetailInfoRequest`
@@ -264,7 +266,9 @@ module TencentCloud
264
266
  end
265
267
 
266
268
  # 查询SdkAppId下的房间列表。默认返回10条通话,一次最多返回100条通话。可查询14天内的数据。(同老接口DescribeRoomInformation)
267
- # **注意**:该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
269
+ # **注意**:
270
+ # 1.该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
271
+ # 2.该接口目前免费提供中,监控仪表盘商业化计费后该接口需要订阅付费版后方可调用,仪表盘商业化说明请见:https://cloud.tencent.com/document/product/647/77735
268
272
 
269
273
  # @param request: Request instance for DescribeRoomInfo.
270
274
  # @type request: :class:`Tencentcloud::trtc::V20190722::DescribeRoomInfoRequest`
@@ -390,7 +394,9 @@ module TencentCloud
390
394
  end
391
395
 
392
396
  # 查询指定时间内的用户列表,可查询14天内数据,查询起止时间不超过4小时。默认每页查询6个用户,支持每页最大查询100个用户PageSize不超过100)。(同老接口DescribeUserInformation)
393
- # **注意**:该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
397
+ # **注意**:
398
+ # 1.该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
399
+ # 2.该接口目前免费提供中,监控仪表盘商业化计费后该接口需要订阅付费版后方可调用,仪表盘商业化说明请见:https://cloud.tencent.com/document/product/647/77735
394
400
 
395
401
  # @param request: Request instance for DescribeUserInfo.
396
402
  # @type request: :class:`Tencentcloud::trtc::V20190722::DescribeUserInfoRequest`
@@ -1322,7 +1322,7 @@ module TencentCloud
1322
1322
  # @type SmallVideoLayoutParams: :class:`Tencentcloud::Trtc.v20190722.models.SmallVideoLayoutParams`
1323
1323
  # @param MainVideoRightAlign: 屏幕分享模板有效。设置为1时代表大画面居右,小画面居左布局。默认为0。
1324
1324
  # @type MainVideoRightAlign: Integer
1325
- # @param MixVideoUids: 悬浮模板、九宫格、屏幕分享模板有效。设置此参数后,输出流混合此参数中包含用户的音视频,以及其他用户的纯音频。最多可设置16个用户。
1325
+ # @param MixVideoUids: 指定混视频的用户ID列表。设置此参数后,输出流混合此参数中包含用户的音视频,以及其他用户的纯音频。悬浮模板、九宫格、屏幕分享模板有效,最多可设置16个用户。
1326
1326
  # @type MixVideoUids: Array
1327
1327
  # @param PresetLayoutConfig: 自定义模板中有效,指定用户视频在混合画面中的位置。
1328
1328
  # @type PresetLayoutConfig: Array
@@ -2439,7 +2439,7 @@ module TencentCloud
2439
2439
 
2440
2440
  # 第三方存储参数。
2441
2441
  class StorageParams < TencentCloud::Common::AbstractModel
2442
- # @param CloudStorage: 第三方云存储的账号信息。
2442
+ # @param CloudStorage: 第三方云存储的账号信息(暂不支持)。
2443
2443
  # @type CloudStorage: :class:`Tencentcloud::Trtc.v20190722.models.CloudStorage`
2444
2444
  # @param CloudVod: 第三方云点播的账号信息。
2445
2445
  # @type CloudVod: :class:`Tencentcloud::Trtc.v20190722.models.CloudVod`
@@ -2558,21 +2558,21 @@ module TencentCloud
2558
2558
  # @type TimeKey: String
2559
2559
  # @param VoiceUserNum: 通话人数。仅供参考。在线人数以仪表盘查询结果为准。
2560
2560
  # @type VoiceUserNum: Integer
2561
- # @param VideoTime: 音视频通话时长。单位:秒。
2561
+ # @param VideoTime: 音视频通话收费时长。单位:秒。
2562
2562
  # @type VideoTime: Integer
2563
- # @param Class1VideoTime: 标清视频通话时长。单位:秒。
2563
+ # @param Class1VideoTime: 标清视频通话收费时长。单位:秒。
2564
2564
  # @type Class1VideoTime: Integer
2565
- # @param Class2VideoTime: 高清视频通话时长。单位:秒。
2565
+ # @param Class2VideoTime: 高清视频通话收费时长。单位:秒。
2566
2566
  # @type Class2VideoTime: Integer
2567
- # @param Class3VideoTime: 超高清视频通话时长。单位:秒。
2567
+ # @param Class3VideoTime: 超高清视频通话收费时长。单位:秒。
2568
2568
  # @type Class3VideoTime: Integer
2569
- # @param AudioTime: 音频通话时长。单位:秒。
2569
+ # @param AudioTime: 音频通话收费时长。单位:秒。
2570
2570
  # @type AudioTime: Integer
2571
2571
  # @param Bandwidth: 带宽。单位:Mbps。
2572
2572
  # @type Bandwidth: Float
2573
- # @param Video2KTime: 2k视频通话时长。单位:秒。
2573
+ # @param Video2KTime: 2k视频通话收费时长。单位:秒。
2574
2574
  # @type Video2KTime: Integer
2575
- # @param Video4KTime: 4k视频通话时长。单位:秒。
2575
+ # @param Video4KTime: 4k视频通话收费时长。单位:秒。
2576
2576
  # @type Video4KTime: Integer
2577
2577
 
2578
2578
  attr_accessor :TimeKey, :VoiceUserNum, :VideoTime, :Class1VideoTime, :Class2VideoTime, :Class3VideoTime, :AudioTime, :Bandwidth, :Video2KTime, :Video4KTime
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.391
4
+ version: 3.0.398
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-23 00:00:00.000000000 Z
11
+ date: 2022-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common