tencentcloud-sdk-nodejs-lcic 4.0.1053 → 4.1.5

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.
package/README.md CHANGED
@@ -44,18 +44,40 @@ npm install tencentcloud-sdk-nodejs-vpc --save
44
44
 
45
45
  ### 安装全产品 SDK
46
46
 
47
+ 如果项目依赖的云产品较多,可以引入全产品 SDK。
48
+
47
49
  ```
48
50
  npm install tencentcloud-sdk-nodejs --save
49
51
  ```
50
52
 
51
- 全产品 SDK 包含了所有云产品的调用代码,体积偏大,对体积敏感的场景,推荐安装指定产品 SDK。
53
+ 全产品 SDK 包含所有云产品调用代码和 TypeScript 类型文件,体积偏大。对于体积敏感的场景,推荐安装指定产品 SDK。
54
+
55
+ 如果既希望全产品调用,又对包体积比较敏感,可以使用 Slim 版本 SDK。Slim SDK 移除类型文件,并进行了代码压缩,适合体积敏感场景使用:
56
+
57
+ ```
58
+ npm install tencentcloud-sdk-slim-nodejs --save
59
+ ```
52
60
 
53
61
  ## 通过源码包安装
54
62
 
55
- 1. 前往 [GitHub 仓库](https://github.com/tencentcloud/tencentcloud-sdk-nodejs) 或者 [Gitee 仓库](https://gitee.com/tencentcloud/tencentcloud-sdk-nodejs) 下载源码压缩包。
56
- 2. 解压源码包到您项目合适的位置,例如 `sdk/tencentcloud-sdk-nodejs`。
57
- 3. 执行 `npm install ./sdk/tencentcloud-sdk-nodejs`。
58
- 4. 使用 `require("tencentcloud-sdk-nodejs")` 的方式引入 SDK,具体可参考示例。
63
+ 1. clone 代码到本地:
64
+ ```
65
+ git clone https://github.com/tencentcloud/tencentcloud-sdk-nodejs
66
+ # 或者
67
+ git clone https://gitee.com/tencentcloud/tencentcloud-sdk-nodejs
68
+ ```
69
+ 2. 在项目根目录执行以下命令完成构建:
70
+ ```
71
+ npm install && npm run build
72
+ ```
73
+ 3. 打包 NPM 压缩文件,例如 `tencentcloud-sdk-nodejs-4.0.0.tgz`
74
+ ```
75
+ npm pack
76
+ ```
77
+ 4. 安装包到你的项目里:
78
+ ```
79
+ npm install /path/to/tencentcloud-sdk-nodejs/tencentcloud-sdk-nodejs-4.0.0.tgz
80
+ ```
59
81
 
60
82
  # 示例
61
83
 
package/es/index.js ADDED
@@ -0,0 +1 @@
1
+ export * from "./services";
@@ -0,0 +1 @@
1
+ export { lcic } from "./lcic";
@@ -0,0 +1,4 @@
1
+ import { v20220817 } from "./v20220817";
2
+ export const lcic = {
3
+ v20220817: v20220817,
4
+ };
@@ -0,0 +1,6 @@
1
+ import * as Models from "./lcic_models";
2
+ import { Client } from "./lcic_client";
3
+ export const v20220817 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ };
@@ -0,0 +1,216 @@
1
+ import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
2
+ export class Client extends TencentCloudCommon.AbstractClient {
3
+ constructor(clientConfig) {
4
+ super("lcic.tencentcloudapi.com", "2022-08-17", clientConfig);
5
+ }
6
+ async DescribeAppDetail(req, cb) {
7
+ return this.request("DescribeAppDetail", req, cb);
8
+ }
9
+ async DescribeRoomForbiddenUser(req, cb) {
10
+ return this.request("DescribeRoomForbiddenUser", req, cb);
11
+ }
12
+ async DescribeRoomStatistics(req, cb) {
13
+ return this.request("DescribeRoomStatistics", req, cb);
14
+ }
15
+ async SendRoomNotificationMessage(req, cb) {
16
+ return this.request("SendRoomNotificationMessage", req, cb);
17
+ }
18
+ async DescribeRecordStream(req, cb) {
19
+ return this.request("DescribeRecordStream", req, cb);
20
+ }
21
+ async DescribeDocuments(req, cb) {
22
+ return this.request("DescribeDocuments", req, cb);
23
+ }
24
+ async DescribeDocumentsByRoom(req, cb) {
25
+ return this.request("DescribeDocumentsByRoom", req, cb);
26
+ }
27
+ async ModifyRoom(req, cb) {
28
+ return this.request("ModifyRoom", req, cb);
29
+ }
30
+ async DeleteAppCustomContent(req, cb) {
31
+ return this.request("DeleteAppCustomContent", req, cb);
32
+ }
33
+ async GetRoomMessage(req, cb) {
34
+ return this.request("GetRoomMessage", req, cb);
35
+ }
36
+ async SetWatermark(req, cb) {
37
+ return this.request("SetWatermark", req, cb);
38
+ }
39
+ async ModifyUserProfile(req, cb) {
40
+ return this.request("ModifyUserProfile", req, cb);
41
+ }
42
+ async GetWatermark(req, cb) {
43
+ return this.request("GetWatermark", req, cb);
44
+ }
45
+ async DescribeWhiteBoardSnapshot(req, cb) {
46
+ return this.request("DescribeWhiteBoardSnapshot", req, cb);
47
+ }
48
+ async DescribeGroup(req, cb) {
49
+ return this.request("DescribeGroup", req, cb);
50
+ }
51
+ async ModifyApp(req, cb) {
52
+ return this.request("ModifyApp", req, cb);
53
+ }
54
+ async DescribeDocument(req, cb) {
55
+ return this.request("DescribeDocument", req, cb);
56
+ }
57
+ async DescribeSdkAppIdUsers(req, cb) {
58
+ return this.request("DescribeSdkAppIdUsers", req, cb);
59
+ }
60
+ async StartRoom(req, cb) {
61
+ return this.request("StartRoom", req, cb);
62
+ }
63
+ async DeleteGroupMember(req, cb) {
64
+ return this.request("DeleteGroupMember", req, cb);
65
+ }
66
+ async UnblockKickedUser(req, cb) {
67
+ return this.request("UnblockKickedUser", req, cb);
68
+ }
69
+ async CreateDocument(req, cb) {
70
+ return this.request("CreateDocument", req, cb);
71
+ }
72
+ async DescribeSupervisors(req, cb) {
73
+ return this.request("DescribeSupervisors", req, cb);
74
+ }
75
+ async DeleteGroup(req, cb) {
76
+ return this.request("DeleteGroup", req, cb);
77
+ }
78
+ async DescribeUser(req, cb) {
79
+ return this.request("DescribeUser", req, cb);
80
+ }
81
+ async DescribeGroupMemberList(req, cb) {
82
+ return this.request("DescribeGroupMemberList", req, cb);
83
+ }
84
+ async ModifyGroup(req, cb) {
85
+ return this.request("ModifyGroup", req, cb);
86
+ }
87
+ async BatchRegister(req, cb) {
88
+ return this.request("BatchRegister", req, cb);
89
+ }
90
+ async DeleteSupervisor(req, cb) {
91
+ return this.request("DeleteSupervisor", req, cb);
92
+ }
93
+ async BatchDeleteGroupMember(req, cb) {
94
+ return this.request("BatchDeleteGroupMember", req, cb);
95
+ }
96
+ async GetRoomEvent(req, cb) {
97
+ return this.request("GetRoomEvent", req, cb);
98
+ }
99
+ async DeleteUser(req, cb) {
100
+ return this.request("DeleteUser", req, cb);
101
+ }
102
+ async DescribeRoom(req, cb) {
103
+ return this.request("DescribeRoom", req, cb);
104
+ }
105
+ async DeleteRecord(req, cb) {
106
+ return this.request("DeleteRecord", req, cb);
107
+ }
108
+ async SendRoomNormalMessage(req, cb) {
109
+ return this.request("SendRoomNormalMessage", req, cb);
110
+ }
111
+ async DescribeRecord(req, cb) {
112
+ return this.request("DescribeRecord", req, cb);
113
+ }
114
+ async DescribeGroupList(req, cb) {
115
+ return this.request("DescribeGroupList", req, cb);
116
+ }
117
+ async BatchAddGroupMember(req, cb) {
118
+ return this.request("BatchAddGroupMember", req, cb);
119
+ }
120
+ async AddGroupMember(req, cb) {
121
+ return this.request("AddGroupMember", req, cb);
122
+ }
123
+ async RegisterUser(req, cb) {
124
+ return this.request("RegisterUser", req, cb);
125
+ }
126
+ async DescribeRecordTask(req, cb) {
127
+ return this.request("DescribeRecordTask", req, cb);
128
+ }
129
+ async UnbindDocumentFromRoom(req, cb) {
130
+ return this.request("UnbindDocumentFromRoom", req, cb);
131
+ }
132
+ async BindDocumentToRoom(req, cb) {
133
+ return this.request("BindDocumentToRoom", req, cb);
134
+ }
135
+ async LoginOriginId(req, cb) {
136
+ return this.request("LoginOriginId", req, cb);
137
+ }
138
+ async ForbidSendMsg(req, cb) {
139
+ return this.request("ForbidSendMsg", req, cb);
140
+ }
141
+ async LoginUser(req, cb) {
142
+ return this.request("LoginUser", req, cb);
143
+ }
144
+ async CreateGroupWithMembers(req, cb) {
145
+ return this.request("CreateGroupWithMembers", req, cb);
146
+ }
147
+ async DescribeDeveloper(req, cb) {
148
+ return this.request("DescribeDeveloper", req, cb);
149
+ }
150
+ async CreateSupervisor(req, cb) {
151
+ return this.request("CreateSupervisor", req, cb);
152
+ }
153
+ async DescribeQuestionList(req, cb) {
154
+ return this.request("DescribeQuestionList", req, cb);
155
+ }
156
+ async SetAppCustomContent(req, cb) {
157
+ return this.request("SetAppCustomContent", req, cb);
158
+ }
159
+ async BatchDescribeDocument(req, cb) {
160
+ return this.request("BatchDescribeDocument", req, cb);
161
+ }
162
+ async DescribeCurrentMemberList(req, cb) {
163
+ return this.request("DescribeCurrentMemberList", req, cb);
164
+ }
165
+ async BatchCreateRoom(req, cb) {
166
+ return this.request("BatchCreateRoom", req, cb);
167
+ }
168
+ async DescribeAnswerList(req, cb) {
169
+ return this.request("DescribeAnswerList", req, cb);
170
+ }
171
+ async DeleteDocument(req, cb) {
172
+ return this.request("DeleteDocument", req, cb);
173
+ }
174
+ async StopRecord(req, cb) {
175
+ return this.request("StopRecord", req, cb);
176
+ }
177
+ async BatchDeleteRecord(req, cb) {
178
+ return this.request("BatchDeleteRecord", req, cb);
179
+ }
180
+ async EndRoom(req, cb) {
181
+ return this.request("EndRoom", req, cb);
182
+ }
183
+ async SetMarquee(req, cb) {
184
+ return this.request("SetMarquee", req, cb);
185
+ }
186
+ async GetRooms(req, cb) {
187
+ return this.request("GetRooms", req, cb);
188
+ }
189
+ async KickUserFromRoom(req, cb) {
190
+ return this.request("KickUserFromRoom", req, cb);
191
+ }
192
+ async DeleteRoom(req, cb) {
193
+ return this.request("DeleteRoom", req, cb);
194
+ }
195
+ async DeleteWhiteBoardSnapshot(req, cb) {
196
+ return this.request("DeleteWhiteBoardSnapshot", req, cb);
197
+ }
198
+ async StartRecord(req, cb) {
199
+ return this.request("StartRecord", req, cb);
200
+ }
201
+ async CreateGroupWithSubGroup(req, cb) {
202
+ return this.request("CreateGroupWithSubGroup", req, cb);
203
+ }
204
+ async DescribeMarquee(req, cb) {
205
+ return this.request("DescribeMarquee", req, cb);
206
+ }
207
+ async BatchCreateGroupWithMembers(req, cb) {
208
+ return this.request("BatchCreateGroupWithMembers", req, cb);
209
+ }
210
+ async DescribeScoreList(req, cb) {
211
+ return this.request("DescribeScoreList", req, cb);
212
+ }
213
+ async CreateRoom(req, cb) {
214
+ return this.request("CreateRoom", req, cb);
215
+ }
216
+ }
File without changes
package/package.json CHANGED
@@ -1,16 +1,26 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-lcic",
3
- "version": "4.0.1053",
4
- "description": "Tencent Cloud API NODEJS SDK",
5
- "main": "tencentcloud/index.js",
3
+ "version": "4.1.5",
4
+ "description": "腾讯云 API NODEJS SDK",
5
+ "main": "./tencentcloud/index.js",
6
+ "module": "./es/index.js",
7
+ "types": "./tencentcloud/index.d.ts",
6
8
  "scripts": {
7
9
  "test": "mocha -t 10000",
8
- "build": "tsc",
9
- "prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'"
10
+ "build": "concurrently 'npm:build:cjs' 'npm:build:es'",
11
+ "build:cjs": "tsc -p tsconfig.json",
12
+ "build:es": "tsc -p tsconfig.es.json",
13
+ "build:slim": "node ./scripts/build_slim.js",
14
+ "prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'",
15
+ "clean": "rimraf tencentcloud es"
10
16
  },
11
17
  "engines": {
12
18
  "node": ">=10"
13
19
  },
20
+ "files": [
21
+ "tencentcloud",
22
+ "es"
23
+ ],
14
24
  "keywords": [
15
25
  "tencentcloudapi",
16
26
  "tencentcloud",
@@ -22,7 +32,7 @@
22
32
  "author": "tencentcloudapi",
23
33
  "license": "Apache-2.0",
24
34
  "dependencies": {
25
- "tencentcloud-sdk-nodejs-common": "^4.0.488",
35
+ "tencentcloud-sdk-nodejs-common": "*",
26
36
  "tslib": "1.13.0"
27
37
  },
28
38
  "directories": {
@@ -35,14 +45,22 @@
35
45
  },
36
46
  "devDependencies": {
37
47
  "@types/form-data": "^2.5.0",
48
+ "@types/json-bigint": "^1.0.1",
38
49
  "@types/node": "^14.0.26",
39
50
  "@types/node-fetch": "^2.5.7",
51
+ "@types/uuid": "^9.0.8",
40
52
  "@typescript-eslint/eslint-plugin": "^2.34.0",
41
53
  "@typescript-eslint/parser": "^2.34.0",
54
+ "babel-eslint": "^10.0.2",
42
55
  "chai": "^4.2.0",
56
+ "concurrently": "^6.5.1",
57
+ "esbuild": "^0.25.0",
43
58
  "eslint": "^6.8.0",
44
- "mocha": "^8.1.1",
59
+ "eslint-plugin-react": "^7.17.0",
60
+ "mocha": "^8.4.0",
61
+ "prettier": "^2.3.0",
62
+ "rimraf": "^5.0.10",
45
63
  "ts-node": "^8.10.2",
46
64
  "typescript": "^3.9.7"
47
65
  }
48
- }
66
+ }
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.v20220817 = void 0;
4
- const Models = require("./lcic_models");
4
+ const tslib_1 = require("tslib");
5
+ const Models = tslib_1.__importStar(require("./lcic_models"));
5
6
  const lcic_client_1 = require("./lcic_client");
6
7
  exports.v20220817 = {
7
8
  Client: lcic_client_1.Client,
@@ -307,7 +307,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
307
307
  */
308
308
  DescribeScoreList(req: DescribeScoreListRequest, cb?: (error: string, rep: DescribeScoreListResponse) => void): Promise<DescribeScoreListResponse>;
309
309
  /**
310
- * 创建房间
310
+ * 创建课堂
311
311
  */
312
312
  CreateRoom(req: CreateRoomRequest, cb?: (error: string, rep: CreateRoomResponse) => void): Promise<CreateRoomResponse>;
313
313
  }
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Client = void 0;
4
+ const tslib_1 = require("tslib");
4
5
  /* eslint-disable @typescript-eslint/no-unused-vars */
5
6
  /*
6
7
  * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
@@ -18,7 +19,7 @@ exports.Client = void 0;
18
19
  * specific language governing permissions and limitations
19
20
  * under the License.
20
21
  */
21
- const TencentCloudCommon = require("tencentcloud-sdk-nodejs-common");
22
+ const TencentCloudCommon = tslib_1.__importStar(require("tencentcloud-sdk-nodejs-common"));
22
23
  /**
23
24
  * lcic client
24
25
  * @class
@@ -466,7 +467,7 @@ class Client extends TencentCloudCommon.AbstractClient {
466
467
  return this.request("DescribeScoreList", req, cb);
467
468
  }
468
469
  /**
469
- * 创建房间
470
+ * 创建课堂
470
471
  */
471
472
  async CreateRoom(req, cb) {
472
473
  return this.request("CreateRoom", req, cb);
@@ -3,15 +3,15 @@
3
3
  */
4
4
  export interface CreateRoomRequest {
5
5
  /**
6
- * 房间名称。
6
+ * 课堂名称。
7
7
  */
8
8
  Name: string;
9
9
  /**
10
- * 预定的房间开始时间,unix时间戳(秒)。
10
+ * 预定的课堂开始时间,unix时间戳(秒)。
11
11
  */
12
12
  StartTime: number;
13
13
  /**
14
- * 预定的房间结束时间,unix时间戳(秒)。
14
+ * 预定的课堂结束时间,unix时间戳(秒)。
15
15
  */
16
16
  EndTime: number;
17
17
  /**
@@ -26,13 +26,11 @@ export interface CreateRoomRequest {
26
26
  */
27
27
  Resolution: number;
28
28
  /**
29
- * 设置房间/课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。该取值影响计费,请根据业务实际情况设置。计费规则见“购买指南”下“计费概述”。
29
+ * 设置课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。该取值影响计费,请根据业务实际情况设置。计费规则见“购买指南”下“计费概述”。
30
30
  */
31
31
  MaxMicNumber: number;
32
32
  /**
33
- * 房间子类型,可以有以下取值:
34
- videodoc 文档+视频
35
- video 纯视频
33
+ * 课堂子类型,可以有以下取值:videodoc 文档+视频video 纯视频
36
34
  */
37
35
  SubType: string;
38
36
  /**
@@ -79,7 +77,7 @@ export interface CreateRoomRequest {
79
77
  */
80
78
  RecordLayout?: number;
81
79
  /**
82
- * 房间绑定的群组ID,非空时限制组成员进入
80
+ * 课堂绑定的群组ID,非空时限制组成员进入
83
81
  */
84
82
  GroupId?: string;
85
83
  /**
@@ -103,8 +101,7 @@ export interface CreateRoomRequest {
103
101
  */
104
102
  IsGradingRequiredPostClass?: number;
105
103
  /**
106
- * 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放)
107
- 注:大班课的布局(layout)只有三分屏
104
+ * 课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放)注:大班课的布局(layout)只有三分屏
108
105
  */
109
106
  RoomType?: number;
110
107
  /**
@@ -448,7 +445,7 @@ export interface BatchCreateGroupWithMembersResponse {
448
445
  */
449
446
  export interface GetRoomEventResponse {
450
447
  /**
451
- * 该房间的事件总数,keyword搜索不影响该值。
448
+ * 该课堂的事件总数,keyword搜索不影响该值。
452
449
  */
453
450
  Total?: number;
454
451
  /**
@@ -820,7 +817,7 @@ export interface ClassScoreItem {
820
817
  */
821
818
  export interface DescribeRoomRequest {
822
819
  /**
823
- * 房间Id。
820
+ * 课堂Id。
824
821
  */
825
822
  RoomId: number;
826
823
  /**
@@ -994,7 +991,7 @@ export interface UnblockKickedUserRequest {
994
991
  */
995
992
  SdkAppId: number;
996
993
  /**
997
- * 房间Id。
994
+ * 课堂Id。
998
995
  */
999
996
  RoomId: number;
1000
997
  /**
@@ -1170,7 +1167,7 @@ export interface GetRoomMessageRequest {
1170
1167
  */
1171
1168
  SdkAppId: number;
1172
1169
  /**
1173
- * 房间Id。
1170
+ * 课堂Id。
1174
1171
  */
1175
1172
  RoomId: number;
1176
1173
  /**
@@ -1434,7 +1431,7 @@ export interface GroupInfo {
1434
1431
  */
1435
1432
  export interface GetRoomEventRequest {
1436
1433
  /**
1437
- * 房间Id。
1434
+ * 课堂Id。
1438
1435
  */
1439
1436
  RoomId: number;
1440
1437
  /**
@@ -1811,7 +1808,7 @@ export interface BatchCreateRoomRequest {
1811
1808
  */
1812
1809
  SdkAppId: number;
1813
1810
  /**
1814
- * 创建房间ID列表
1811
+ * 创建课堂ID列表
1815
1812
  */
1816
1813
  RoomInfos: Array<RoomInfo>;
1817
1814
  }
@@ -2150,15 +2147,15 @@ export interface TransferItem {
2150
2147
  */
2151
2148
  export interface DescribeRoomResponse {
2152
2149
  /**
2153
- * 房间名称。
2150
+ * 课堂名称。
2154
2151
  */
2155
2152
  Name?: string;
2156
2153
  /**
2157
- * 预定的房间开始时间,unix时间戳(秒)。
2154
+ * 预定的课堂开始时间,unix时间戳(秒)。
2158
2155
  */
2159
2156
  StartTime?: number;
2160
2157
  /**
2161
- * 预定的房间结束时间,unix时间戳(秒)。
2158
+ * 预定的课堂结束时间,unix时间戳(秒)。
2162
2159
  */
2163
2160
  EndTime?: number;
2164
2161
  /**
@@ -2181,7 +2178,7 @@ export interface DescribeRoomResponse {
2181
2178
  */
2182
2179
  Resolution?: number;
2183
2180
  /**
2184
- * 设置房间/课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。
2181
+ * 设置课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。
2185
2182
  */
2186
2183
  MaxMicNumber?: number;
2187
2184
  /**
@@ -2197,9 +2194,7 @@ export interface DescribeRoomResponse {
2197
2194
  */
2198
2195
  AudioQuality?: number;
2199
2196
  /**
2200
- * 房间子类型,可以有以下取值:
2201
- videodoc 文档+视频
2202
- video 纯视频
2197
+ * 课堂子类型,可以有以下取值:videodoc 文档+视频video 纯视频
2203
2198
  */
2204
2199
  SubType?: string;
2205
2200
  /**
@@ -2222,7 +2217,7 @@ export interface DescribeRoomResponse {
2222
2217
  */
2223
2218
  Status?: number;
2224
2219
  /**
2225
- * 房间绑定的群组ID
2220
+ * 课堂绑定的群组ID
2226
2221
  */
2227
2222
  GroupId?: string;
2228
2223
  /**
@@ -2240,12 +2235,11 @@ export interface DescribeRoomResponse {
2240
2235
  */
2241
2236
  VideoOrientation?: number;
2242
2237
  /**
2243
- * 该房间是否开启了课后评分功能。0:未开启 1:开启
2238
+ * 该课堂是否开启了课后评分功能。0:未开启 1:开启
2244
2239
  */
2245
2240
  IsGradingRequiredPostClass?: number;
2246
2241
  /**
2247
- * 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)
2248
- 注:大班课的布局(layout)只有三分屏
2242
+ * 课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)注:大班课的布局(layout)只有三分屏
2249
2243
  */
2250
2244
  RoomType?: number;
2251
2245
  /**
@@ -2331,7 +2325,7 @@ export interface DescribeRecordStreamResponse {
2331
2325
  */
2332
2326
  export interface DescribeCurrentMemberListRequest {
2333
2327
  /**
2334
- * 房间Id。
2328
+ * 课堂Id。
2335
2329
  */
2336
2330
  RoomId: number;
2337
2331
  /**
@@ -2454,11 +2448,11 @@ export interface DescribeRoomStatisticsResponse {
2454
2448
  */
2455
2449
  RealEndTime?: number;
2456
2450
  /**
2457
- * 房间消息总数。
2451
+ * 课堂消息总数。
2458
2452
  */
2459
2453
  MessageCount?: number;
2460
2454
  /**
2461
- * 房间连麦总数。
2455
+ * 课堂连麦总数。
2462
2456
  */
2463
2457
  MicCount?: number;
2464
2458
  /**
@@ -3035,7 +3029,7 @@ export interface AnswerInfo {
3035
3029
  */
3036
3030
  export interface DescribeRoomStatisticsRequest {
3037
3031
  /**
3038
- * 房间Id。
3032
+ * 课堂Id。
3039
3033
  */
3040
3034
  RoomId: number;
3041
3035
  /**
@@ -3151,7 +3145,7 @@ export interface GetRoomsResponse {
3151
3145
  */
3152
3146
  Total?: number;
3153
3147
  /**
3154
- * 房间列表
3148
+ * 课堂列表
3155
3149
  */
3156
3150
  Rooms?: Array<RoomItem>;
3157
3151
  /**
@@ -3198,7 +3192,7 @@ export interface QuestionInfo {
3198
3192
  */
3199
3193
  export interface KickUserFromRoomRequest {
3200
3194
  /**
3201
- * 房间Id。
3195
+ * 课堂Id。
3202
3196
  */
3203
3197
  RoomId: number;
3204
3198
  /**
@@ -3526,7 +3520,7 @@ export interface SceneItem {
3526
3520
  */
3527
3521
  export interface DeleteRoomRequest {
3528
3522
  /**
3529
- * 房间ID。
3523
+ * 课堂ID。
3530
3524
  */
3531
3525
  RoomId: number;
3532
3526
  }
package/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- import * as tencentcloud from './tencentcloud';
2
- export default tencentcloud;
package/index.js DELETED
@@ -1,6 +0,0 @@
1
- 'use strict'
2
- Object.defineProperty(exports, '__esModule', { value: true })
3
- const tslib_1 = require('tslib')
4
- const tencentcloud = tslib_1.__importStar(require('./tencentcloud'))
5
- exports.default = tencentcloud
6
- //# sourceMappingURL=index.js.map
@@ -1,38 +0,0 @@
1
- // prettier.config.js
2
- module.exports = {
3
- // 一行最多 100 字符
4
- printWidth: 100,
5
- // 使用 4 个空格缩进
6
- tabWidth: 2,
7
- // 不使用缩进符,而使用空格
8
- useTabs: false,
9
- // 行尾需要有分号
10
- semi: false,
11
- // 使用单引号
12
- singleQuote: false,
13
- // 对象的 key 仅在必要时用引号
14
- quoteProps: "as-needed",
15
- // jsx 不使用单引号,而使用双引号
16
- jsxSingleQuote: false,
17
- // 末尾不需要逗号
18
- trailingComma: "es5",
19
- // 大括号内的首尾需要空格
20
- bracketSpacing: true,
21
- // jsx 标签的反尖括号需要换行
22
- jsxBracketSameLine: false,
23
- // 箭头函数,只有一个参数的时候,也需要括号
24
- arrowParens: "always",
25
- // 每个文件格式化的范围是文件的全部内容
26
- rangeStart: 0,
27
- rangeEnd: Infinity,
28
- // 不需要写文件开头的 @prettier
29
- requirePragma: false,
30
- // 不需要自动在文件开头插入 @prettier
31
- insertPragma: false,
32
- // 使用默认的折行标准
33
- proseWrap: "preserve",
34
- // 根据显示样式决定 html 要不要折行
35
- htmlWhitespaceSensitivity: "css",
36
- // 换行符使用 lf
37
- endOfLine: "lf",
38
- }
package/src/index.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./services"
@@ -1 +0,0 @@
1
- export { lcic } from "./lcic"