tencentcloud-sdk-tiw 1.0.214 → 1.0.218

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: e30d676a47fd14b5eb66f3c4337508fb8db15dbc
4
- data.tar.gz: 44d4d588aec0c7a8db79281739599c5cbabeecfe
3
+ metadata.gz: 2d12088fdac5e0c7d304fc9c6bb6b655cd3d27d7
4
+ data.tar.gz: 36b0696fa04df6cac2a06f9c67ad49e635ddb9d7
5
5
  SHA512:
6
- metadata.gz: 939cc095c0110358393d89a59e735c4f56e7db1e5159a0ada15d56ab1583c32b8690d147fe4a6902e848c4049ae67fe155f454334dbd1b71ef1cb5d5238b7fa9
7
- data.tar.gz: 53b997c250ce07ac99706702afce26e9b844b829ae180f12e6dbaa73344cc078b5ae6c67645e2fcb7053fc094ae57eb70e542663b6cc755ccb1b1345174327fd
6
+ metadata.gz: 026af385c0058128aa0f35534bea5ef4a18eec3e076972ace3ae1ad17032fbd0328e66135ecf5f294b1d830714a1fce318bbff832e787a236690a6b9a27647d9
7
+ data.tar.gz: de50f2b9afe73f52f16e3575c8564bba39192b562e1a31e3620e1bcd57bab8fe410d706713d989f6eb2c9d79ddd82607d98475e20cabba09be3ac81076d5ad11
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.214
1
+ 1.0.218
@@ -2229,9 +2229,9 @@ module TencentCloud
2229
2229
 
2230
2230
  # 实时录制白板参数,例如白板宽高等
2231
2231
  class Whiteboard < TencentCloud::Common::AbstractModel
2232
- # @param Width: 实时录制结果里白板视频宽,默认为1280
2232
+ # @param Width: 实时录制结果里白板视频宽,取值必须大于等于2,默认为1280
2233
2233
  # @type Width: Integer
2234
- # @param Height: 实时录制结果里白板视频高,默认为960
2234
+ # @param Height: 实时录制结果里白板视频高,取值必须大于等于2,默认为960
2235
2235
  # @type Height: Integer
2236
2236
  # @param InitParam: 白板初始化参数,透传到白板 SDK
2237
2237
  # @type InitParam: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tiw
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.214
4
+ version: 1.0.218
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-01 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common