tencentcloud-sdk-nodejs-lcic 4.0.1032 → 4.0.1034

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-lcic",
3
- "version": "4.0.1032",
3
+ "version": "4.0.1034",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -244,27 +244,22 @@ export interface DeleteUserRequest {
244
244
  export interface WatermarkConfig {
245
245
  /**
246
246
  * 水印图片的url
247
- 注意:此字段可能返回 null,表示取不到有效值。
248
247
  */
249
248
  Url?: string
250
249
  /**
251
250
  * 水印宽。为比例值
252
- 注意:此字段可能返回 null,表示取不到有效值。
253
251
  */
254
252
  Width?: number
255
253
  /**
256
254
  * 水印高。为比例值
257
- 注意:此字段可能返回 null,表示取不到有效值。
258
255
  */
259
256
  Height?: number
260
257
  /**
261
258
  * 水印X偏移, 取值:0-100, 表示区域X方向的百分比。比如50,则表示位于X轴中间。
262
- 注意:此字段可能返回 null,表示取不到有效值。
263
259
  */
264
260
  LocationX?: number
265
261
  /**
266
262
  * 水印Y偏移, 取值:0-100, 表示区域Y方向的百分比。比如50,则表示位于Y轴中间。
267
- 注意:此字段可能返回 null,表示取不到有效值。
268
263
  */
269
264
  LocationY?: number
270
265
  }
@@ -564,12 +559,10 @@ export interface MemberRecord {
564
559
  SubGroupId?: Array<string>
565
560
  /**
566
561
  * 用户的上台状态
567
- 注意:此字段可能返回 null,表示取不到有效值。
568
562
  */
569
563
  Stage?: number
570
564
  /**
571
565
  * 用户状态。0为未到,1为在线,2为离线,3为被踢,4为永久被踢,5为暂时掉线
572
- 注意:此字段可能返回 null,表示取不到有效值。
573
566
  */
574
567
  CurrentState?: number
575
568
  }
@@ -849,27 +842,22 @@ export interface RoomItem {
849
842
  export interface ClassScoreItem {
850
843
  /**
851
844
  * 课堂iD
852
- 注意:此字段可能返回 null,表示取不到有效值。
853
845
  */
854
846
  RoomId?: number
855
847
  /**
856
848
  * 用户ID
857
- 注意:此字段可能返回 null,表示取不到有效值。
858
849
  */
859
850
  UserId?: string
860
851
  /**
861
852
  * 评分时间
862
- 注意:此字段可能返回 null,表示取不到有效值。
863
853
  */
864
854
  CreateTime?: number
865
855
  /**
866
856
  * 课堂评分
867
- 注意:此字段可能返回 null,表示取不到有效值。
868
857
  */
869
858
  Score?: number
870
859
  /**
871
860
  * 课堂评价
872
- 注意:此字段可能返回 null,表示取不到有效值。
873
861
  */
874
862
  ScoreMsg?: string
875
863
  }
@@ -1292,107 +1280,86 @@ export interface DescribeRecordRequest {
1292
1280
  export interface DocumentInfo {
1293
1281
  /**
1294
1282
  * 文档Id
1295
- 注意:此字段可能返回 null,表示取不到有效值。
1296
1283
  */
1297
1284
  DocumentId?: string
1298
1285
  /**
1299
1286
  * 文档原址url
1300
- 注意:此字段可能返回 null,表示取不到有效值。
1301
1287
  */
1302
1288
  DocumentUrl?: string
1303
1289
  /**
1304
1290
  * 文档名称
1305
- 注意:此字段可能返回 null,表示取不到有效值。
1306
1291
  */
1307
1292
  DocumentName?: string
1308
1293
  /**
1309
1294
  * 文档所有者UserId
1310
- 注意:此字段可能返回 null,表示取不到有效值。
1311
1295
  */
1312
1296
  Owner?: string
1313
1297
  /**
1314
1298
  * 应用Id
1315
- 注意:此字段可能返回 null,表示取不到有效值。
1316
1299
  */
1317
1300
  SdkAppId?: number
1318
1301
  /**
1319
1302
  * 文档权限,0:私有课件 1:公共课件
1320
- 注意:此字段可能返回 null,表示取不到有效值。
1321
1303
  */
1322
1304
  Permission?: number
1323
1305
  /**
1324
1306
  * 转码结果,无需转码为空,转码成功为结果url,转码失败为错误码
1325
- 注意:此字段可能返回 null,表示取不到有效值。
1326
1307
  */
1327
1308
  TranscodeResult?: string
1328
1309
  /**
1329
1310
  * 转码类型
1330
- 注意:此字段可能返回 null,表示取不到有效值。
1331
1311
  */
1332
1312
  TranscodeType?: number
1333
1313
  /**
1334
1314
  * 转码进度, 0 - 100 表示(0% - 100%)
1335
- 注意:此字段可能返回 null,表示取不到有效值。
1336
1315
  */
1337
1316
  TranscodeProgress?: number
1338
1317
  /**
1339
1318
  * 转码状态,0为无需转码,1为正在转码,2为转码失败,3为转码成功
1340
- 注意:此字段可能返回 null,表示取不到有效值。
1341
1319
  */
1342
1320
  TranscodeState?: number
1343
1321
  /**
1344
1322
  * 转码失败后的错误信息
1345
- 注意:此字段可能返回 null,表示取不到有效值。
1346
1323
  */
1347
1324
  TranscodeInfo?: string
1348
1325
  /**
1349
1326
  * 文档类型
1350
- 注意:此字段可能返回 null,表示取不到有效值。
1351
1327
  */
1352
1328
  DocumentType?: string
1353
1329
  /**
1354
1330
  * 文档大小,单位:字节
1355
- 注意:此字段可能返回 null,表示取不到有效值。
1356
1331
  */
1357
1332
  DocumentSize?: number
1358
1333
  /**
1359
1334
  * 更新的UNIX时间戳
1360
- 注意:此字段可能返回 null,表示取不到有效值。
1361
1335
  */
1362
1336
  UpdateTime?: number
1363
1337
  /**
1364
1338
  * 课件页数
1365
- 注意:此字段可能返回 null,表示取不到有效值。
1366
1339
  */
1367
1340
  Pages?: number
1368
1341
  /**
1369
1342
  * 宽,仅在静态转码的课件有效
1370
- 注意:此字段可能返回 null,表示取不到有效值。
1371
1343
  */
1372
1344
  Width?: number
1373
1345
  /**
1374
1346
  * 高,仅在静态转码的课件有效
1375
- 注意:此字段可能返回 null,表示取不到有效值。
1376
1347
  */
1377
1348
  Height?: number
1378
1349
  /**
1379
1350
  * 封面,仅转码的课件会生成封面
1380
- 注意:此字段可能返回 null,表示取不到有效值。
1381
1351
  */
1382
1352
  Cover?: string
1383
1353
  /**
1384
1354
  * 课件预览地址
1385
- 注意:此字段可能返回 null,表示取不到有效值。
1386
1355
  */
1387
1356
  Preview?: string
1388
1357
  /**
1389
1358
  * 文档的分辨率
1390
- 注意:此字段可能返回 null,表示取不到有效值。
1391
1359
  */
1392
1360
  Resolution?: string
1393
1361
  /**
1394
1362
  * 转码后文档的最小分辨率,和创建文档时传入的参数一致。
1395
- 注意:此字段可能返回 null,表示取不到有效值。
1396
1363
  */
1397
1364
  MinScaleResolution?: string
1398
1365
  }
@@ -1486,22 +1453,18 @@ export interface DescribeDocumentsRequest {
1486
1453
  export interface MessageItem {
1487
1454
  /**
1488
1455
  * 消息类型。0表示文本消息,1表示图片消息
1489
- 注意:此字段可能返回 null,表示取不到有效值。
1490
1456
  */
1491
1457
  MessageType?: number
1492
1458
  /**
1493
1459
  * 文本消息内容。message type为0时有效。
1494
- 注意:此字段可能返回 null,表示取不到有效值。
1495
1460
  */
1496
1461
  TextMessage?: string
1497
1462
  /**
1498
1463
  * 图片消息URL。 message type为1时有效。
1499
- 注意:此字段可能返回 null,表示取不到有效值。
1500
1464
  */
1501
1465
  ImageMessage?: string
1502
1466
  /**
1503
1467
  * 自定义消息内容。message type为2时有效。
1504
- 注意:此字段可能返回 null,表示取不到有效值。
1505
1468
  */
1506
1469
  CustomMessage?: CustomMsgContent
1507
1470
  }
@@ -1512,24 +1475,20 @@ export interface MessageItem {
1512
1475
  export interface GroupInfo {
1513
1476
  /**
1514
1477
  * 群组ID
1515
- 注意:此字段可能返回 null,表示取不到有效值。
1516
1478
  */
1517
1479
  GroupId?: string
1518
1480
  /**
1519
1481
  * 群组名称
1520
- 注意:此字段可能返回 null,表示取不到有效值。
1521
1482
  */
1522
1483
  GroupName?: string
1523
1484
  /**
1524
1485
  * 群组主讲人ID
1525
- 注意:此字段可能返回 null,表示取不到有效值。
1526
1486
  */
1527
1487
  TeacherId?: string
1528
1488
  /**
1529
1489
  * 群组类型
1530
1490
  0-基础群组
1531
1491
  1-组合群组,若为1时会返回子群组ID列表
1532
- 注意:此字段可能返回 null,表示取不到有效值。
1533
1492
  */
1534
1493
  GroupType?: number
1535
1494
  /**
@@ -1828,7 +1787,6 @@ VisibleOff: 页面不可见
1828
1787
  EventType?: string
1829
1788
  /**
1830
1789
  * 事件详细内容,包含房间号,成员类型事件包含用户Id。
1831
- 注意:此字段可能返回 null,表示取不到有效值。
1832
1790
  */
1833
1791
  EventData?: EventDataInfo
1834
1792
  }
@@ -1983,27 +1941,22 @@ export interface DescribeRoomForbiddenUserResponse {
1983
1941
  export interface UserInfo {
1984
1942
  /**
1985
1943
  * 应用Id。
1986
- 注意:此字段可能返回 null,表示取不到有效值。
1987
1944
  */
1988
1945
  SdkAppId?: number
1989
1946
  /**
1990
1947
  * 用户Id。
1991
- 注意:此字段可能返回 null,表示取不到有效值。
1992
1948
  */
1993
1949
  UserId?: string
1994
1950
  /**
1995
1951
  * 用户昵称。
1996
- 注意:此字段可能返回 null,表示取不到有效值。
1997
1952
  */
1998
1953
  Name?: string
1999
1954
  /**
2000
1955
  * 用户头像Url。
2001
- 注意:此字段可能返回 null,表示取不到有效值。
2002
1956
  */
2003
1957
  Avatar?: string
2004
1958
  /**
2005
1959
  * 用户在客户系统的Id
2006
- 注意:此字段可能返回 null,表示取不到有效值。
2007
1960
  */
2008
1961
  OriginId?: string
2009
1962
  }
@@ -2252,12 +2205,10 @@ export interface BatchUserInfo {
2252
2205
  SdkAppId?: number
2253
2206
  /**
2254
2207
  * 用户ID。
2255
- 注意:此字段可能返回 null,表示取不到有效值。
2256
2208
  */
2257
2209
  UserId?: string
2258
2210
  /**
2259
2211
  * 用户在客户系统的Id。 若用户注册时该字段为空,则默认为 UserId 值一致。
2260
- 注意:此字段可能返回 null,表示取不到有效值。
2261
2212
  */
2262
2213
  OriginId?: string
2263
2214
  }
@@ -2535,32 +2486,26 @@ export interface DescribeSdkAppIdUsersResponse {
2535
2486
  export interface EventDataInfo {
2536
2487
  /**
2537
2488
  * 事件发生的房间号。
2538
- 注意:此字段可能返回 null,表示取不到有效值。
2539
2489
  */
2540
2490
  RoomId?: number
2541
2491
  /**
2542
2492
  * 事件发生的用户。
2543
- 注意:此字段可能返回 null,表示取不到有效值。
2544
2493
  */
2545
2494
  UserId?: string
2546
2495
  /**
2547
2496
  * 用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program.
2548
- 注意:此字段可能返回 null,表示取不到有效值。
2549
2497
  */
2550
2498
  Device?: number
2551
2499
  /**
2552
2500
  * 录制时长。单位:秒
2553
- 注意:此字段可能返回 null,表示取不到有效值。
2554
2501
  */
2555
2502
  Duration?: number
2556
2503
  /**
2557
2504
  * 录制文件大小
2558
- 注意:此字段可能返回 null,表示取不到有效值。
2559
2505
  */
2560
2506
  RecordSize?: number
2561
2507
  /**
2562
2508
  * 录制url
2563
- 注意:此字段可能返回 null,表示取不到有效值。
2564
2509
  */
2565
2510
  RecordUrl?: string
2566
2511
  }
@@ -2675,22 +2620,18 @@ export interface DescribeSupervisorsRequest {
2675
2620
  export interface MessageList {
2676
2621
  /**
2677
2622
  * 消息时间戳
2678
- 注意:此字段可能返回 null,表示取不到有效值。
2679
2623
  */
2680
2624
  Timestamp?: number
2681
2625
  /**
2682
2626
  * 消息发送者
2683
- 注意:此字段可能返回 null,表示取不到有效值。
2684
2627
  */
2685
2628
  FromAccount?: string
2686
2629
  /**
2687
2630
  * 消息序列号,当前课堂内唯一且单调递增
2688
- 注意:此字段可能返回 null,表示取不到有效值。
2689
2631
  */
2690
2632
  Seq?: number
2691
2633
  /**
2692
2634
  * 历史消息列表
2693
- 注意:此字段可能返回 null,表示取不到有效值。
2694
2635
  */
2695
2636
  MessageBody?: Array<MessageItem>
2696
2637
  }
@@ -2848,12 +2789,10 @@ export interface UnbindDocumentFromRoomRequest {
2848
2789
  export interface MutedAccountList {
2849
2790
  /**
2850
2791
  * 用户 ID
2851
- 注意:此字段可能返回 null,表示取不到有效值。
2852
2792
  */
2853
2793
  MemberAccount?: string
2854
2794
  /**
2855
2795
  * 禁言到的时间(使用 UTC 时间,即世界协调时间)
2856
- 注意:此字段可能返回 null,表示取不到有效值。
2857
2796
  */
2858
2797
  MutedUntil?: number
2859
2798
  }
@@ -2906,47 +2845,38 @@ export interface StopRecordRequest {
2906
2845
  export interface SingleStreamInfo {
2907
2846
  /**
2908
2847
  * 用户ID
2909
- 注意:此字段可能返回 null,表示取不到有效值。
2910
2848
  */
2911
2849
  UserId?: string
2912
2850
  /**
2913
2851
  * 开始时间
2914
- 注意:此字段可能返回 null,表示取不到有效值。
2915
2852
  */
2916
2853
  StartTime?: number
2917
2854
  /**
2918
2855
  * 结束时间
2919
- 注意:此字段可能返回 null,表示取不到有效值。
2920
2856
  */
2921
2857
  StopTime?: number
2922
2858
  /**
2923
2859
  * 总时长
2924
- 注意:此字段可能返回 null,表示取不到有效值。
2925
2860
  */
2926
2861
  Duration?: number
2927
2862
  /**
2928
2863
  * 文件格式
2929
- 注意:此字段可能返回 null,表示取不到有效值。
2930
2864
  */
2931
2865
  FileFormat?: string
2932
2866
  /**
2933
2867
  * 流url
2934
- 注意:此字段可能返回 null,表示取不到有效值。
2935
2868
  */
2936
2869
  RecordUrl?: string
2937
2870
  /**
2938
2871
  * 流大小
2939
- 注意:此字段可能返回 null,表示取不到有效值。
2940
2872
  */
2941
2873
  RecordSize?: number
2942
2874
  /**
2943
2875
  * 流ID
2944
- 注意:此字段可能返回 null,表示取不到有效值。
2945
2876
  */
2946
2877
  VideoId?: string
2947
2878
  /**
2948
2879
  * 流类型
2949
- 注意:此字段可能返回 null,表示取不到有效值。
2950
2880
  */
2951
2881
  Role?: string
2952
2882
  }
@@ -3251,17 +3181,14 @@ export interface DescribeRoomStatisticsRequest {
3251
3181
  export interface CustomMsgContent {
3252
3182
  /**
3253
3183
  * 自定义消息数据。
3254
- 注意:此字段可能返回 null,表示取不到有效值。
3255
3184
  */
3256
3185
  Data?: string
3257
3186
  /**
3258
3187
  * 自定义消息描述信息。
3259
- 注意:此字段可能返回 null,表示取不到有效值。
3260
3188
  */
3261
3189
  Desc?: string
3262
3190
  /**
3263
3191
  * 扩展字段。
3264
- 注意:此字段可能返回 null,表示取不到有效值。
3265
3192
  */
3266
3193
  Ext?: string
3267
3194
  }
@@ -3372,7 +3299,6 @@ export interface QuestionInfo {
3372
3299
  CorrectAnswer?: number
3373
3300
  /**
3374
3301
  * 每个选项答题人数统计
3375
- 注意:此字段可能返回 null,表示取不到有效值。
3376
3302
  */
3377
3303
  AnswerStats?: Array<AnswerStat>
3378
3304
  }
@@ -3705,22 +3631,18 @@ export interface SceneItem {
3705
3631
  Scene?: string
3706
3632
  /**
3707
3633
  * logo地址
3708
- 注意:此字段可能返回 null,表示取不到有效值。
3709
3634
  */
3710
3635
  LogoUrl?: string
3711
3636
  /**
3712
3637
  * 主页地址
3713
- 注意:此字段可能返回 null,表示取不到有效值。
3714
3638
  */
3715
3639
  HomeUrl?: string
3716
3640
  /**
3717
3641
  * 自定义的js
3718
- 注意:此字段可能返回 null,表示取不到有效值。
3719
3642
  */
3720
3643
  JSUrl?: string
3721
3644
  /**
3722
3645
  * 自定义的css
3723
- 注意:此字段可能返回 null,表示取不到有效值。
3724
3646
  */
3725
3647
  CSSUrl?: string
3726
3648
  }
@@ -4050,12 +3972,10 @@ export interface TextMsgContent {
4050
3972
  export interface TextMarkConfig {
4051
3973
  /**
4052
3974
  * 文字水印内容
4053
- 注意:此字段可能返回 null,表示取不到有效值。
4054
3975
  */
4055
3976
  Text?: string
4056
3977
  /**
4057
3978
  * 文字水印颜色
4058
- 注意:此字段可能返回 null,表示取不到有效值。
4059
3979
  */
4060
3980
  Color?: string
4061
3981
  }
@@ -221,27 +221,22 @@ export interface DeleteUserRequest {
221
221
  export interface WatermarkConfig {
222
222
  /**
223
223
  * 水印图片的url
224
- 注意:此字段可能返回 null,表示取不到有效值。
225
224
  */
226
225
  Url?: string;
227
226
  /**
228
227
  * 水印宽。为比例值
229
- 注意:此字段可能返回 null,表示取不到有效值。
230
228
  */
231
229
  Width?: number;
232
230
  /**
233
231
  * 水印高。为比例值
234
- 注意:此字段可能返回 null,表示取不到有效值。
235
232
  */
236
233
  Height?: number;
237
234
  /**
238
235
  * 水印X偏移, 取值:0-100, 表示区域X方向的百分比。比如50,则表示位于X轴中间。
239
- 注意:此字段可能返回 null,表示取不到有效值。
240
236
  */
241
237
  LocationX?: number;
242
238
  /**
243
239
  * 水印Y偏移, 取值:0-100, 表示区域Y方向的百分比。比如50,则表示位于Y轴中间。
244
- 注意:此字段可能返回 null,表示取不到有效值。
245
240
  */
246
241
  LocationY?: number;
247
242
  }
@@ -527,12 +522,10 @@ export interface MemberRecord {
527
522
  SubGroupId?: Array<string>;
528
523
  /**
529
524
  * 用户的上台状态
530
- 注意:此字段可能返回 null,表示取不到有效值。
531
525
  */
532
526
  Stage?: number;
533
527
  /**
534
528
  * 用户状态。0为未到,1为在线,2为离线,3为被踢,4为永久被踢,5为暂时掉线
535
- 注意:此字段可能返回 null,表示取不到有效值。
536
529
  */
537
530
  CurrentState?: number;
538
531
  }
@@ -800,27 +793,22 @@ export interface RoomItem {
800
793
  export interface ClassScoreItem {
801
794
  /**
802
795
  * 课堂iD
803
- 注意:此字段可能返回 null,表示取不到有效值。
804
796
  */
805
797
  RoomId?: number;
806
798
  /**
807
799
  * 用户ID
808
- 注意:此字段可能返回 null,表示取不到有效值。
809
800
  */
810
801
  UserId?: string;
811
802
  /**
812
803
  * 评分时间
813
- 注意:此字段可能返回 null,表示取不到有效值。
814
804
  */
815
805
  CreateTime?: number;
816
806
  /**
817
807
  * 课堂评分
818
- 注意:此字段可能返回 null,表示取不到有效值。
819
808
  */
820
809
  Score?: number;
821
810
  /**
822
811
  * 课堂评价
823
- 注意:此字段可能返回 null,表示取不到有效值。
824
812
  */
825
813
  ScoreMsg?: string;
826
814
  }
@@ -1219,107 +1207,86 @@ export interface DescribeRecordRequest {
1219
1207
  export interface DocumentInfo {
1220
1208
  /**
1221
1209
  * 文档Id
1222
- 注意:此字段可能返回 null,表示取不到有效值。
1223
1210
  */
1224
1211
  DocumentId?: string;
1225
1212
  /**
1226
1213
  * 文档原址url
1227
- 注意:此字段可能返回 null,表示取不到有效值。
1228
1214
  */
1229
1215
  DocumentUrl?: string;
1230
1216
  /**
1231
1217
  * 文档名称
1232
- 注意:此字段可能返回 null,表示取不到有效值。
1233
1218
  */
1234
1219
  DocumentName?: string;
1235
1220
  /**
1236
1221
  * 文档所有者UserId
1237
- 注意:此字段可能返回 null,表示取不到有效值。
1238
1222
  */
1239
1223
  Owner?: string;
1240
1224
  /**
1241
1225
  * 应用Id
1242
- 注意:此字段可能返回 null,表示取不到有效值。
1243
1226
  */
1244
1227
  SdkAppId?: number;
1245
1228
  /**
1246
1229
  * 文档权限,0:私有课件 1:公共课件
1247
- 注意:此字段可能返回 null,表示取不到有效值。
1248
1230
  */
1249
1231
  Permission?: number;
1250
1232
  /**
1251
1233
  * 转码结果,无需转码为空,转码成功为结果url,转码失败为错误码
1252
- 注意:此字段可能返回 null,表示取不到有效值。
1253
1234
  */
1254
1235
  TranscodeResult?: string;
1255
1236
  /**
1256
1237
  * 转码类型
1257
- 注意:此字段可能返回 null,表示取不到有效值。
1258
1238
  */
1259
1239
  TranscodeType?: number;
1260
1240
  /**
1261
1241
  * 转码进度, 0 - 100 表示(0% - 100%)
1262
- 注意:此字段可能返回 null,表示取不到有效值。
1263
1242
  */
1264
1243
  TranscodeProgress?: number;
1265
1244
  /**
1266
1245
  * 转码状态,0为无需转码,1为正在转码,2为转码失败,3为转码成功
1267
- 注意:此字段可能返回 null,表示取不到有效值。
1268
1246
  */
1269
1247
  TranscodeState?: number;
1270
1248
  /**
1271
1249
  * 转码失败后的错误信息
1272
- 注意:此字段可能返回 null,表示取不到有效值。
1273
1250
  */
1274
1251
  TranscodeInfo?: string;
1275
1252
  /**
1276
1253
  * 文档类型
1277
- 注意:此字段可能返回 null,表示取不到有效值。
1278
1254
  */
1279
1255
  DocumentType?: string;
1280
1256
  /**
1281
1257
  * 文档大小,单位:字节
1282
- 注意:此字段可能返回 null,表示取不到有效值。
1283
1258
  */
1284
1259
  DocumentSize?: number;
1285
1260
  /**
1286
1261
  * 更新的UNIX时间戳
1287
- 注意:此字段可能返回 null,表示取不到有效值。
1288
1262
  */
1289
1263
  UpdateTime?: number;
1290
1264
  /**
1291
1265
  * 课件页数
1292
- 注意:此字段可能返回 null,表示取不到有效值。
1293
1266
  */
1294
1267
  Pages?: number;
1295
1268
  /**
1296
1269
  * 宽,仅在静态转码的课件有效
1297
- 注意:此字段可能返回 null,表示取不到有效值。
1298
1270
  */
1299
1271
  Width?: number;
1300
1272
  /**
1301
1273
  * 高,仅在静态转码的课件有效
1302
- 注意:此字段可能返回 null,表示取不到有效值。
1303
1274
  */
1304
1275
  Height?: number;
1305
1276
  /**
1306
1277
  * 封面,仅转码的课件会生成封面
1307
- 注意:此字段可能返回 null,表示取不到有效值。
1308
1278
  */
1309
1279
  Cover?: string;
1310
1280
  /**
1311
1281
  * 课件预览地址
1312
- 注意:此字段可能返回 null,表示取不到有效值。
1313
1282
  */
1314
1283
  Preview?: string;
1315
1284
  /**
1316
1285
  * 文档的分辨率
1317
- 注意:此字段可能返回 null,表示取不到有效值。
1318
1286
  */
1319
1287
  Resolution?: string;
1320
1288
  /**
1321
1289
  * 转码后文档的最小分辨率,和创建文档时传入的参数一致。
1322
- 注意:此字段可能返回 null,表示取不到有效值。
1323
1290
  */
1324
1291
  MinScaleResolution?: string;
1325
1292
  }
@@ -1407,22 +1374,18 @@ export interface DescribeDocumentsRequest {
1407
1374
  export interface MessageItem {
1408
1375
  /**
1409
1376
  * 消息类型。0表示文本消息,1表示图片消息
1410
- 注意:此字段可能返回 null,表示取不到有效值。
1411
1377
  */
1412
1378
  MessageType?: number;
1413
1379
  /**
1414
1380
  * 文本消息内容。message type为0时有效。
1415
- 注意:此字段可能返回 null,表示取不到有效值。
1416
1381
  */
1417
1382
  TextMessage?: string;
1418
1383
  /**
1419
1384
  * 图片消息URL。 message type为1时有效。
1420
- 注意:此字段可能返回 null,表示取不到有效值。
1421
1385
  */
1422
1386
  ImageMessage?: string;
1423
1387
  /**
1424
1388
  * 自定义消息内容。message type为2时有效。
1425
- 注意:此字段可能返回 null,表示取不到有效值。
1426
1389
  */
1427
1390
  CustomMessage?: CustomMsgContent;
1428
1391
  }
@@ -1432,24 +1395,20 @@ export interface MessageItem {
1432
1395
  export interface GroupInfo {
1433
1396
  /**
1434
1397
  * 群组ID
1435
- 注意:此字段可能返回 null,表示取不到有效值。
1436
1398
  */
1437
1399
  GroupId?: string;
1438
1400
  /**
1439
1401
  * 群组名称
1440
- 注意:此字段可能返回 null,表示取不到有效值。
1441
1402
  */
1442
1403
  GroupName?: string;
1443
1404
  /**
1444
1405
  * 群组主讲人ID
1445
- 注意:此字段可能返回 null,表示取不到有效值。
1446
1406
  */
1447
1407
  TeacherId?: string;
1448
1408
  /**
1449
1409
  * 群组类型
1450
1410
  0-基础群组
1451
1411
  1-组合群组,若为1时会返回子群组ID列表
1452
- 注意:此字段可能返回 null,表示取不到有效值。
1453
1412
  */
1454
1413
  GroupType?: number;
1455
1414
  /**
@@ -1739,7 +1698,6 @@ export interface EventInfo {
1739
1698
  EventType?: string;
1740
1699
  /**
1741
1700
  * 事件详细内容,包含房间号,成员类型事件包含用户Id。
1742
- 注意:此字段可能返回 null,表示取不到有效值。
1743
1701
  */
1744
1702
  EventData?: EventDataInfo;
1745
1703
  }
@@ -1885,27 +1843,22 @@ export interface DescribeRoomForbiddenUserResponse {
1885
1843
  export interface UserInfo {
1886
1844
  /**
1887
1845
  * 应用Id。
1888
- 注意:此字段可能返回 null,表示取不到有效值。
1889
1846
  */
1890
1847
  SdkAppId?: number;
1891
1848
  /**
1892
1849
  * 用户Id。
1893
- 注意:此字段可能返回 null,表示取不到有效值。
1894
1850
  */
1895
1851
  UserId?: string;
1896
1852
  /**
1897
1853
  * 用户昵称。
1898
- 注意:此字段可能返回 null,表示取不到有效值。
1899
1854
  */
1900
1855
  Name?: string;
1901
1856
  /**
1902
1857
  * 用户头像Url。
1903
- 注意:此字段可能返回 null,表示取不到有效值。
1904
1858
  */
1905
1859
  Avatar?: string;
1906
1860
  /**
1907
1861
  * 用户在客户系统的Id
1908
- 注意:此字段可能返回 null,表示取不到有效值。
1909
1862
  */
1910
1863
  OriginId?: string;
1911
1864
  }
@@ -2141,12 +2094,10 @@ export interface BatchUserInfo {
2141
2094
  SdkAppId?: number;
2142
2095
  /**
2143
2096
  * 用户ID。
2144
- 注意:此字段可能返回 null,表示取不到有效值。
2145
2097
  */
2146
2098
  UserId?: string;
2147
2099
  /**
2148
2100
  * 用户在客户系统的Id。 若用户注册时该字段为空,则默认为 UserId 值一致。
2149
- 注意:此字段可能返回 null,表示取不到有效值。
2150
2101
  */
2151
2102
  OriginId?: string;
2152
2103
  }
@@ -2416,32 +2367,26 @@ export interface DescribeSdkAppIdUsersResponse {
2416
2367
  export interface EventDataInfo {
2417
2368
  /**
2418
2369
  * 事件发生的房间号。
2419
- 注意:此字段可能返回 null,表示取不到有效值。
2420
2370
  */
2421
2371
  RoomId?: number;
2422
2372
  /**
2423
2373
  * 事件发生的用户。
2424
- 注意:此字段可能返回 null,表示取不到有效值。
2425
2374
  */
2426
2375
  UserId?: string;
2427
2376
  /**
2428
2377
  * 用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program.
2429
- 注意:此字段可能返回 null,表示取不到有效值。
2430
2378
  */
2431
2379
  Device?: number;
2432
2380
  /**
2433
2381
  * 录制时长。单位:秒
2434
- 注意:此字段可能返回 null,表示取不到有效值。
2435
2382
  */
2436
2383
  Duration?: number;
2437
2384
  /**
2438
2385
  * 录制文件大小
2439
- 注意:此字段可能返回 null,表示取不到有效值。
2440
2386
  */
2441
2387
  RecordSize?: number;
2442
2388
  /**
2443
2389
  * 录制url
2444
- 注意:此字段可能返回 null,表示取不到有效值。
2445
2390
  */
2446
2391
  RecordUrl?: string;
2447
2392
  }
@@ -2550,22 +2495,18 @@ export interface DescribeSupervisorsRequest {
2550
2495
  export interface MessageList {
2551
2496
  /**
2552
2497
  * 消息时间戳
2553
- 注意:此字段可能返回 null,表示取不到有效值。
2554
2498
  */
2555
2499
  Timestamp?: number;
2556
2500
  /**
2557
2501
  * 消息发送者
2558
- 注意:此字段可能返回 null,表示取不到有效值。
2559
2502
  */
2560
2503
  FromAccount?: string;
2561
2504
  /**
2562
2505
  * 消息序列号,当前课堂内唯一且单调递增
2563
- 注意:此字段可能返回 null,表示取不到有效值。
2564
2506
  */
2565
2507
  Seq?: number;
2566
2508
  /**
2567
2509
  * 历史消息列表
2568
- 注意:此字段可能返回 null,表示取不到有效值。
2569
2510
  */
2570
2511
  MessageBody?: Array<MessageItem>;
2571
2512
  }
@@ -2713,12 +2654,10 @@ export interface UnbindDocumentFromRoomRequest {
2713
2654
  export interface MutedAccountList {
2714
2655
  /**
2715
2656
  * 用户 ID
2716
- 注意:此字段可能返回 null,表示取不到有效值。
2717
2657
  */
2718
2658
  MemberAccount?: string;
2719
2659
  /**
2720
2660
  * 禁言到的时间(使用 UTC 时间,即世界协调时间)
2721
- 注意:此字段可能返回 null,表示取不到有效值。
2722
2661
  */
2723
2662
  MutedUntil?: number;
2724
2663
  }
@@ -2767,47 +2706,38 @@ export interface StopRecordRequest {
2767
2706
  export interface SingleStreamInfo {
2768
2707
  /**
2769
2708
  * 用户ID
2770
- 注意:此字段可能返回 null,表示取不到有效值。
2771
2709
  */
2772
2710
  UserId?: string;
2773
2711
  /**
2774
2712
  * 开始时间
2775
- 注意:此字段可能返回 null,表示取不到有效值。
2776
2713
  */
2777
2714
  StartTime?: number;
2778
2715
  /**
2779
2716
  * 结束时间
2780
- 注意:此字段可能返回 null,表示取不到有效值。
2781
2717
  */
2782
2718
  StopTime?: number;
2783
2719
  /**
2784
2720
  * 总时长
2785
- 注意:此字段可能返回 null,表示取不到有效值。
2786
2721
  */
2787
2722
  Duration?: number;
2788
2723
  /**
2789
2724
  * 文件格式
2790
- 注意:此字段可能返回 null,表示取不到有效值。
2791
2725
  */
2792
2726
  FileFormat?: string;
2793
2727
  /**
2794
2728
  * 流url
2795
- 注意:此字段可能返回 null,表示取不到有效值。
2796
2729
  */
2797
2730
  RecordUrl?: string;
2798
2731
  /**
2799
2732
  * 流大小
2800
- 注意:此字段可能返回 null,表示取不到有效值。
2801
2733
  */
2802
2734
  RecordSize?: number;
2803
2735
  /**
2804
2736
  * 流ID
2805
- 注意:此字段可能返回 null,表示取不到有效值。
2806
2737
  */
2807
2738
  VideoId?: string;
2808
2739
  /**
2809
2740
  * 流类型
2810
- 注意:此字段可能返回 null,表示取不到有效值。
2811
2741
  */
2812
2742
  Role?: string;
2813
2743
  }
@@ -3102,17 +3032,14 @@ export interface DescribeRoomStatisticsRequest {
3102
3032
  export interface CustomMsgContent {
3103
3033
  /**
3104
3034
  * 自定义消息数据。
3105
- 注意:此字段可能返回 null,表示取不到有效值。
3106
3035
  */
3107
3036
  Data?: string;
3108
3037
  /**
3109
3038
  * 自定义消息描述信息。
3110
- 注意:此字段可能返回 null,表示取不到有效值。
3111
3039
  */
3112
3040
  Desc?: string;
3113
3041
  /**
3114
3042
  * 扩展字段。
3115
- 注意:此字段可能返回 null,表示取不到有效值。
3116
3043
  */
3117
3044
  Ext?: string;
3118
3045
  }
@@ -3217,7 +3144,6 @@ export interface QuestionInfo {
3217
3144
  CorrectAnswer?: number;
3218
3145
  /**
3219
3146
  * 每个选项答题人数统计
3220
- 注意:此字段可能返回 null,表示取不到有效值。
3221
3147
  */
3222
3148
  AnswerStats?: Array<AnswerStat>;
3223
3149
  }
@@ -3534,22 +3460,18 @@ export interface SceneItem {
3534
3460
  Scene?: string;
3535
3461
  /**
3536
3462
  * logo地址
3537
- 注意:此字段可能返回 null,表示取不到有效值。
3538
3463
  */
3539
3464
  LogoUrl?: string;
3540
3465
  /**
3541
3466
  * 主页地址
3542
- 注意:此字段可能返回 null,表示取不到有效值。
3543
3467
  */
3544
3468
  HomeUrl?: string;
3545
3469
  /**
3546
3470
  * 自定义的js
3547
- 注意:此字段可能返回 null,表示取不到有效值。
3548
3471
  */
3549
3472
  JSUrl?: string;
3550
3473
  /**
3551
3474
  * 自定义的css
3552
- 注意:此字段可能返回 null,表示取不到有效值。
3553
3475
  */
3554
3476
  CSSUrl?: string;
3555
3477
  }
@@ -3865,12 +3787,10 @@ export interface TextMsgContent {
3865
3787
  export interface TextMarkConfig {
3866
3788
  /**
3867
3789
  * 文字水印内容
3868
- 注意:此字段可能返回 null,表示取不到有效值。
3869
3790
  */
3870
3791
  Text?: string;
3871
3792
  /**
3872
3793
  * 文字水印颜色
3873
- 注意:此字段可能返回 null,表示取不到有效值。
3874
3794
  */
3875
3795
  Color?: string;
3876
3796
  }