tencentcloud-sdk-trtc 3.0.648 → 3.0.650

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: 2b8b948cb39e3bdfb3783be83039d263775bdead
4
- data.tar.gz: 8619b8e8820dd137b99bfa3cde883817bf080eb2
3
+ metadata.gz: 64d4536ab2beb0e97079ac76bbafeb04850ae3a7
4
+ data.tar.gz: 57dc66fecc9bf84718dff8c1830b4a45998b7ee1
5
5
  SHA512:
6
- metadata.gz: db4c24ada033cc9c974a51c1f15a6c1092a5500a55191bd74f840a1d9e6594351943b5197a0990144eb1adc62a4c59fc0c11b23f5e8a4852607de278c1fb9857
7
- data.tar.gz: e0c354efadd25d9a623fac396fcc9f421bc6cdd807a47eac7b380ebc7b98586f32c2b1df0f4ddcd563c137ea1aed5d43d627a05c0373109f97f0b33bf219f268
6
+ metadata.gz: e02ceb9e5dcf6953d6f93c25d0236ce021c09c37123044e5a38db6675c04b3943f726fbe3802813a137ecc298a9f6dc856201e9db01f85178cd4be0ab1e9cc93
7
+ data.tar.gz: c3688035844fba0b8633324c201d9a5b7c29560c90a01ac8bbca60f596d0633e1718f9389c2eca010402ce1f9323e9646a9369edf3b1d46c05e9cf68776e9020
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.648
1
+ 3.0.650
@@ -1803,7 +1803,8 @@ module TencentCloud
1803
1803
  class DismissRoomByStrRoomIdRequest < TencentCloud::Common::AbstractModel
1804
1804
  # @param SdkAppId: TRTC的SDKAppId。
1805
1805
  # @type SdkAppId: Integer
1806
- # @param RoomId: 房间号。
1806
+ # @param RoomId: 字符串类型房间号。
1807
+ # 本接口仅支持解散字符串类型房间号,如需解散数字类型房间号,请使用:DismissRoom
1807
1808
  # @type RoomId: String
1808
1809
 
1809
1810
  attr_accessor :SdkAppId, :RoomId
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.648
4
+ version: 3.0.650
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-08-30 00:00:00.000000000 Z
11
+ date: 2023-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common