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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb94a071b430861fd81c98071746a15d2642488a
4
- data.tar.gz: 25c8c0566ba21e7cadf9129a4b4ee3ebd18e135f
3
+ metadata.gz: 022c74735a8616dd84d853c7d152a8f74a7263fd
4
+ data.tar.gz: d46f0f243e61b9679ac5225ce0f5e8e90d7c8035
5
5
  SHA512:
6
- metadata.gz: 1a6669ec7c7a41d8d5411698c22697599d7315d88e1eaf56564f8bc970e51605bbdcf7205a477aa87e3de33b092635fb52b836485c7df578346d6d5ebb1e7e6f
7
- data.tar.gz: 161714e64006a142047b4277c6b599e25f9f00e45cb34d0a558e423d2279db44efae5d0f4c1aee1e94ff02ad20659f551db64aff087e4fcc6b3f8c6893fb1cc4
6
+ metadata.gz: ddaccfbbd4c7b721d3cd7ea482f6a9cb9a8995f438ceed2147383b28c857e0fa5822550dca83959ad32c6f481103cb14af3444febaec0cbdf907d809bd6ab20a
7
+ data.tar.gz: 00e698cfc7a5787a2ef0844a250cf9cf1c57e4ca646cd1c4089e33f47c190035ce5313fc9ce795bf26f68b8516742e3add71975f93c9f517cac1c53dd27f4cfd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.573
1
+ 3.0.575
@@ -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.573
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-19 00:00:00.000000000 Z
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