tencentcloud-sdk-trtc 3.0.976 → 3.0.978

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/v20190722/models.rb +16 -22
  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: 33e00a2566a64321d4e8e62fe5e3d37f5ce79c31
4
+ data.tar.gz: 455a09cc5103540fc4e3fb0b950a86507869e934
5
5
  SHA512:
6
- metadata.gz: 489467b585cffeac1f2e4da6d73a86edd4624058b6a06347d62cfe8e455945d66bad0738ea4d4af47700c351b4f2d3c847d69b081a5f7ab88274f7154cb26236
7
- data.tar.gz: fb7d4a54f573e580b11429693d6168bedd7019f852403fd151da3446f927093d2ba0a380d3a5845128eac2b3da20ce6119981b153e19e31cf7188b0c3f78c283
6
+ metadata.gz: 6293d165a974eb0f804c7131c49b9d2bfa30ecf999c2feea83fecb711bc3f4764c92cc5fbef5a19c648e5f7ecbb5e873eae772710de77736924a0a9021dba471
7
+ data.tar.gz: e0c35d38116f9d6c9ca574cb95d1a4669ecbdd3ea5451b0c9703187689b0d3cfd0455b84ebcfd3417e2a4d33d090f7916e6f0509ab98a0ba5eab678ba87f2860
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.976
1
+ 3.0.978
@@ -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
@@ -927,10 +927,8 @@ module TencentCloud
927
927
  # @param Total: 返回的用户总条数
928
928
  # @type Total: Integer
929
929
  # @param UserList: 用户信息列表
930
- # 注意:此字段可能返回 null,表示取不到有效值。
931
930
  # @type UserList: Array
932
931
  # @param Data: 质量数据
933
- # 注意:此字段可能返回 null,表示取不到有效值。
934
932
  # @type Data: Array
935
933
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
936
934
  # @type RequestId: String
@@ -1408,7 +1406,6 @@ module TencentCloud
1408
1406
  # @param Total: 返回的数据条数
1409
1407
  # @type Total: Integer
1410
1408
  # @param ScaleList: 返回的数据
1411
- # 注意:此字段可能返回 null,表示取不到有效值。
1412
1409
  # @type ScaleList: Array
1413
1410
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1414
1411
  # @type RequestId: String
@@ -2229,7 +2226,6 @@ module TencentCloud
2229
2226
  # @param Total: 返回的用户总条数
2230
2227
  # @type Total: Integer
2231
2228
  # @param UserList: 用户信息列表
2232
- # 注意:此字段可能返回 null,表示取不到有效值。
2233
2229
  # @type UserList: Array
2234
2230
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2235
2231
  # @type RequestId: String
@@ -2285,10 +2281,8 @@ module TencentCloud
2285
2281
  # @param Status: 1: 正在录制中
2286
2282
  # @type Status: Integer
2287
2283
  # @param TaskId: 在使用RecordId查询时返回
2288
- # 注意:此字段可能返回 null,表示取不到有效值。
2289
2284
  # @type TaskId: String
2290
2285
  # @param RecordId: 在使用TaskId查询时返回
2291
- # 注意:此字段可能返回 null,表示取不到有效值。
2292
2286
  # @type RecordId: String
2293
2287
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2294
2288
  # @type RequestId: String
@@ -3920,10 +3914,10 @@ module TencentCloud
3920
3914
 
3921
3915
  attr_accessor :Language, :AlternativeLanguage, :Model, :TranslationLanguage
3922
3916
  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
3917
+ deprecate :Model, :none, 2025, 1
3918
+ deprecate :Model=, :none, 2025, 1
3919
+ deprecate :TranslationLanguage, :none, 2025, 1
3920
+ deprecate :TranslationLanguage=, :none, 2025, 1
3927
3921
 
3928
3922
  def initialize(language=nil, alternativelanguage=nil, model=nil, translationlanguage=nil)
3929
3923
  @Language = language
@@ -4870,12 +4864,12 @@ module TencentCloud
4870
4864
 
4871
4865
  attr_accessor :SdkAppId, :RoomId, :RoomIdType, :UserId, :UserSig, :StreamUrl, :PrivateMapKey, :VideoEncodeParams, :AudioEncodeParams, :SourceUrl, :SeekSecond, :AutoPush, :RepeatNum, :MaxDuration, :Volume
4872
4866
  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
4867
+ deprecate :VideoEncodeParams, :none, 2025, 1
4868
+ deprecate :VideoEncodeParams=, :none, 2025, 1
4869
+ deprecate :AudioEncodeParams, :none, 2025, 1
4870
+ deprecate :AudioEncodeParams=, :none, 2025, 1
4871
+ deprecate :SourceUrl, :none, 2025, 1
4872
+ deprecate :SourceUrl=, :none, 2025, 1
4879
4873
 
4880
4874
  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
4875
  @SdkAppId = sdkappid
@@ -5523,10 +5517,10 @@ module TencentCloud
5523
5517
 
5524
5518
  attr_accessor :UserId, :UserSig, :IMAdminUserId, :IMAdminUserSig, :MaxIdleTime, :TranscriptionMode, :TargetUserId, :TargetUserIdList
5525
5519
  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
5520
+ deprecate :IMAdminUserId, :none, 2025, 1
5521
+ deprecate :IMAdminUserId=, :none, 2025, 1
5522
+ deprecate :IMAdminUserSig, :none, 2025, 1
5523
+ deprecate :IMAdminUserSig=, :none, 2025, 1
5530
5524
 
5531
5525
  def initialize(userid=nil, usersig=nil, imadminuserid=nil, imadminusersig=nil, maxidletime=nil, transcriptionmode=nil, targetuserid=nil, targetuseridlist=nil)
5532
5526
  @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.978
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-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common