tencentcloud-sdk-trtc 3.0.976 → 3.0.977

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190722/models.rb +16 -18
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bdb5c8b9e3496e8a6bd76b13388f687e4579f494
4
- data.tar.gz: 2d96009ec292ea1118fb0a661b8781713880592c
3
+ metadata.gz: 03dbb8e43c6e54e209a5c77647f4a07033eb5bda
4
+ data.tar.gz: 5531aee29c7eab9fe9ce4f6f53ac30c3f9f696ba
5
5
  SHA512:
6
- metadata.gz: 489467b585cffeac1f2e4da6d73a86edd4624058b6a06347d62cfe8e455945d66bad0738ea4d4af47700c351b4f2d3c847d69b081a5f7ab88274f7154cb26236
7
- data.tar.gz: fb7d4a54f573e580b11429693d6168bedd7019f852403fd151da3446f927093d2ba0a380d3a5845128eac2b3da20ce6119981b153e19e31cf7188b0c3f78c283
6
+ metadata.gz: a67055737d205dd448f2e7383ba7a3b5516480d5c3a6dd3e62b6873d54874255da0e1c6755395ee0f34e9efdf3e19a80a417aff28b4daefb2da00610f92552e4
7
+ data.tar.gz: 4d754788f486b900a53d5a2ee8283d60afb88f1e53c768b4d55a960ad0676543797329bb872040d35822f34b5f63d4376f1f9c9f23d84bc50b33220570467d55
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.976
1
+ 3.0.977
@@ -622,7 +622,7 @@ module TencentCloud
622
622
 
623
623
  # DeleteBasicModeration请求参数结构体
624
624
  class DeleteBasicModerationRequest < TencentCloud::Common::AbstractModel
625
- # @param SdkAppId: TRTC的SDKAppId,和TRTC的房间所对应的SDKAppId相同。
625
+ # @param SdkAppId: TRTC的SDKAppId,和TRTC的房间所使用的SDKAppId相同。
626
626
  # @type SdkAppId: Integer
627
627
  # @param TaskId: 审核任务的唯一Id,在启动审核任务成功后会返回。
628
628
  # @type TaskId: String
@@ -642,7 +642,7 @@ module TencentCloud
642
642
 
643
643
  # DeleteBasicModeration返回参数结构体
644
644
  class DeleteBasicModerationResponse < TencentCloud::Common::AbstractModel
645
- # @param TaskId: 审核任务的唯一Id,在启动审核任务成功后会返回。
645
+ # @param TaskId: 审核任务的唯一Id
646
646
  # @type TaskId: String
647
647
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
648
648
  # @type RequestId: String
@@ -2285,10 +2285,8 @@ module TencentCloud
2285
2285
  # @param Status: 1: 正在录制中
2286
2286
  # @type Status: Integer
2287
2287
  # @param TaskId: 在使用RecordId查询时返回
2288
- # 注意:此字段可能返回 null,表示取不到有效值。
2289
2288
  # @type TaskId: String
2290
2289
  # @param RecordId: 在使用TaskId查询时返回
2291
- # 注意:此字段可能返回 null,表示取不到有效值。
2292
2290
  # @type RecordId: String
2293
2291
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2294
2292
  # @type RequestId: String
@@ -3920,10 +3918,10 @@ module TencentCloud
3920
3918
 
3921
3919
  attr_accessor :Language, :AlternativeLanguage, :Model, :TranslationLanguage
3922
3920
  extend Gem::Deprecate
3923
- deprecate :Model, :none, 2024, 12
3924
- deprecate :Model=, :none, 2024, 12
3925
- deprecate :TranslationLanguage, :none, 2024, 12
3926
- deprecate :TranslationLanguage=, :none, 2024, 12
3921
+ deprecate :Model, :none, 2025, 1
3922
+ deprecate :Model=, :none, 2025, 1
3923
+ deprecate :TranslationLanguage, :none, 2025, 1
3924
+ deprecate :TranslationLanguage=, :none, 2025, 1
3927
3925
 
3928
3926
  def initialize(language=nil, alternativelanguage=nil, model=nil, translationlanguage=nil)
3929
3927
  @Language = language
@@ -4870,12 +4868,12 @@ module TencentCloud
4870
4868
 
4871
4869
  attr_accessor :SdkAppId, :RoomId, :RoomIdType, :UserId, :UserSig, :StreamUrl, :PrivateMapKey, :VideoEncodeParams, :AudioEncodeParams, :SourceUrl, :SeekSecond, :AutoPush, :RepeatNum, :MaxDuration, :Volume
4872
4870
  extend Gem::Deprecate
4873
- deprecate :VideoEncodeParams, :none, 2024, 12
4874
- deprecate :VideoEncodeParams=, :none, 2024, 12
4875
- deprecate :AudioEncodeParams, :none, 2024, 12
4876
- deprecate :AudioEncodeParams=, :none, 2024, 12
4877
- deprecate :SourceUrl, :none, 2024, 12
4878
- deprecate :SourceUrl=, :none, 2024, 12
4871
+ deprecate :VideoEncodeParams, :none, 2025, 1
4872
+ deprecate :VideoEncodeParams=, :none, 2025, 1
4873
+ deprecate :AudioEncodeParams, :none, 2025, 1
4874
+ deprecate :AudioEncodeParams=, :none, 2025, 1
4875
+ deprecate :SourceUrl, :none, 2025, 1
4876
+ deprecate :SourceUrl=, :none, 2025, 1
4879
4877
 
4880
4878
  def initialize(sdkappid=nil, roomid=nil, roomidtype=nil, userid=nil, usersig=nil, streamurl=nil, privatemapkey=nil, videoencodeparams=nil, audioencodeparams=nil, sourceurl=nil, seeksecond=nil, autopush=nil, repeatnum=nil, maxduration=nil, volume=nil)
4881
4879
  @SdkAppId = sdkappid
@@ -5523,10 +5521,10 @@ module TencentCloud
5523
5521
 
5524
5522
  attr_accessor :UserId, :UserSig, :IMAdminUserId, :IMAdminUserSig, :MaxIdleTime, :TranscriptionMode, :TargetUserId, :TargetUserIdList
5525
5523
  extend Gem::Deprecate
5526
- deprecate :IMAdminUserId, :none, 2024, 12
5527
- deprecate :IMAdminUserId=, :none, 2024, 12
5528
- deprecate :IMAdminUserSig, :none, 2024, 12
5529
- deprecate :IMAdminUserSig=, :none, 2024, 12
5524
+ deprecate :IMAdminUserId, :none, 2025, 1
5525
+ deprecate :IMAdminUserId=, :none, 2025, 1
5526
+ deprecate :IMAdminUserSig, :none, 2025, 1
5527
+ deprecate :IMAdminUserSig=, :none, 2025, 1
5530
5528
 
5531
5529
  def initialize(userid=nil, usersig=nil, imadminuserid=nil, imadminusersig=nil, maxidletime=nil, transcriptionmode=nil, targetuserid=nil, targetuseridlist=nil)
5532
5530
  @UserId = userid
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.976
4
+ version: 3.0.977
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-01-06 00:00:00.000000000 Z
11
+ date: 2025-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common