tencentcloud-sdk-nodejs 4.0.976 → 4.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 (91) hide show
  1. package/CHANGELOG.md +387 -0
  2. package/SERVICE_CHANGELOG.md +500 -247
  3. package/package.json +1 -1
  4. package/products.md +30 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/af/v20200226/af_client.ts +3 -1
  7. package/src/services/as/v20180419/as_models.ts +3 -1
  8. package/src/services/billing/v20180709/billing_models.ts +13 -13
  9. package/src/services/cdwch/v20200915/cdwch_client.ts +12 -0
  10. package/src/services/cdwch/v20200915/cdwch_models.ts +51 -0
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +3 -3
  12. package/src/services/clb/v20180317/clb_models.ts +6 -6
  13. package/src/services/cwp/v20180228/cwp_models.ts +8 -0
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -1
  15. package/src/services/ess/v20201111/ess_models.ts +23 -2
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +27 -2
  17. package/src/services/faceid/v20180301/faceid_models.ts +2 -0
  18. package/src/services/iai/v20180301/iai_models.ts +10 -10
  19. package/src/services/iap/index.ts +5 -0
  20. package/src/services/iap/v20240713/iap_client.ts +103 -0
  21. package/src/services/iap/v20240713/iap_models.ts +241 -0
  22. package/src/services/iap/v20240713/index.ts +6 -0
  23. package/src/services/index.ts +1 -0
  24. package/src/services/lcic/v20220817/lcic_models.ts +6 -3
  25. package/src/services/live/v20180801/live_client.ts +112 -12
  26. package/src/services/live/v20180801/live_models.ts +1108 -526
  27. package/src/services/market/v20191010/market_client.ts +2 -3
  28. package/src/services/market/v20191010/market_models.ts +3 -4
  29. package/src/services/mps/v20190612/mps_client.ts +17 -0
  30. package/src/services/mps/v20190612/mps_models.ts +88 -0
  31. package/src/services/redis/v20180412/redis_client.ts +47 -47
  32. package/src/services/redis/v20180412/redis_models.ts +166 -117
  33. package/src/services/tat/v20201028/tat_models.ts +5 -5
  34. package/src/services/tke/v20220501/tke_client.ts +2 -2
  35. package/src/services/tse/v20201207/tse_models.ts +98 -12
  36. package/src/services/vpc/v20170312/vpc_client.ts +56 -7
  37. package/src/services/vpc/v20170312/vpc_models.ts +514 -313
  38. package/src/services/wedata/v20210820/wedata_models.ts +22 -2
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/af/v20200226/af_client.d.ts +3 -1
  42. package/tencentcloud/services/af/v20200226/af_client.js +3 -1
  43. package/tencentcloud/services/as/v20180419/as_models.d.ts +3 -1
  44. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +13 -13
  45. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
  46. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
  47. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +49 -0
  48. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +3 -3
  49. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +6 -6
  50. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +8 -0
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +5 -1
  52. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +23 -2
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +27 -2
  54. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -0
  55. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +10 -10
  56. package/tencentcloud/services/iap/index.d.ts +6 -0
  57. package/tencentcloud/services/iap/index.js +7 -0
  58. package/tencentcloud/services/iap/v20240713/iap_client.d.ts +34 -0
  59. package/tencentcloud/services/iap/v20240713/iap_client.js +67 -0
  60. package/tencentcloud/services/iap/v20240713/iap_models.d.ts +213 -0
  61. package/tencentcloud/services/iap/v20240713/iap_models.js +18 -0
  62. package/tencentcloud/services/iap/v20240713/index.d.ts +6 -0
  63. package/tencentcloud/services/iap/v20240713/index.js +9 -0
  64. package/tencentcloud/services/index.d.ts +1 -0
  65. package/tencentcloud/services/index.js +2 -0
  66. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +6 -3
  67. package/tencentcloud/services/live/v20180801/live_client.d.ts +34 -1
  68. package/tencentcloud/services/live/v20180801/live_client.js +49 -0
  69. package/tencentcloud/services/live/v20180801/live_models.d.ts +1106 -543
  70. package/tencentcloud/services/market/v20191010/market_client.d.ts +0 -1
  71. package/tencentcloud/services/market/v20191010/market_client.js +0 -1
  72. package/tencentcloud/services/market/v20191010/market_models.d.ts +3 -4
  73. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +7 -1
  74. package/tencentcloud/services/mps/v20190612/mps_client.js +8 -0
  75. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +83 -0
  76. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +47 -47
  77. package/tencentcloud/services/redis/v20180412/redis_client.js +47 -47
  78. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +166 -117
  79. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +5 -5
  80. package/tencentcloud/services/tke/v20220501/tke_client.d.ts +2 -2
  81. package/tencentcloud/services/tke/v20220501/tke_client.js +2 -2
  82. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +98 -12
  83. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +18 -2
  84. package/tencentcloud/services/vpc/v20170312/vpc_client.js +25 -1
  85. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +508 -316
  86. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +22 -2
  87. package/test/cdwch.v20200915.test.js +10 -0
  88. package/test/iap.v20240713.test.js +81 -0
  89. package/test/live.v20180801.test.js +80 -0
  90. package/test/mps.v20190612.test.js +10 -0
  91. package/test/vpc.v20170312.test.js +40 -0
@@ -2505,24 +2505,24 @@ export interface AttributeItem {
2505
2505
  export interface FaceRect {
2506
2506
  /**
2507
2507
  * 人脸框左上角横坐标。
2508
- 人脸框包含人脸五官位置并在此基础上进行一定的扩展,若人脸框超出图片范围,会导致坐标负值。
2509
- 若需截取完整人脸,可以在完整分completess满足需求的情况下,将负值坐标取0。
2508
+ - 人脸框包含人脸五官位置并在此基础上进行一定的扩展,若人脸框超出图片范围,会导致坐标负值。
2509
+ - 若需截取完整人脸,可以在完整分completess满足需求的情况下,将负值坐标取0。
2510
2510
  */
2511
- X: number
2511
+ X?: number
2512
2512
  /**
2513
2513
  * 人脸框左上角纵坐标。
2514
- 人脸框包含人脸五官位置并在此基础上进行一定的扩展,若人脸框超出图片范围,会导致坐标负值。
2515
- 若需截取完整人脸,可以在完整分completess满足需求的情况下,将负值坐标取0。
2514
+ - 人脸框包含人脸五官位置并在此基础上进行一定的扩展,若人脸框超出图片范围,会导致坐标负值。
2515
+ - 若需截取完整人脸,可以在完整分completess满足需求的情况下,将负值坐标取0。
2516
2516
  */
2517
- Y: number
2517
+ Y?: number
2518
2518
  /**
2519
- * 人脸宽度
2519
+ * 人脸宽度。
2520
2520
  */
2521
- Width: number
2521
+ Width?: number
2522
2522
  /**
2523
- * 人脸高度
2523
+ * 人脸高度。
2524
2524
  */
2525
- Height: number
2525
+ Height?: number
2526
2526
  }
2527
2527
 
2528
2528
  /**
@@ -0,0 +1,5 @@
1
+ import { v20240713 } from "./v20240713"
2
+
3
+ export const iap = {
4
+ v20240713: v20240713,
5
+ }
@@ -0,0 +1,103 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ import { AbstractClient } from "../../../common/abstract_client"
19
+ import { ClientConfig } from "../../../common/interface"
20
+ import {
21
+ ModifyIAPLoginSessionDurationRequest,
22
+ DescribeIAPLoginSessionDurationRequest,
23
+ CreateIAPUserOIDCConfigResponse,
24
+ CreateIAPUserOIDCConfigRequest,
25
+ DisableIAPUserSSOResponse,
26
+ DescribeIAPUserOIDCConfigRequest,
27
+ ModifyIAPLoginSessionDurationResponse,
28
+ DescribeIAPUserOIDCConfigResponse,
29
+ UpdateIAPUserOIDCConfigResponse,
30
+ UpdateIAPUserOIDCConfigRequest,
31
+ DisableIAPUserSSORequest,
32
+ DescribeIAPLoginSessionDurationResponse,
33
+ } from "./iap_models"
34
+
35
+ /**
36
+ * iap client
37
+ * @class
38
+ */
39
+ export class Client extends AbstractClient {
40
+ constructor(clientConfig: ClientConfig) {
41
+ super("iap.tencentcloudapi.com", "2024-07-13", clientConfig)
42
+ }
43
+
44
+ /**
45
+ * 修改用户OIDC配置
46
+ */
47
+ async UpdateIAPUserOIDCConfig(
48
+ req: UpdateIAPUserOIDCConfigRequest,
49
+ cb?: (error: string, rep: UpdateIAPUserOIDCConfigResponse) => void
50
+ ): Promise<UpdateIAPUserOIDCConfigResponse> {
51
+ return this.request("UpdateIAPUserOIDCConfig", req, cb)
52
+ }
53
+
54
+ /**
55
+ * 查询登录会话时长
56
+ */
57
+ async DescribeIAPLoginSessionDuration(
58
+ req?: DescribeIAPLoginSessionDurationRequest,
59
+ cb?: (error: string, rep: DescribeIAPLoginSessionDurationResponse) => void
60
+ ): Promise<DescribeIAPLoginSessionDurationResponse> {
61
+ return this.request("DescribeIAPLoginSessionDuration", req, cb)
62
+ }
63
+
64
+ /**
65
+ * 查询用户OIDC配置
66
+ */
67
+ async DescribeIAPUserOIDCConfig(
68
+ req?: DescribeIAPUserOIDCConfigRequest,
69
+ cb?: (error: string, rep: DescribeIAPUserOIDCConfigResponse) => void
70
+ ): Promise<DescribeIAPUserOIDCConfigResponse> {
71
+ return this.request("DescribeIAPUserOIDCConfig", req, cb)
72
+ }
73
+
74
+ /**
75
+ * 禁用用户SSO
76
+ */
77
+ async DisableIAPUserSSO(
78
+ req?: DisableIAPUserSSORequest,
79
+ cb?: (error: string, rep: DisableIAPUserSSOResponse) => void
80
+ ): Promise<DisableIAPUserSSOResponse> {
81
+ return this.request("DisableIAPUserSSO", req, cb)
82
+ }
83
+
84
+ /**
85
+ * 创建用户OIDC配置。只能创建一个用户OIDC身份提供商,并且创建用户OIDC配置之后会自动关闭用户SAML SSO身份提供商。
86
+ */
87
+ async CreateIAPUserOIDCConfig(
88
+ req: CreateIAPUserOIDCConfigRequest,
89
+ cb?: (error: string, rep: CreateIAPUserOIDCConfigResponse) => void
90
+ ): Promise<CreateIAPUserOIDCConfigResponse> {
91
+ return this.request("CreateIAPUserOIDCConfig", req, cb)
92
+ }
93
+
94
+ /**
95
+ * 修改登录会话时长
96
+ */
97
+ async ModifyIAPLoginSessionDuration(
98
+ req: ModifyIAPLoginSessionDurationRequest,
99
+ cb?: (error: string, rep: ModifyIAPLoginSessionDurationResponse) => void
100
+ ): Promise<ModifyIAPLoginSessionDurationResponse> {
101
+ return this.request("ModifyIAPLoginSessionDuration", req, cb)
102
+ }
103
+ }
@@ -0,0 +1,241 @@
1
+ /*
2
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing,
11
+ * software distributed under the License is distributed on an
12
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13
+ * KIND, either express or implied. See the License for the
14
+ * specific language governing permissions and limitations
15
+ * under the License.
16
+ */
17
+
18
+ /**
19
+ * ModifyIAPLoginSessionDuration请求参数结构体
20
+ */
21
+ export interface ModifyIAPLoginSessionDurationRequest {
22
+ /**
23
+ * 登录会话时长
24
+ */
25
+ Duration: number
26
+ }
27
+
28
+ /**
29
+ * DescribeIAPLoginSessionDuration请求参数结构体
30
+ */
31
+ export type DescribeIAPLoginSessionDurationRequest = null
32
+
33
+ /**
34
+ * CreateIAPUserOIDCConfig返回参数结构体
35
+ */
36
+ export interface CreateIAPUserOIDCConfigResponse {
37
+ /**
38
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
39
+ */
40
+ RequestId?: string
41
+ }
42
+
43
+ /**
44
+ * CreateIAPUserOIDCConfig请求参数结构体
45
+ */
46
+ export interface CreateIAPUserOIDCConfigRequest {
47
+ /**
48
+ * 身份提供商URL。OpenID Connect身份提供商标识。对应企业IdP提供的Openid-configuration中"issuer"字段的值。
49
+ */
50
+ IdentityUrl: string
51
+ /**
52
+ * 客户端ID,在OpenID Connect身份提供商注册的客户端ID。
53
+ */
54
+ ClientId: string
55
+ /**
56
+ * 授权请求Endpoint,OpenID Connect身份提供商授权地址。对应企业IdP提供的Openid-configuration中"authorization_endpoint"字段的值。
57
+ */
58
+ AuthorizationEndpoint: string
59
+ /**
60
+ * 授权请求Response type,固定值id_token
61
+ */
62
+ ResponseType: string
63
+ /**
64
+ * 授权请求Response mode。授权请求返回模式,form_post和fragment两种可选模式,推荐选择form_post模式。
65
+ */
66
+ ResponseMode: string
67
+ /**
68
+ * 映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段
69
+ */
70
+ MappingFiled: string
71
+ /**
72
+ * 签名公钥,需要base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。
73
+ */
74
+ IdentityKey: string
75
+ /**
76
+ * 授权请求Scope。openid; email;profile。授权请求信息范围。默认必选openid。
77
+ */
78
+ Scope?: Array<string>
79
+ /**
80
+ * 描述
81
+ */
82
+ Description?: string
83
+ }
84
+
85
+ /**
86
+ * DisableIAPUserSSO返回参数结构体
87
+ */
88
+ export interface DisableIAPUserSSOResponse {
89
+ /**
90
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
91
+ */
92
+ RequestId?: string
93
+ }
94
+
95
+ /**
96
+ * DescribeIAPUserOIDCConfig请求参数结构体
97
+ */
98
+ export type DescribeIAPUserOIDCConfigRequest = null
99
+
100
+ /**
101
+ * ModifyIAPLoginSessionDuration返回参数结构体
102
+ */
103
+ export interface ModifyIAPLoginSessionDurationResponse {
104
+ /**
105
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
106
+ */
107
+ RequestId?: string
108
+ }
109
+
110
+ /**
111
+ * DescribeIAPUserOIDCConfig返回参数结构体
112
+ */
113
+ export interface DescribeIAPUserOIDCConfigResponse {
114
+ /**
115
+ * 身份提供商类型。 13:IAP用户OIDC身份提供商
116
+ */
117
+ ProviderType?: number
118
+ /**
119
+ * 身份提供商URL
120
+ */
121
+ IdentityUrl?: string
122
+ /**
123
+ * 签名公钥
124
+ */
125
+ IdentityKey?: string
126
+ /**
127
+ * 客户端id
128
+ */
129
+ ClientId?: string
130
+ /**
131
+ * 状态:0:未设置,11:已开启,2:已禁用
132
+ */
133
+ Status?: number
134
+ /**
135
+ * HTTPS CA证书的验证指纹,允许英文字母和数字,每个指纹长度为40个字符,最多5个指纹。
136
+ */
137
+ Fingerprints?: Array<string>
138
+ /**
139
+ * 是否需要开启自动使用OIDC签名公钥,1:需要,2:不需要,默认不需要
140
+ */
141
+ EnableAutoPublicKey?: number
142
+ /**
143
+ * 授权请求Endpoint
144
+ */
145
+ AuthorizationEndpoint?: string
146
+ /**
147
+ * 授权请求Scope
148
+ */
149
+ Scope?: Array<string>
150
+ /**
151
+ * 授权请求Response type
152
+ */
153
+ ResponseType?: string
154
+ /**
155
+ * 授权请求Response mode
156
+ */
157
+ ResponseMode?: string
158
+ /**
159
+ * 映射字段名称
160
+ */
161
+ MappingFiled?: string
162
+ /**
163
+ * 描述
164
+ */
165
+ Description?: string
166
+ /**
167
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
168
+ */
169
+ RequestId?: string
170
+ }
171
+
172
+ /**
173
+ * UpdateIAPUserOIDCConfig返回参数结构体
174
+ */
175
+ export interface UpdateIAPUserOIDCConfigResponse {
176
+ /**
177
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
178
+ */
179
+ RequestId?: string
180
+ }
181
+
182
+ /**
183
+ * UpdateIAPUserOIDCConfig请求参数结构体
184
+ */
185
+ export interface UpdateIAPUserOIDCConfigRequest {
186
+ /**
187
+ * 身份提供商URL。OpenID Connect身份提供商标识。对应企业IdP提供的Openid-configuration中"issuer"字段的值。
188
+ */
189
+ IdentityUrl: string
190
+ /**
191
+ * 客户端ID,在OpenID Connect身份提供商注册的客户端ID。
192
+ */
193
+ ClientId: string
194
+ /**
195
+ * 授权请求Endpoint,OpenID Connect身份提供商授权地址。对应企业IdP提供的Openid-configuration中"authorization_endpoint"字段的值。
196
+ */
197
+ AuthorizationEndpoint: string
198
+ /**
199
+ * 授权请求Response type,固定值id_token
200
+ */
201
+ ResponseType: string
202
+ /**
203
+ * 授权请求Response mode。授权请求返回模式,form_post和fragment两种可选模式,推荐选择form_post模式。
204
+ */
205
+ ResponseMode: string
206
+ /**
207
+ * 映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段
208
+ */
209
+ MappingFiled: string
210
+ /**
211
+ * RSA签名公钥,JWKS格式,需要进行base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。
212
+ */
213
+ IdentityKey: string
214
+ /**
215
+ * 授权请求Scope。openid; email;profile。授权请求信息范围。默认必选openid。
216
+ */
217
+ Scope?: Array<string>
218
+ /**
219
+ * 描述,长度为1~255个英文或中文字符,默认值为空。
220
+ */
221
+ Description?: string
222
+ }
223
+
224
+ /**
225
+ * DisableIAPUserSSO请求参数结构体
226
+ */
227
+ export type DisableIAPUserSSORequest = null
228
+
229
+ /**
230
+ * DescribeIAPLoginSessionDuration返回参数结构体
231
+ */
232
+ export interface DescribeIAPLoginSessionDurationResponse {
233
+ /**
234
+ * 登录会话时长
235
+ */
236
+ Duration?: number
237
+ /**
238
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
239
+ */
240
+ RequestId?: string
241
+ }
@@ -0,0 +1,6 @@
1
+ import * as Models from "./iap_models"
2
+ import { Client } from "./iap_client"
3
+ export const v20240713 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ }
@@ -117,6 +117,7 @@ export { hasim } from "./hasim"
117
117
  export { hcm } from "./hcm"
118
118
  export { hunyuan } from "./hunyuan"
119
119
  export { iai } from "./iai"
120
+ export { iap } from "./iap"
120
121
  export { ic } from "./ic"
121
122
  export { icr } from "./icr"
122
123
  export { ie } from "./ie"
@@ -36,7 +36,7 @@ export interface CreateRoomRequest {
36
36
  */
37
37
  SdkAppId: number
38
38
  /**
39
- * 分辨率。可以有如下取值:
39
+ * 头像区域,摄像头视频画面的分辨率。可以有如下取值:
40
40
  1 标清
41
41
  2 高清
42
42
  3 全高清
@@ -2258,7 +2258,7 @@ export interface DescribeRoomResponse {
2258
2258
  */
2259
2259
  AudienceType?: number
2260
2260
  /**
2261
- * 分辨率。可以有如下取值:
2261
+ * 头像区域,摄像头视频画面的分辨率。可以有如下取值:
2262
2262
  1 标清
2263
2263
  2 高清
2264
2264
  3 全高清
@@ -2963,7 +2963,10 @@ export interface RoomInfo {
2963
2963
  */
2964
2964
  EndTime: number
2965
2965
  /**
2966
- * 分辨率。可以有如下取值: 1 标清 2 高清 3 全高清
2966
+ * 头像区域,摄像头视频画面的分辨率。可以有如下取值:
2967
+ 1 标清
2968
+ 2 高清
2969
+ 3 全高清
2967
2970
  */
2968
2971
  Resolution: number
2969
2972
  /**