tencentcloud-sdk-trtc 3.0.1128 → 3.0.1132
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/v20190722/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: e53aeea7b72caa04796dc93375cc2f19b10fd90c
|
4
|
+
data.tar.gz: b20d7bd1d5ebea9e86389ee21985cf8219a30586
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62783423d5a9e3c7fc2e0e36b0dbe6a777370f47780c1d03adca4a825d9c5aef688c152d4ffe93edb89d181463359dc006f55df91247e0771c4e047845510a45
|
7
|
+
data.tar.gz: 93c6717bc1c2fec06333ff3395db04d4d72251d5f6460fa68874ca78cf24afaccf49520f148f101b7fe581ce89093559c390092c2a30a582822d9fee01219806
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1132
|
data/lib/v20190722/models.rb
CHANGED
@@ -4182,7 +4182,7 @@ module TencentCloud
|
|
4182
4182
|
# @type ModerationSupplier: String
|
4183
4183
|
# @param ModerationSupplierParam: 第三方审核商送审需要配置信息
|
4184
4184
|
# @type ModerationSupplierParam: :class:`Tencentcloud::Trtc.v20190722.models.ModerationSupplierParam`
|
4185
|
-
# @param SaveModerationFile:
|
4185
|
+
# @param SaveModerationFile: 是否保存文件 0不保存文件 1保存所有文件 2仅保存命中文件
|
4186
4186
|
# @type SaveModerationFile: Integer
|
4187
4187
|
# @param CallbackAllResults: 是否回调所有审核结果:
|
4188
4188
|
# 0 默认回调所有结果
|
@@ -6926,7 +6926,7 @@ module TencentCloud
|
|
6926
6926
|
# @type StreamUrl: String
|
6927
6927
|
# @param Volume: 音量,取值范围[0, 100],默认100,表示原音量。
|
6928
6928
|
# @type Volume: Integer
|
6929
|
-
# @param IsPause: 是否暂停,默认false
|
6929
|
+
# @param IsPause: 是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,暂停超过12小时会自动销毁任务, 建议主动调用停止任务接口。
|
6930
6930
|
# @type IsPause: Boolean
|
6931
6931
|
|
6932
6932
|
attr_accessor :SdkAppId, :TaskId, :StreamUrl, :Volume, :IsPause
|
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.
|
4
|
+
version: 3.0.1132
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|