tencentcloud-sdk-trtc 3.0.818 → 3.0.820

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: f2530d467024fa17e0e3e56d618b9b6c12f50256
4
- data.tar.gz: 2081010838d0717c48f9c10f3d0b2b2b7f16738a
3
+ metadata.gz: 13450b2eed22dcc566fd4b463ba259950c9bb11a
4
+ data.tar.gz: 44cecd0984328dec8479ddb4f480912c36500f67
5
5
  SHA512:
6
- metadata.gz: 8275eefa7b8789f35e1ee29551141ccdb51d9abf62bc6848b620ba634b02e464e678fd5bfa371e27c80c7ea8ba8ac0574f1d89aa44f24c06a55fd39f7ae765a0
7
- data.tar.gz: e91fc6dafbe252c3720f7d242980825002a2dc071638afdbe8f0a9ebff776b36042b6c068123fa2e2e794ccb4eda2f2b15016df13f776b6c4ae4a118837197b2
6
+ metadata.gz: 6e3d5bdf2877643fe4d700fbeb895a38fa713994a2a450707a05d5b52dc64eecc47d31bd81550819cc7f97fd3c9aa20bdf6687bbcfab478db8cf2c46073b59da
7
+ data.tar.gz: ee6053b604841f997d5c17288acda28420c09fcfb343d9f7a1204b64394d3540ef592048cfa2978334459e7e9746d3b6d13a5d3741fd6fb546f458ad44ce8eb8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.818
1
+ 3.0.820
@@ -2754,10 +2754,12 @@ module TencentCloud
2754
2754
  # @type DynamicPosType: Integer
2755
2755
  # @param ZOrder: 水印在输出时的层级,不填默认为0。
2756
2756
  # @type ZOrder: Integer
2757
+ # @param Font: 水印字体,不填默认为Tencent。支持设置以下值: Tencent (默认) SourceHanSans
2758
+ # @type Font: String
2757
2759
 
2758
- attr_accessor :Text, :WaterMarkWidth, :WaterMarkHeight, :LocationX, :LocationY, :FontSize, :FontColor, :BackGroundColor, :DynamicPosType, :ZOrder
2760
+ attr_accessor :Text, :WaterMarkWidth, :WaterMarkHeight, :LocationX, :LocationY, :FontSize, :FontColor, :BackGroundColor, :DynamicPosType, :ZOrder, :Font
2759
2761
 
2760
- def initialize(text=nil, watermarkwidth=nil, watermarkheight=nil, locationx=nil, locationy=nil, fontsize=nil, fontcolor=nil, backgroundcolor=nil, dynamicpostype=nil, zorder=nil)
2762
+ def initialize(text=nil, watermarkwidth=nil, watermarkheight=nil, locationx=nil, locationy=nil, fontsize=nil, fontcolor=nil, backgroundcolor=nil, dynamicpostype=nil, zorder=nil, font=nil)
2761
2763
  @Text = text
2762
2764
  @WaterMarkWidth = watermarkwidth
2763
2765
  @WaterMarkHeight = watermarkheight
@@ -2768,6 +2770,7 @@ module TencentCloud
2768
2770
  @BackGroundColor = backgroundcolor
2769
2771
  @DynamicPosType = dynamicpostype
2770
2772
  @ZOrder = zorder
2773
+ @Font = font
2771
2774
  end
2772
2775
 
2773
2776
  def deserialize(params)
@@ -2781,6 +2784,7 @@ module TencentCloud
2781
2784
  @BackGroundColor = params['BackGroundColor']
2782
2785
  @DynamicPosType = params['DynamicPosType']
2783
2786
  @ZOrder = params['ZOrder']
2787
+ @Font = params['Font']
2784
2788
  end
2785
2789
  end
2786
2790
 
@@ -2965,7 +2969,7 @@ module TencentCloud
2965
2969
  # @type UserId: String
2966
2970
  # @param RoomId: 动态布局时房间信息必须和主房间信息保持一致,自定义布局时房间信息必须和MixLayoutList中对应用户的房间信息保持一致,不填时默认与主房间信息一致。
2967
2971
  # @type RoomId: String
2968
- # @param RoomIdType: 房间号类型,0为整形房间号,1为字符串房间号。
2972
+ # @param RoomIdType: 房间号类型,0为整型房间号,1为字符串房间号。
2969
2973
  # @type RoomIdType: Integer
2970
2974
 
2971
2975
  attr_accessor :UserId, :RoomId, :RoomIdType
@@ -3852,7 +3856,7 @@ module TencentCloud
3852
3856
  # @type SdkAppId: Integer
3853
3857
  # @param RoomId: 主房间信息RoomId,转推的TRTC房间所对应的RoomId。
3854
3858
  # @type RoomId: String
3855
- # @param RoomIdType: 主房间信息RoomType,必须和转推的房间所对应的RoomId类型相同,0为整形房间号,1为字符串房间号。
3859
+ # @param RoomIdType: 主房间信息RoomType,必须和转推的房间所对应的RoomId类型相同,0为整型房间号,1为字符串房间号。
3856
3860
  # @type RoomIdType: Integer
3857
3861
  # @param AgentParams: 转推服务加入TRTC房间的机器人参数。
3858
3862
  # @type AgentParams: :class:`Tencentcloud::Trtc.v20190722.models.AgentParams`
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.818
4
+ version: 3.0.820
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-09 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-trtc.rb
37
36
  - lib/v20190722/client.rb
38
37
  - lib/v20190722/models.rb
38
+ - lib/tencentcloud-sdk-trtc.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: