tencentcloud-sdk-trtc 3.0.418 → 3.0.420

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: 2e7a8a7c8b3547432bf84e26af3e7e1899841a8e
4
- data.tar.gz: 2a8100e9581e68ff86e72d4891943772755b0df6
3
+ metadata.gz: b9de48feb9984383a5e1f2d238159d626a9ea531
4
+ data.tar.gz: 886d779bd9a3c7d0f2690f70aa49f773d5c55a8e
5
5
  SHA512:
6
- metadata.gz: 359399b6cc63fe00cebfbd747c0ab857e310c3b74980650f6b8363980d6c2f22a12e136e440ba65e7ac89f47c9562e48e441177fb11f37d8f9655ad5944181d3
7
- data.tar.gz: eb89cd961e51004327383ce681ad06d8c121746bc2e7b38262c0047cedcfdc1c6f7985d50a86329930ffc3957eea8db2fd1bfb3a785724a9d0edb9792aa79441
6
+ metadata.gz: 221ab2a614815f3ff7db41a5ec518f5862257a3ef4c852ac9e8e3bfc7dcc7cef022103a7bbe5f9517498c973f647ead73c27aa2ee35543211fa4c02cd847590d
7
+ data.tar.gz: 16ca0fa3f733e8b5996bf95e3be6d79901cde22e16b2a42db817c4da5d7eb968f11147cdaad39a1113cd7699023c2312af2cdd58165b8cb1a3912270266434e6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.418
1
+ 3.0.420
@@ -2444,9 +2444,9 @@ module TencentCloud
2444
2444
 
2445
2445
  # 第三方存储参数。
2446
2446
  class StorageParams < TencentCloud::Common::AbstractModel
2447
- # @param CloudStorage: 第三方云存储的账号信息(暂不支持)。
2447
+ # @param CloudStorage: 第三方云存储的账号信息(CloudStorage参数暂不可用,请使用CloudVod参数存储至云点播)。
2448
2448
  # @type CloudStorage: :class:`Tencentcloud::Trtc.v20190722.models.CloudStorage`
2449
- # @param CloudVod: 腾讯云云点播的账号信息(必填,目前仅支持存储至腾讯云云点播)。
2449
+ # @param CloudVod: 【必填】腾讯云云点播的账号信息,目前仅支持存储至腾讯云点播VOD。
2450
2450
  # @type CloudVod: :class:`Tencentcloud::Trtc.v20190722.models.CloudVod`
2451
2451
 
2452
2452
  attr_accessor :CloudStorage, :CloudVod
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.418
4
+ version: 3.0.420
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-09-26 00:00:00.000000000 Z
11
+ date: 2022-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common