tencentcloud-sdk-live 3.0.997 → 3.0.998

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180801/models.rb +30 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 021e1cf9dd9a4e90724649a751972a75be3618cb
4
- data.tar.gz: 121e7c96f54830701ff53d26fab890853a19b813
3
+ metadata.gz: 8e41c84380c1a482e0bde46b2eba8c588848a2d8
4
+ data.tar.gz: f167f454ab273ec49410de9c370492899f79d6d6
5
5
  SHA512:
6
- metadata.gz: bf2716ffe2685833cdcae86bfe5a9eea1af0267fbef07490b4430181298eeb0703130ca28d25b6a92512a0694f441035a36f64931bb24ac764a17e2f7ba4ef8c
7
- data.tar.gz: ee52c11a8b78ec04f8cc13dd6a3bebcf341c755704a60666ab5ab0d5efab1e6961dc9ecbdb0c88226a482cf4f3f68b65912c11c8a20cc38c5d820220d6434528
6
+ metadata.gz: 5e4c71048854c0e4cb8869e04244336afd1b8dee3fe9255f43e87340c9f6c44ebf40b63b2864efb545d690554c0bd2b0cce7cd6d8a9ce4faeec37a58430308a4
7
+ data.tar.gz: ccf10aba8e31cf3e49de7412072cde0ee4393e39a6c69dd2efc3daaa867bcbfe77827d7c5a3d13476a430021c009b4a6892fc9cb6120192391f4ceb069d7c1d7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.997
1
+ 3.0.998
@@ -756,10 +756,14 @@ module TencentCloud
756
756
  # @param AudioAuditNotifyUrl: 音频审核回调 URL。
757
757
  # 注意:此字段可能返回 null,表示取不到有效值。
758
758
  # @type AudioAuditNotifyUrl: String
759
+ # @param RecordExceptionNotifyUrl: 录制异常回调 URL。
760
+ # @type RecordExceptionNotifyUrl: String
761
+ # @param RecordExceptionLevels: 录制异常回调级别,可选择:error: 错误。alarm: 告警。
762
+ # @type RecordExceptionLevels: Array
759
763
 
760
- attr_accessor :TemplateId, :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamMixNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
764
+ attr_accessor :TemplateId, :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamMixNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl, :RecordExceptionNotifyUrl, :RecordExceptionLevels
761
765
 
762
- def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streammixnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
766
+ def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streammixnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil, recordexceptionnotifyurl=nil, recordexceptionlevels=nil)
763
767
  @TemplateId = templateid
764
768
  @TemplateName = templatename
765
769
  @Description = description
@@ -772,6 +776,8 @@ module TencentCloud
772
776
  @CallbackKey = callbackkey
773
777
  @PushExceptionNotifyUrl = pushexceptionnotifyurl
774
778
  @AudioAuditNotifyUrl = audioauditnotifyurl
779
+ @RecordExceptionNotifyUrl = recordexceptionnotifyurl
780
+ @RecordExceptionLevels = recordexceptionlevels
775
781
  end
776
782
 
777
783
  def deserialize(params)
@@ -787,6 +793,8 @@ module TencentCloud
787
793
  @CallbackKey = params['CallbackKey']
788
794
  @PushExceptionNotifyUrl = params['PushExceptionNotifyUrl']
789
795
  @AudioAuditNotifyUrl = params['AudioAuditNotifyUrl']
796
+ @RecordExceptionNotifyUrl = params['RecordExceptionNotifyUrl']
797
+ @RecordExceptionLevels = params['RecordExceptionLevels']
790
798
  end
791
799
  end
792
800
 
@@ -2344,10 +2352,14 @@ module TencentCloud
2344
2352
  # @type PushExceptionNotifyUrl: String
2345
2353
  # @param AudioAuditNotifyUrl: 音频审核回调 URL。
2346
2354
  # @type AudioAuditNotifyUrl: String
2355
+ # @param RecordExceptionNotifyUrl: 录制异常回调 URL。
2356
+ # @type RecordExceptionNotifyUrl: String
2357
+ # @param RecordExceptionLevels: 录制异常回调级别,可选择:error、warning、info。
2358
+ # @type RecordExceptionLevels: Array
2347
2359
 
2348
- attr_accessor :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :RecordStatusNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :StreamMixNotifyUrl, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
2360
+ attr_accessor :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :RecordStatusNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :StreamMixNotifyUrl, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl, :RecordExceptionNotifyUrl, :RecordExceptionLevels
2349
2361
 
2350
- def initialize(templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, recordstatusnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, streammixnotifyurl=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
2362
+ def initialize(templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, recordstatusnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, streammixnotifyurl=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil, recordexceptionnotifyurl=nil, recordexceptionlevels=nil)
2351
2363
  @TemplateName = templatename
2352
2364
  @Description = description
2353
2365
  @StreamBeginNotifyUrl = streambeginnotifyurl
@@ -2360,6 +2372,8 @@ module TencentCloud
2360
2372
  @StreamMixNotifyUrl = streammixnotifyurl
2361
2373
  @PushExceptionNotifyUrl = pushexceptionnotifyurl
2362
2374
  @AudioAuditNotifyUrl = audioauditnotifyurl
2375
+ @RecordExceptionNotifyUrl = recordexceptionnotifyurl
2376
+ @RecordExceptionLevels = recordexceptionlevels
2363
2377
  end
2364
2378
 
2365
2379
  def deserialize(params)
@@ -2375,6 +2389,8 @@ module TencentCloud
2375
2389
  @StreamMixNotifyUrl = params['StreamMixNotifyUrl']
2376
2390
  @PushExceptionNotifyUrl = params['PushExceptionNotifyUrl']
2377
2391
  @AudioAuditNotifyUrl = params['AudioAuditNotifyUrl']
2392
+ @RecordExceptionNotifyUrl = params['RecordExceptionNotifyUrl']
2393
+ @RecordExceptionLevels = params['RecordExceptionLevels']
2378
2394
  end
2379
2395
  end
2380
2396
 
@@ -11640,10 +11656,14 @@ module TencentCloud
11640
11656
  # @type PushExceptionNotifyUrl: String
11641
11657
  # @param AudioAuditNotifyUrl: 音频审核回调 URL。
11642
11658
  # @type AudioAuditNotifyUrl: String
11659
+ # @param RecordExceptionNotifyUrl: 录制异常回调 URL。
11660
+ # @type RecordExceptionNotifyUrl: String
11661
+ # @param RecordExceptionLevels: 录制异常回调级别,可选择:error、warning、info。
11662
+ # @type RecordExceptionLevels: Array
11643
11663
 
11644
- attr_accessor :TemplateId, :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :RecordStatusNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
11664
+ attr_accessor :TemplateId, :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :RecordStatusNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl, :RecordExceptionNotifyUrl, :RecordExceptionLevels
11645
11665
 
11646
- def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, recordstatusnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
11666
+ def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, recordstatusnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil, recordexceptionnotifyurl=nil, recordexceptionlevels=nil)
11647
11667
  @TemplateId = templateid
11648
11668
  @TemplateName = templatename
11649
11669
  @Description = description
@@ -11656,6 +11676,8 @@ module TencentCloud
11656
11676
  @CallbackKey = callbackkey
11657
11677
  @PushExceptionNotifyUrl = pushexceptionnotifyurl
11658
11678
  @AudioAuditNotifyUrl = audioauditnotifyurl
11679
+ @RecordExceptionNotifyUrl = recordexceptionnotifyurl
11680
+ @RecordExceptionLevels = recordexceptionlevels
11659
11681
  end
11660
11682
 
11661
11683
  def deserialize(params)
@@ -11671,6 +11693,8 @@ module TencentCloud
11671
11693
  @CallbackKey = params['CallbackKey']
11672
11694
  @PushExceptionNotifyUrl = params['PushExceptionNotifyUrl']
11673
11695
  @AudioAuditNotifyUrl = params['AudioAuditNotifyUrl']
11696
+ @RecordExceptionNotifyUrl = params['RecordExceptionNotifyUrl']
11697
+ @RecordExceptionLevels = params['RecordExceptionLevels']
11674
11698
  end
11675
11699
  end
11676
11700
 
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.997
4
+ version: 3.0.998
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-02-12 00:00:00.000000000 Z
11
+ date: 2025-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common