tencentcloud-sdk-tiw 1.0.213 → 1.0.217

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: 02ce8f54bc1d17a34c36a8fa95858f0366768f20
4
- data.tar.gz: b039d40aabe81fd6ce093efb09e162508bb48843
3
+ metadata.gz: 23c152543ffde127c2e846d2ae6aa3f278b899b0
4
+ data.tar.gz: 0e836ce91f0162e387e886e3fcc0f25616caed0c
5
5
  SHA512:
6
- metadata.gz: e3aed9a235a002f5111ff3ba6431717152c69760125e824c2b34a29f4b55a6d92efde0c5ef52b453d74b841b9e599d5bef887a2abaf4ee53d858a4b215af131b
7
- data.tar.gz: 9605ffc9357113deac9b71d3d39b55dcf6ae54fcdc69a9e432934884db2c25b9fd3edb72dfd6e4121867ffe22afe1ef39a60903f8dccdc33aa8475a61dbbd6b5
6
+ metadata.gz: 064921c48748e38efac806f7c17b7c4dd96fa1213885953db0dc62240a7ee57f02f736eb6299a0e7529b97806b00bd9e51cb9975ad77f45fe0213f5f69d060b6
7
+ data.tar.gz: 9701c53834c7afaa89dd6963ec74fdcdec648320e5f727668156430108f67abde0b2b432d7d4072dea75fc9cdb6f72a5f0bf9880adec70533e04c34a7c9f692d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.213
1
+ 1.0.217
@@ -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.213
4
+ version: 1.0.217
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-11-30 00:00:00.000000000 Z
11
+ date: 2021-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common