tencentcloud-sdk-live 3.0.561 → 3.0.563
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/v20180801/models.rb +7 -3
- 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: ee9b20c0eeae58eb55e4c16c376d1424bcb5d456
|
|
4
|
+
data.tar.gz: c854a2e0feb4f1c0e4627a9b989abf6af5e5e76d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0731e4863a40113b86635859f552986ebeea0ce7104f32829126121914a6bfdf36edab753c57493dfbc39204d8b614819d2536c60ff417e7c6ffdeda25d2c2a0
|
|
7
|
+
data.tar.gz: d952705da336bb6989ee5fb21420c8916a0776ec40c747f9c43d2ff7e3236483e0b40da0979940af730543c126db075e926a51616c60d850567e2edecef1ff95
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.563
|
data/lib/v20180801/models.rb
CHANGED
|
@@ -1038,7 +1038,7 @@ module TencentCloud
|
|
|
1038
1038
|
# @param SnapshotNotifyUrl: 截图回调 URL,
|
|
1039
1039
|
# 相关协议文档:[事件消息通知](/document/product/267/32744)。
|
|
1040
1040
|
# @type SnapshotNotifyUrl: String
|
|
1041
|
-
# @param PornCensorshipNotifyUrl: 鉴黄回调 URL,
|
|
1041
|
+
# @param PornCensorshipNotifyUrl: 鉴黄回调 URL ,
|
|
1042
1042
|
# 相关协议文档:[事件消息通知](/document/product/267/32741)。
|
|
1043
1043
|
# @type PornCensorshipNotifyUrl: String
|
|
1044
1044
|
# @param CallbackKey: 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。
|
|
@@ -1048,10 +1048,12 @@ module TencentCloud
|
|
|
1048
1048
|
# @type StreamMixNotifyUrl: String
|
|
1049
1049
|
# @param PushExceptionNotifyUrl: 推流异常回调 URL。
|
|
1050
1050
|
# @type PushExceptionNotifyUrl: String
|
|
1051
|
+
# @param AudioAuditNotifyUrl: 音频审核回调 URL。
|
|
1052
|
+
# @type AudioAuditNotifyUrl: String
|
|
1051
1053
|
|
|
1052
|
-
attr_accessor :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :StreamMixNotifyUrl, :PushExceptionNotifyUrl
|
|
1054
|
+
attr_accessor :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :StreamMixNotifyUrl, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
|
|
1053
1055
|
|
|
1054
|
-
def initialize(templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, streammixnotifyurl=nil, pushexceptionnotifyurl=nil)
|
|
1056
|
+
def initialize(templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, streammixnotifyurl=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
|
|
1055
1057
|
@TemplateName = templatename
|
|
1056
1058
|
@Description = description
|
|
1057
1059
|
@StreamBeginNotifyUrl = streambeginnotifyurl
|
|
@@ -1062,6 +1064,7 @@ module TencentCloud
|
|
|
1062
1064
|
@CallbackKey = callbackkey
|
|
1063
1065
|
@StreamMixNotifyUrl = streammixnotifyurl
|
|
1064
1066
|
@PushExceptionNotifyUrl = pushexceptionnotifyurl
|
|
1067
|
+
@AudioAuditNotifyUrl = audioauditnotifyurl
|
|
1065
1068
|
end
|
|
1066
1069
|
|
|
1067
1070
|
def deserialize(params)
|
|
@@ -1075,6 +1078,7 @@ module TencentCloud
|
|
|
1075
1078
|
@CallbackKey = params['CallbackKey']
|
|
1076
1079
|
@StreamMixNotifyUrl = params['StreamMixNotifyUrl']
|
|
1077
1080
|
@PushExceptionNotifyUrl = params['PushExceptionNotifyUrl']
|
|
1081
|
+
@AudioAuditNotifyUrl = params['AudioAuditNotifyUrl']
|
|
1078
1082
|
end
|
|
1079
1083
|
end
|
|
1080
1084
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-live
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.563
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|