tencentcloud-sdk-live 3.0.573 → 3.0.575
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180801/models.rb +6 -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: 022c74735a8616dd84d853c7d152a8f74a7263fd
|
4
|
+
data.tar.gz: d46f0f243e61b9679ac5225ce0f5e8e90d7c8035
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddaccfbbd4c7b721d3cd7ea482f6a9cb9a8995f438ceed2147383b28c857e0fa5822550dca83959ad32c6f481103cb14af3444febaec0cbdf907d809bd6ab20a
|
7
|
+
data.tar.gz: 00e698cfc7a5787a2ef0844a250cf9cf1c57e4ca646cd1c4089e33f47c190035ce5313fc9ce795bf26f68b8516742e3add71975f93c9f517cac1c53dd27f4cfd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.575
|
data/lib/v20180801/models.rb
CHANGED
@@ -7849,10 +7849,12 @@ module TencentCloud
|
|
7849
7849
|
# @type CallbackKey: String
|
7850
7850
|
# @param PushExceptionNotifyUrl: 推流异常回调 URL。
|
7851
7851
|
# @type PushExceptionNotifyUrl: String
|
7852
|
+
# @param AudioAuditNotifyUrl: 音频审核回调 URL。
|
7853
|
+
# @type AudioAuditNotifyUrl: String
|
7852
7854
|
|
7853
|
-
attr_accessor :TemplateId, :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :PushExceptionNotifyUrl
|
7855
|
+
attr_accessor :TemplateId, :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
|
7854
7856
|
|
7855
|
-
def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, pushexceptionnotifyurl=nil)
|
7857
|
+
def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
|
7856
7858
|
@TemplateId = templateid
|
7857
7859
|
@TemplateName = templatename
|
7858
7860
|
@Description = description
|
@@ -7863,6 +7865,7 @@ module TencentCloud
|
|
7863
7865
|
@PornCensorshipNotifyUrl = porncensorshipnotifyurl
|
7864
7866
|
@CallbackKey = callbackkey
|
7865
7867
|
@PushExceptionNotifyUrl = pushexceptionnotifyurl
|
7868
|
+
@AudioAuditNotifyUrl = audioauditnotifyurl
|
7866
7869
|
end
|
7867
7870
|
|
7868
7871
|
def deserialize(params)
|
@@ -7876,6 +7879,7 @@ module TencentCloud
|
|
7876
7879
|
@PornCensorshipNotifyUrl = params['PornCensorshipNotifyUrl']
|
7877
7880
|
@CallbackKey = params['CallbackKey']
|
7878
7881
|
@PushExceptionNotifyUrl = params['PushExceptionNotifyUrl']
|
7882
|
+
@AudioAuditNotifyUrl = params['AudioAuditNotifyUrl']
|
7879
7883
|
end
|
7880
7884
|
end
|
7881
7885
|
|
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.575
|
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-05-
|
11
|
+
date: 2023-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|