tencentcloud-sdk-trtc 3.0.511 → 3.0.513

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ab5d2ea632892594048b97f52aa742e530f4275
4
- data.tar.gz: a3b92d39a7509ad97476bd3bc10accded0d40fd5
3
+ metadata.gz: 982e1406031023a9806e293b9c3db460e070b851
4
+ data.tar.gz: a840076299475f364fade36cadc20ae3fb2b1f3f
5
5
  SHA512:
6
- metadata.gz: 5741d380a73d1cd2b06db5a26f64f6af4aec348690d021256cb3cd65232b6de29e06c861fe1fef4fc0136f14cc88eaffedf5543f1ee0eb6d9a86d4fef8a9c586
7
- data.tar.gz: f736d1a9bb927b6bad697ecbe708138a96c7c47bf0e24df5cfd3414595388b5088ac1c5f3e3f30c4a439923caff064878870d74139219a0946046c2dd2a790bb
6
+ metadata.gz: 1959a0c5d7b400e6c3b2eba0fec7956fee32feee483d8b7b075e1369b32e87eedd51bb73b191e55a49111cf6eefbe29c8af23383c5853c7affd6e993cecacf33
7
+ data.tar.gz: 7423f03936a551e0e4bc0db01c7d536381976a583359bfd0921fa323a7eb1a152ddd3f0fa63aabdd09ea72e0392c7d851643e87aac447c1af29d0c63bbd50dd5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.511
1
+ 3.0.513
@@ -2844,10 +2844,13 @@ module TencentCloud
2844
2844
  # @param MaxMediaFileDuration: 如果是aac或者mp4文件格式,超过长度限制后,系统会自动拆分视频文件。单位:分钟。默认为1440min(24h),取值范围为1-1440。【单文件限制最大为2G,满足文件大小 >2G 或录制时长度 > 24h任意一个条件,文件都会自动切分】
2845
2845
  # Hls 格式录制此参数不生效。
2846
2846
  # @type MaxMediaFileDuration: Integer
2847
+ # @param MediaId: 指定录制主辅流,0:主流+辅流(默认);1:主流;2:辅流。
2848
+ # 注意:此字段可能返回 null,表示取不到有效值。
2849
+ # @type MediaId: Integer
2847
2850
 
2848
- attr_accessor :RecordMode, :MaxIdleTime, :StreamType, :SubscribeStreamUserIds, :OutputFormat, :AvMerge, :MaxMediaFileDuration
2851
+ attr_accessor :RecordMode, :MaxIdleTime, :StreamType, :SubscribeStreamUserIds, :OutputFormat, :AvMerge, :MaxMediaFileDuration, :MediaId
2849
2852
 
2850
- def initialize(recordmode=nil, maxidletime=nil, streamtype=nil, subscribestreamuserids=nil, outputformat=nil, avmerge=nil, maxmediafileduration=nil)
2853
+ def initialize(recordmode=nil, maxidletime=nil, streamtype=nil, subscribestreamuserids=nil, outputformat=nil, avmerge=nil, maxmediafileduration=nil, mediaid=nil)
2851
2854
  @RecordMode = recordmode
2852
2855
  @MaxIdleTime = maxidletime
2853
2856
  @StreamType = streamtype
@@ -2855,6 +2858,7 @@ module TencentCloud
2855
2858
  @OutputFormat = outputformat
2856
2859
  @AvMerge = avmerge
2857
2860
  @MaxMediaFileDuration = maxmediafileduration
2861
+ @MediaId = mediaid
2858
2862
  end
2859
2863
 
2860
2864
  def deserialize(params)
@@ -2868,6 +2872,7 @@ module TencentCloud
2868
2872
  @OutputFormat = params['OutputFormat']
2869
2873
  @AvMerge = params['AvMerge']
2870
2874
  @MaxMediaFileDuration = params['MaxMediaFileDuration']
2875
+ @MediaId = params['MediaId']
2871
2876
  end
2872
2877
  end
2873
2878
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trtc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.511
4
+ version: 3.0.513
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-02-17 00:00:00.000000000 Z
11
+ date: 2023-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common