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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190919/models.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23c152543ffde127c2e846d2ae6aa3f278b899b0
|
4
|
+
data.tar.gz: 0e836ce91f0162e387e886e3fcc0f25616caed0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 064921c48748e38efac806f7c17b7c4dd96fa1213885953db0dc62240a7ee57f02f736eb6299a0e7529b97806b00bd9e51cb9975ad77f45fe0213f5f69d060b6
|
7
|
+
data.tar.gz: 9701c53834c7afaa89dd6963ec74fdcdec648320e5f727668156430108f67abde0b2b432d7d4072dea75fc9cdb6f72a5f0bf9880adec70533e04c34a7c9f692d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.217
|
data/lib/v20190919/models.rb
CHANGED
@@ -2229,9 +2229,9 @@ module TencentCloud
|
|
2229
2229
|
|
2230
2230
|
# 实时录制白板参数,例如白板宽高等
|
2231
2231
|
class Whiteboard < TencentCloud::Common::AbstractModel
|
2232
|
-
# @param Width:
|
2232
|
+
# @param Width: 实时录制结果里白板视频宽,取值必须大于等于2,默认为1280
|
2233
2233
|
# @type Width: Integer
|
2234
|
-
# @param Height:
|
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.
|
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
|
+
date: 2021-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|