tencentcloud-sdk-live 3.0.573 → 3.0.574

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: ba4297ccaf4df13a80b9587adc1f7a47a1c5da65
4
+ data.tar.gz: ba40b14210f279a1793bc15a503c8877cc47efd1
5
5
  SHA512:
6
- metadata.gz: 1a6669ec7c7a41d8d5411698c22697599d7315d88e1eaf56564f8bc970e51605bbdcf7205a477aa87e3de33b092635fb52b836485c7df578346d6d5ebb1e7e6f
7
- data.tar.gz: 161714e64006a142047b4277c6b599e25f9f00e45cb34d0a558e423d2279db44efae5d0f4c1aee1e94ff02ad20659f551db64aff087e4fcc6b3f8c6893fb1cc4
6
+ metadata.gz: 667c441a1aa3fd4f978955d09c091643c4f7d0a482455c6ec6851ef1a98ff610ccd9013dac76ddfb61aa508a564d26dd118154d14910c839cd3c1bf447f27aac
7
+ data.tar.gz: 8c582b463dc92dc3089fcbd94fb4c58db195a3f9c260cbf18b595d77cfd4ff4e7ac094fb5ce8ba32f62a1a8b746b92bbaa04c856acbdbda468cb3391cf798840
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.573
1
+ 3.0.574
@@ -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.574
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-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common