tencentcloud-sdk-nodejs-lcic 4.1.74 → 4.1.85
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/package.json
CHANGED
|
@@ -61,8 +61,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
61
61
|
*/
|
|
62
62
|
GetWatermark(req: GetWatermarkRequest, cb?: (error: string, rep: GetWatermarkResponse) => void): Promise<GetWatermarkResponse>;
|
|
63
63
|
/**
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
* 查询白板板书截图
|
|
65
|
+
课程结束后,可以查询和以图片的形式导出这些内容,方便后续查看、整理与分享。
|
|
66
|
+
注意:不支持屏幕共享中的板书导出。
|
|
67
|
+
*/
|
|
66
68
|
DescribeWhiteBoardSnapshot(req: DescribeWhiteBoardSnapshotRequest, cb?: (error: string, rep: DescribeWhiteBoardSnapshotResponse) => void): Promise<DescribeWhiteBoardSnapshotResponse>;
|
|
67
69
|
/**
|
|
68
70
|
* 此接口用于获取群组详情
|
|
@@ -283,8 +285,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
283
285
|
*/
|
|
284
286
|
KickUserFromRoom(req: KickUserFromRoomRequest, cb?: (error: string, rep: KickUserFromRoomResponse) => void): Promise<KickUserFromRoomResponse>;
|
|
285
287
|
/**
|
|
286
|
-
|
|
287
|
-
|
|
288
|
+
* 删除房间
|
|
289
|
+
删除课堂前,请先删除该课堂下的各类资源(包括录制文件、板书等),并解绑相关课件。
|
|
290
|
+
*/
|
|
288
291
|
DeleteRoom(req: DeleteRoomRequest, cb?: (error: string, rep: DeleteRoomResponse) => void): Promise<DeleteRoomResponse>;
|
|
289
292
|
/**
|
|
290
293
|
* 删除白板板书截图
|
|
@@ -109,8 +109,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
109
109
|
return this.request("GetWatermark", req, cb);
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
* 查询白板板书截图
|
|
113
|
+
课程结束后,可以查询和以图片的形式导出这些内容,方便后续查看、整理与分享。
|
|
114
|
+
注意:不支持屏幕共享中的板书导出。
|
|
115
|
+
*/
|
|
114
116
|
async DescribeWhiteBoardSnapshot(req, cb) {
|
|
115
117
|
return this.request("DescribeWhiteBoardSnapshot", req, cb);
|
|
116
118
|
}
|
|
@@ -431,8 +433,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
431
433
|
return this.request("KickUserFromRoom", req, cb);
|
|
432
434
|
}
|
|
433
435
|
/**
|
|
434
|
-
|
|
435
|
-
|
|
436
|
+
* 删除房间
|
|
437
|
+
删除课堂前,请先删除该课堂下的各类资源(包括录制文件、板书等),并解绑相关课件。
|
|
438
|
+
*/
|
|
436
439
|
async DeleteRoom(req, cb) {
|
|
437
440
|
return this.request("DeleteRoom", req, cb);
|
|
438
441
|
}
|
|
@@ -294,7 +294,7 @@ export interface DeleteUserResponse {
|
|
|
294
294
|
*/
|
|
295
295
|
export interface DeleteWhiteBoardSnapshotRequest {
|
|
296
296
|
/**
|
|
297
|
-
*
|
|
297
|
+
* 课堂ID
|
|
298
298
|
*/
|
|
299
299
|
RoomId?: number;
|
|
300
300
|
}
|
|
@@ -1121,7 +1121,7 @@ export interface DeleteGroupRequest {
|
|
|
1121
1121
|
*/
|
|
1122
1122
|
export interface StartRoomRequest {
|
|
1123
1123
|
/**
|
|
1124
|
-
*
|
|
1124
|
+
* 课堂ID
|
|
1125
1125
|
*/
|
|
1126
1126
|
RoomId: number;
|
|
1127
1127
|
}
|
|
@@ -1672,7 +1672,7 @@ export interface ForbidSendMsgRequest {
|
|
|
1672
1672
|
*/
|
|
1673
1673
|
SdkAppId: number;
|
|
1674
1674
|
/**
|
|
1675
|
-
*
|
|
1675
|
+
* 课堂ID
|
|
1676
1676
|
*/
|
|
1677
1677
|
RoomId: number;
|
|
1678
1678
|
/**
|
|
@@ -2588,7 +2588,7 @@ export interface GetWatermarkRequest {
|
|
|
2588
2588
|
*/
|
|
2589
2589
|
export interface EndRoomRequest {
|
|
2590
2590
|
/**
|
|
2591
|
-
*
|
|
2591
|
+
* 课堂ID
|
|
2592
2592
|
*/
|
|
2593
2593
|
RoomId: number;
|
|
2594
2594
|
}
|
|
@@ -2733,7 +2733,7 @@ export interface StopRecordRequest {
|
|
|
2733
2733
|
*/
|
|
2734
2734
|
SdkAppId: number;
|
|
2735
2735
|
/**
|
|
2736
|
-
*
|
|
2736
|
+
* 课堂ID
|
|
2737
2737
|
*/
|
|
2738
2738
|
RoomId: number;
|
|
2739
2739
|
/**
|