@webex/event-dictionary-ts 1.0.1913 → 1.0.1915
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.
|
@@ -594,6 +594,9 @@
|
|
|
594
594
|
"errorCode": {
|
|
595
595
|
"type": "string"
|
|
596
596
|
},
|
|
597
|
+
"subErrorCode": {
|
|
598
|
+
"type": "string"
|
|
599
|
+
},
|
|
597
600
|
"captureFrameSize": {
|
|
598
601
|
"type": "integer"
|
|
599
602
|
},
|
|
@@ -649,6 +652,9 @@
|
|
|
649
652
|
},
|
|
650
653
|
"rawStreamStatus": {
|
|
651
654
|
"type": "integer"
|
|
655
|
+
},
|
|
656
|
+
"status": {
|
|
657
|
+
"type": "string"
|
|
652
658
|
}
|
|
653
659
|
}
|
|
654
660
|
}
|
|
@@ -2500,6 +2506,7 @@
|
|
|
2500
2506
|
"page.meeting.browser-reset",
|
|
2501
2507
|
"page.meeting.close-browser",
|
|
2502
2508
|
"page.meeting.extension.started",
|
|
2509
|
+
"page.meeting.extension.app.started",
|
|
2503
2510
|
"page.meeting.join-fallback.dismiss",
|
|
2504
2511
|
"page.meeting.join-fallback",
|
|
2505
2512
|
"page.meeting.launch-thinclient",
|
|
@@ -3454,6 +3461,14 @@
|
|
|
3454
3461
|
],
|
|
3455
3462
|
"type": "string"
|
|
3456
3463
|
},
|
|
3464
|
+
"urlProtocolLaunchMethod": {
|
|
3465
|
+
"enum": [
|
|
3466
|
+
"auto",
|
|
3467
|
+
"manual",
|
|
3468
|
+
"extension-fallback"
|
|
3469
|
+
],
|
|
3470
|
+
"type": "string"
|
|
3471
|
+
},
|
|
3457
3472
|
"browser": {
|
|
3458
3473
|
"type": "string"
|
|
3459
3474
|
},
|
|
@@ -6308,6 +6323,9 @@
|
|
|
6308
6323
|
"errorCode": {
|
|
6309
6324
|
"type": "string"
|
|
6310
6325
|
},
|
|
6326
|
+
"subErrorCode": {
|
|
6327
|
+
"type": "string"
|
|
6328
|
+
},
|
|
6311
6329
|
"captureFrameSize": {
|
|
6312
6330
|
"type": "integer"
|
|
6313
6331
|
},
|
|
@@ -6363,6 +6381,9 @@
|
|
|
6363
6381
|
},
|
|
6364
6382
|
"rawStreamStatus": {
|
|
6365
6383
|
"type": "integer"
|
|
6384
|
+
},
|
|
6385
|
+
"status": {
|
|
6386
|
+
"type": "string"
|
|
6366
6387
|
}
|
|
6367
6388
|
}
|
|
6368
6389
|
}
|
|
@@ -6392,6 +6413,9 @@
|
|
|
6392
6413
|
"errorCode": {
|
|
6393
6414
|
"type": "string"
|
|
6394
6415
|
},
|
|
6416
|
+
"subErrorCode": {
|
|
6417
|
+
"type": "string"
|
|
6418
|
+
},
|
|
6395
6419
|
"captureFrameSize": {
|
|
6396
6420
|
"type": "integer"
|
|
6397
6421
|
},
|
|
@@ -6447,6 +6471,9 @@
|
|
|
6447
6471
|
},
|
|
6448
6472
|
"rawStreamStatus": {
|
|
6449
6473
|
"type": "integer"
|
|
6474
|
+
},
|
|
6475
|
+
"status": {
|
|
6476
|
+
"type": "string"
|
|
6450
6477
|
}
|
|
6451
6478
|
}
|
|
6452
6479
|
},
|
|
@@ -6475,6 +6502,9 @@
|
|
|
6475
6502
|
"errorCode": {
|
|
6476
6503
|
"type": "string"
|
|
6477
6504
|
},
|
|
6505
|
+
"subErrorCode": {
|
|
6506
|
+
"type": "string"
|
|
6507
|
+
},
|
|
6478
6508
|
"captureFrameSize": {
|
|
6479
6509
|
"type": "integer"
|
|
6480
6510
|
},
|
|
@@ -6530,6 +6560,9 @@
|
|
|
6530
6560
|
},
|
|
6531
6561
|
"rawStreamStatus": {
|
|
6532
6562
|
"type": "integer"
|
|
6563
|
+
},
|
|
6564
|
+
"status": {
|
|
6565
|
+
"type": "string"
|
|
6533
6566
|
}
|
|
6534
6567
|
}
|
|
6535
6568
|
},
|
|
@@ -6558,6 +6591,9 @@
|
|
|
6558
6591
|
"errorCode": {
|
|
6559
6592
|
"type": "string"
|
|
6560
6593
|
},
|
|
6594
|
+
"subErrorCode": {
|
|
6595
|
+
"type": "string"
|
|
6596
|
+
},
|
|
6561
6597
|
"captureFrameSize": {
|
|
6562
6598
|
"type": "integer"
|
|
6563
6599
|
},
|
|
@@ -6613,6 +6649,9 @@
|
|
|
6613
6649
|
},
|
|
6614
6650
|
"rawStreamStatus": {
|
|
6615
6651
|
"type": "integer"
|
|
6652
|
+
},
|
|
6653
|
+
"status": {
|
|
6654
|
+
"type": "string"
|
|
6616
6655
|
}
|
|
6617
6656
|
}
|
|
6618
6657
|
},
|
|
@@ -196,6 +196,14 @@
|
|
|
196
196
|
],
|
|
197
197
|
"type": "string"
|
|
198
198
|
},
|
|
199
|
+
"urlProtocolLaunchMethod": {
|
|
200
|
+
"enum": [
|
|
201
|
+
"auto",
|
|
202
|
+
"manual",
|
|
203
|
+
"extension-fallback"
|
|
204
|
+
],
|
|
205
|
+
"type": "string"
|
|
206
|
+
},
|
|
199
207
|
"browser": {
|
|
200
208
|
"type": "string"
|
|
201
209
|
},
|
|
@@ -1118,6 +1126,9 @@
|
|
|
1118
1126
|
"errorCode": {
|
|
1119
1127
|
"type": "string"
|
|
1120
1128
|
},
|
|
1129
|
+
"subErrorCode": {
|
|
1130
|
+
"type": "string"
|
|
1131
|
+
},
|
|
1121
1132
|
"captureFrameSize": {
|
|
1122
1133
|
"type": "integer"
|
|
1123
1134
|
},
|
|
@@ -1173,6 +1184,9 @@
|
|
|
1173
1184
|
},
|
|
1174
1185
|
"rawStreamStatus": {
|
|
1175
1186
|
"type": "integer"
|
|
1187
|
+
},
|
|
1188
|
+
"status": {
|
|
1189
|
+
"type": "string"
|
|
1176
1190
|
}
|
|
1177
1191
|
}
|
|
1178
1192
|
}
|
|
@@ -3024,6 +3038,7 @@
|
|
|
3024
3038
|
"page.meeting.browser-reset",
|
|
3025
3039
|
"page.meeting.close-browser",
|
|
3026
3040
|
"page.meeting.extension.started",
|
|
3041
|
+
"page.meeting.extension.app.started",
|
|
3027
3042
|
"page.meeting.join-fallback.dismiss",
|
|
3028
3043
|
"page.meeting.join-fallback",
|
|
3029
3044
|
"page.meeting.launch-thinclient",
|
|
@@ -3978,6 +3993,14 @@
|
|
|
3978
3993
|
],
|
|
3979
3994
|
"type": "string"
|
|
3980
3995
|
},
|
|
3996
|
+
"urlProtocolLaunchMethod": {
|
|
3997
|
+
"enum": [
|
|
3998
|
+
"auto",
|
|
3999
|
+
"manual",
|
|
4000
|
+
"extension-fallback"
|
|
4001
|
+
],
|
|
4002
|
+
"type": "string"
|
|
4003
|
+
},
|
|
3981
4004
|
"browser": {
|
|
3982
4005
|
"type": "string"
|
|
3983
4006
|
},
|
|
@@ -6832,6 +6855,9 @@
|
|
|
6832
6855
|
"errorCode": {
|
|
6833
6856
|
"type": "string"
|
|
6834
6857
|
},
|
|
6858
|
+
"subErrorCode": {
|
|
6859
|
+
"type": "string"
|
|
6860
|
+
},
|
|
6835
6861
|
"captureFrameSize": {
|
|
6836
6862
|
"type": "integer"
|
|
6837
6863
|
},
|
|
@@ -6887,6 +6913,9 @@
|
|
|
6887
6913
|
},
|
|
6888
6914
|
"rawStreamStatus": {
|
|
6889
6915
|
"type": "integer"
|
|
6916
|
+
},
|
|
6917
|
+
"status": {
|
|
6918
|
+
"type": "string"
|
|
6890
6919
|
}
|
|
6891
6920
|
}
|
|
6892
6921
|
}
|
|
@@ -6916,6 +6945,9 @@
|
|
|
6916
6945
|
"errorCode": {
|
|
6917
6946
|
"type": "string"
|
|
6918
6947
|
},
|
|
6948
|
+
"subErrorCode": {
|
|
6949
|
+
"type": "string"
|
|
6950
|
+
},
|
|
6919
6951
|
"captureFrameSize": {
|
|
6920
6952
|
"type": "integer"
|
|
6921
6953
|
},
|
|
@@ -6971,6 +7003,9 @@
|
|
|
6971
7003
|
},
|
|
6972
7004
|
"rawStreamStatus": {
|
|
6973
7005
|
"type": "integer"
|
|
7006
|
+
},
|
|
7007
|
+
"status": {
|
|
7008
|
+
"type": "string"
|
|
6974
7009
|
}
|
|
6975
7010
|
}
|
|
6976
7011
|
},
|
|
@@ -6999,6 +7034,9 @@
|
|
|
6999
7034
|
"errorCode": {
|
|
7000
7035
|
"type": "string"
|
|
7001
7036
|
},
|
|
7037
|
+
"subErrorCode": {
|
|
7038
|
+
"type": "string"
|
|
7039
|
+
},
|
|
7002
7040
|
"captureFrameSize": {
|
|
7003
7041
|
"type": "integer"
|
|
7004
7042
|
},
|
|
@@ -7054,6 +7092,9 @@
|
|
|
7054
7092
|
},
|
|
7055
7093
|
"rawStreamStatus": {
|
|
7056
7094
|
"type": "integer"
|
|
7095
|
+
},
|
|
7096
|
+
"status": {
|
|
7097
|
+
"type": "string"
|
|
7057
7098
|
}
|
|
7058
7099
|
}
|
|
7059
7100
|
},
|
|
@@ -7082,6 +7123,9 @@
|
|
|
7082
7123
|
"errorCode": {
|
|
7083
7124
|
"type": "string"
|
|
7084
7125
|
},
|
|
7126
|
+
"subErrorCode": {
|
|
7127
|
+
"type": "string"
|
|
7128
|
+
},
|
|
7085
7129
|
"captureFrameSize": {
|
|
7086
7130
|
"type": "integer"
|
|
7087
7131
|
},
|
|
@@ -7137,6 +7181,9 @@
|
|
|
7137
7181
|
},
|
|
7138
7182
|
"rawStreamStatus": {
|
|
7139
7183
|
"type": "integer"
|
|
7184
|
+
},
|
|
7185
|
+
"status": {
|
|
7186
|
+
"type": "string"
|
|
7140
7187
|
}
|
|
7141
7188
|
}
|
|
7142
7189
|
},
|
|
@@ -9071,6 +9118,9 @@
|
|
|
9071
9118
|
"errorCode": {
|
|
9072
9119
|
"type": "string"
|
|
9073
9120
|
},
|
|
9121
|
+
"subErrorCode": {
|
|
9122
|
+
"type": "string"
|
|
9123
|
+
},
|
|
9074
9124
|
"captureFrameSize": {
|
|
9075
9125
|
"type": "integer"
|
|
9076
9126
|
},
|
|
@@ -9126,6 +9176,9 @@
|
|
|
9126
9176
|
},
|
|
9127
9177
|
"rawStreamStatus": {
|
|
9128
9178
|
"type": "integer"
|
|
9179
|
+
},
|
|
9180
|
+
"status": {
|
|
9181
|
+
"type": "string"
|
|
9129
9182
|
}
|
|
9130
9183
|
}
|
|
9131
9184
|
}
|
|
@@ -13684,6 +13737,9 @@
|
|
|
13684
13737
|
"errorCode": {
|
|
13685
13738
|
"type": "string"
|
|
13686
13739
|
},
|
|
13740
|
+
"subErrorCode": {
|
|
13741
|
+
"type": "string"
|
|
13742
|
+
},
|
|
13687
13743
|
"captureFrameSize": {
|
|
13688
13744
|
"type": "integer"
|
|
13689
13745
|
},
|
|
@@ -13739,6 +13795,9 @@
|
|
|
13739
13795
|
},
|
|
13740
13796
|
"rawStreamStatus": {
|
|
13741
13797
|
"type": "integer"
|
|
13798
|
+
},
|
|
13799
|
+
"status": {
|
|
13800
|
+
"type": "string"
|
|
13742
13801
|
}
|
|
13743
13802
|
}
|
|
13744
13803
|
}
|
|
@@ -16170,6 +16229,9 @@
|
|
|
16170
16229
|
"errorCode": {
|
|
16171
16230
|
"type": "string"
|
|
16172
16231
|
},
|
|
16232
|
+
"subErrorCode": {
|
|
16233
|
+
"type": "string"
|
|
16234
|
+
},
|
|
16173
16235
|
"captureFrameSize": {
|
|
16174
16236
|
"type": "integer"
|
|
16175
16237
|
},
|
|
@@ -16225,6 +16287,9 @@
|
|
|
16225
16287
|
},
|
|
16226
16288
|
"rawStreamStatus": {
|
|
16227
16289
|
"type": "integer"
|
|
16290
|
+
},
|
|
16291
|
+
"status": {
|
|
16292
|
+
"type": "string"
|
|
16228
16293
|
}
|
|
16229
16294
|
}
|
|
16230
16295
|
}
|
|
@@ -16254,6 +16319,9 @@
|
|
|
16254
16319
|
"errorCode": {
|
|
16255
16320
|
"type": "string"
|
|
16256
16321
|
},
|
|
16322
|
+
"subErrorCode": {
|
|
16323
|
+
"type": "string"
|
|
16324
|
+
},
|
|
16257
16325
|
"captureFrameSize": {
|
|
16258
16326
|
"type": "integer"
|
|
16259
16327
|
},
|
|
@@ -16309,6 +16377,9 @@
|
|
|
16309
16377
|
},
|
|
16310
16378
|
"rawStreamStatus": {
|
|
16311
16379
|
"type": "integer"
|
|
16380
|
+
},
|
|
16381
|
+
"status": {
|
|
16382
|
+
"type": "string"
|
|
16312
16383
|
}
|
|
16313
16384
|
}
|
|
16314
16385
|
},
|
|
@@ -16337,6 +16408,9 @@
|
|
|
16337
16408
|
"errorCode": {
|
|
16338
16409
|
"type": "string"
|
|
16339
16410
|
},
|
|
16411
|
+
"subErrorCode": {
|
|
16412
|
+
"type": "string"
|
|
16413
|
+
},
|
|
16340
16414
|
"captureFrameSize": {
|
|
16341
16415
|
"type": "integer"
|
|
16342
16416
|
},
|
|
@@ -16392,6 +16466,9 @@
|
|
|
16392
16466
|
},
|
|
16393
16467
|
"rawStreamStatus": {
|
|
16394
16468
|
"type": "integer"
|
|
16469
|
+
},
|
|
16470
|
+
"status": {
|
|
16471
|
+
"type": "string"
|
|
16395
16472
|
}
|
|
16396
16473
|
}
|
|
16397
16474
|
},
|
|
@@ -16420,6 +16497,9 @@
|
|
|
16420
16497
|
"errorCode": {
|
|
16421
16498
|
"type": "string"
|
|
16422
16499
|
},
|
|
16500
|
+
"subErrorCode": {
|
|
16501
|
+
"type": "string"
|
|
16502
|
+
},
|
|
16423
16503
|
"captureFrameSize": {
|
|
16424
16504
|
"type": "integer"
|
|
16425
16505
|
},
|
|
@@ -16475,6 +16555,9 @@
|
|
|
16475
16555
|
},
|
|
16476
16556
|
"rawStreamStatus": {
|
|
16477
16557
|
"type": "integer"
|
|
16558
|
+
},
|
|
16559
|
+
"status": {
|
|
16560
|
+
"type": "string"
|
|
16478
16561
|
}
|
|
16479
16562
|
}
|
|
16480
16563
|
},
|
|
@@ -23969,6 +24052,9 @@
|
|
|
23969
24052
|
"errorCode": {
|
|
23970
24053
|
"type": "string"
|
|
23971
24054
|
},
|
|
24055
|
+
"subErrorCode": {
|
|
24056
|
+
"type": "string"
|
|
24057
|
+
},
|
|
23972
24058
|
"captureFrameSize": {
|
|
23973
24059
|
"type": "integer"
|
|
23974
24060
|
},
|
|
@@ -24024,6 +24110,9 @@
|
|
|
24024
24110
|
},
|
|
24025
24111
|
"rawStreamStatus": {
|
|
24026
24112
|
"type": "integer"
|
|
24113
|
+
},
|
|
24114
|
+
"status": {
|
|
24115
|
+
"type": "string"
|
|
24027
24116
|
}
|
|
24028
24117
|
}
|
|
24029
24118
|
}
|
|
@@ -28034,6 +28123,9 @@
|
|
|
28034
28123
|
"errorCode": {
|
|
28035
28124
|
"type": "string"
|
|
28036
28125
|
},
|
|
28126
|
+
"subErrorCode": {
|
|
28127
|
+
"type": "string"
|
|
28128
|
+
},
|
|
28037
28129
|
"captureFrameSize": {
|
|
28038
28130
|
"type": "integer"
|
|
28039
28131
|
},
|
|
@@ -28089,6 +28181,9 @@
|
|
|
28089
28181
|
},
|
|
28090
28182
|
"rawStreamStatus": {
|
|
28091
28183
|
"type": "integer"
|
|
28184
|
+
},
|
|
28185
|
+
"status": {
|
|
28186
|
+
"type": "string"
|
|
28092
28187
|
}
|
|
28093
28188
|
}
|
|
28094
28189
|
}
|
|
@@ -30440,6 +30535,9 @@
|
|
|
30440
30535
|
"errorCode": {
|
|
30441
30536
|
"type": "string"
|
|
30442
30537
|
},
|
|
30538
|
+
"subErrorCode": {
|
|
30539
|
+
"type": "string"
|
|
30540
|
+
},
|
|
30443
30541
|
"captureFrameSize": {
|
|
30444
30542
|
"type": "integer"
|
|
30445
30543
|
},
|
|
@@ -30495,6 +30593,9 @@
|
|
|
30495
30593
|
},
|
|
30496
30594
|
"rawStreamStatus": {
|
|
30497
30595
|
"type": "integer"
|
|
30596
|
+
},
|
|
30597
|
+
"status": {
|
|
30598
|
+
"type": "string"
|
|
30498
30599
|
}
|
|
30499
30600
|
}
|
|
30500
30601
|
}
|
|
@@ -30524,6 +30625,9 @@
|
|
|
30524
30625
|
"errorCode": {
|
|
30525
30626
|
"type": "string"
|
|
30526
30627
|
},
|
|
30628
|
+
"subErrorCode": {
|
|
30629
|
+
"type": "string"
|
|
30630
|
+
},
|
|
30527
30631
|
"captureFrameSize": {
|
|
30528
30632
|
"type": "integer"
|
|
30529
30633
|
},
|
|
@@ -30579,6 +30683,9 @@
|
|
|
30579
30683
|
},
|
|
30580
30684
|
"rawStreamStatus": {
|
|
30581
30685
|
"type": "integer"
|
|
30686
|
+
},
|
|
30687
|
+
"status": {
|
|
30688
|
+
"type": "string"
|
|
30582
30689
|
}
|
|
30583
30690
|
}
|
|
30584
30691
|
},
|
|
@@ -30607,6 +30714,9 @@
|
|
|
30607
30714
|
"errorCode": {
|
|
30608
30715
|
"type": "string"
|
|
30609
30716
|
},
|
|
30717
|
+
"subErrorCode": {
|
|
30718
|
+
"type": "string"
|
|
30719
|
+
},
|
|
30610
30720
|
"captureFrameSize": {
|
|
30611
30721
|
"type": "integer"
|
|
30612
30722
|
},
|
|
@@ -30662,6 +30772,9 @@
|
|
|
30662
30772
|
},
|
|
30663
30773
|
"rawStreamStatus": {
|
|
30664
30774
|
"type": "integer"
|
|
30775
|
+
},
|
|
30776
|
+
"status": {
|
|
30777
|
+
"type": "string"
|
|
30665
30778
|
}
|
|
30666
30779
|
}
|
|
30667
30780
|
},
|
|
@@ -30690,6 +30803,9 @@
|
|
|
30690
30803
|
"errorCode": {
|
|
30691
30804
|
"type": "string"
|
|
30692
30805
|
},
|
|
30806
|
+
"subErrorCode": {
|
|
30807
|
+
"type": "string"
|
|
30808
|
+
},
|
|
30693
30809
|
"captureFrameSize": {
|
|
30694
30810
|
"type": "integer"
|
|
30695
30811
|
},
|
|
@@ -30745,6 +30861,9 @@
|
|
|
30745
30861
|
},
|
|
30746
30862
|
"rawStreamStatus": {
|
|
30747
30863
|
"type": "integer"
|
|
30864
|
+
},
|
|
30865
|
+
"status": {
|
|
30866
|
+
"type": "string"
|
|
30748
30867
|
}
|
|
30749
30868
|
}
|
|
30750
30869
|
},
|
|
@@ -33527,6 +33646,9 @@
|
|
|
33527
33646
|
"errorCode": {
|
|
33528
33647
|
"type": "string"
|
|
33529
33648
|
},
|
|
33649
|
+
"subErrorCode": {
|
|
33650
|
+
"type": "string"
|
|
33651
|
+
},
|
|
33530
33652
|
"captureFrameSize": {
|
|
33531
33653
|
"type": "integer"
|
|
33532
33654
|
},
|
|
@@ -33582,6 +33704,9 @@
|
|
|
33582
33704
|
},
|
|
33583
33705
|
"rawStreamStatus": {
|
|
33584
33706
|
"type": "integer"
|
|
33707
|
+
},
|
|
33708
|
+
"status": {
|
|
33709
|
+
"type": "string"
|
|
33585
33710
|
}
|
|
33586
33711
|
}
|
|
33587
33712
|
}
|
|
@@ -594,6 +594,9 @@
|
|
|
594
594
|
"errorCode": {
|
|
595
595
|
"type": "string"
|
|
596
596
|
},
|
|
597
|
+
"subErrorCode": {
|
|
598
|
+
"type": "string"
|
|
599
|
+
},
|
|
597
600
|
"captureFrameSize": {
|
|
598
601
|
"type": "integer"
|
|
599
602
|
},
|
|
@@ -649,6 +652,9 @@
|
|
|
649
652
|
},
|
|
650
653
|
"rawStreamStatus": {
|
|
651
654
|
"type": "integer"
|
|
655
|
+
},
|
|
656
|
+
"status": {
|
|
657
|
+
"type": "string"
|
|
652
658
|
}
|
|
653
659
|
}
|
|
654
660
|
}
|
|
@@ -595,6 +595,9 @@
|
|
|
595
595
|
"errorCode": {
|
|
596
596
|
"type": "string"
|
|
597
597
|
},
|
|
598
|
+
"subErrorCode": {
|
|
599
|
+
"type": "string"
|
|
600
|
+
},
|
|
598
601
|
"captureFrameSize": {
|
|
599
602
|
"type": "integer"
|
|
600
603
|
},
|
|
@@ -650,6 +653,9 @@
|
|
|
650
653
|
},
|
|
651
654
|
"rawStreamStatus": {
|
|
652
655
|
"type": "integer"
|
|
656
|
+
},
|
|
657
|
+
"status": {
|
|
658
|
+
"type": "string"
|
|
653
659
|
}
|
|
654
660
|
}
|
|
655
661
|
}
|
|
@@ -3081,6 +3087,9 @@
|
|
|
3081
3087
|
"errorCode": {
|
|
3082
3088
|
"type": "string"
|
|
3083
3089
|
},
|
|
3090
|
+
"subErrorCode": {
|
|
3091
|
+
"type": "string"
|
|
3092
|
+
},
|
|
3084
3093
|
"captureFrameSize": {
|
|
3085
3094
|
"type": "integer"
|
|
3086
3095
|
},
|
|
@@ -3136,6 +3145,9 @@
|
|
|
3136
3145
|
},
|
|
3137
3146
|
"rawStreamStatus": {
|
|
3138
3147
|
"type": "integer"
|
|
3148
|
+
},
|
|
3149
|
+
"status": {
|
|
3150
|
+
"type": "string"
|
|
3139
3151
|
}
|
|
3140
3152
|
}
|
|
3141
3153
|
}
|
|
@@ -3165,6 +3177,9 @@
|
|
|
3165
3177
|
"errorCode": {
|
|
3166
3178
|
"type": "string"
|
|
3167
3179
|
},
|
|
3180
|
+
"subErrorCode": {
|
|
3181
|
+
"type": "string"
|
|
3182
|
+
},
|
|
3168
3183
|
"captureFrameSize": {
|
|
3169
3184
|
"type": "integer"
|
|
3170
3185
|
},
|
|
@@ -3220,6 +3235,9 @@
|
|
|
3220
3235
|
},
|
|
3221
3236
|
"rawStreamStatus": {
|
|
3222
3237
|
"type": "integer"
|
|
3238
|
+
},
|
|
3239
|
+
"status": {
|
|
3240
|
+
"type": "string"
|
|
3223
3241
|
}
|
|
3224
3242
|
}
|
|
3225
3243
|
},
|
|
@@ -3248,6 +3266,9 @@
|
|
|
3248
3266
|
"errorCode": {
|
|
3249
3267
|
"type": "string"
|
|
3250
3268
|
},
|
|
3269
|
+
"subErrorCode": {
|
|
3270
|
+
"type": "string"
|
|
3271
|
+
},
|
|
3251
3272
|
"captureFrameSize": {
|
|
3252
3273
|
"type": "integer"
|
|
3253
3274
|
},
|
|
@@ -3303,6 +3324,9 @@
|
|
|
3303
3324
|
},
|
|
3304
3325
|
"rawStreamStatus": {
|
|
3305
3326
|
"type": "integer"
|
|
3327
|
+
},
|
|
3328
|
+
"status": {
|
|
3329
|
+
"type": "string"
|
|
3306
3330
|
}
|
|
3307
3331
|
}
|
|
3308
3332
|
},
|
|
@@ -3331,6 +3355,9 @@
|
|
|
3331
3355
|
"errorCode": {
|
|
3332
3356
|
"type": "string"
|
|
3333
3357
|
},
|
|
3358
|
+
"subErrorCode": {
|
|
3359
|
+
"type": "string"
|
|
3360
|
+
},
|
|
3334
3361
|
"captureFrameSize": {
|
|
3335
3362
|
"type": "integer"
|
|
3336
3363
|
},
|
|
@@ -3386,6 +3413,9 @@
|
|
|
3386
3413
|
},
|
|
3387
3414
|
"rawStreamStatus": {
|
|
3388
3415
|
"type": "integer"
|
|
3416
|
+
},
|
|
3417
|
+
"status": {
|
|
3418
|
+
"type": "string"
|
|
3389
3419
|
}
|
|
3390
3420
|
}
|
|
3391
3421
|
},
|
|
@@ -122,6 +122,7 @@ export interface Event {
|
|
|
122
122
|
| "installer-launcher"
|
|
123
123
|
| "launcher"
|
|
124
124
|
| "cws-launcher";
|
|
125
|
+
urlProtocolLaunchMethod?: "auto" | "manual" | "extension-fallback";
|
|
125
126
|
browser?: string;
|
|
126
127
|
browserVersion?: string;
|
|
127
128
|
/**
|
|
@@ -562,6 +563,7 @@ export interface Event {
|
|
|
562
563
|
information?: string;
|
|
563
564
|
driver?: string;
|
|
564
565
|
errorCode?: string;
|
|
566
|
+
subErrorCode?: string;
|
|
565
567
|
captureFrameSize?: number;
|
|
566
568
|
captureFps?: number;
|
|
567
569
|
captureFrameworkType?: number;
|
|
@@ -586,6 +588,7 @@ export interface Event {
|
|
|
586
588
|
sysAudioSEStatus?: number;
|
|
587
589
|
isVolumeControlAvailable?: boolean;
|
|
588
590
|
rawStreamStatus?: number;
|
|
591
|
+
status?: string;
|
|
589
592
|
additionalProperties?: false;
|
|
590
593
|
};
|
|
591
594
|
additionalProperties?: false;
|
|
@@ -1332,6 +1335,7 @@ export interface Event {
|
|
|
1332
1335
|
| "page.meeting.browser-reset"
|
|
1333
1336
|
| "page.meeting.close-browser"
|
|
1334
1337
|
| "page.meeting.extension.started"
|
|
1338
|
+
| "page.meeting.extension.app.started"
|
|
1335
1339
|
| "page.meeting.join-fallback.dismiss"
|
|
1336
1340
|
| "page.meeting.join-fallback"
|
|
1337
1341
|
| "page.meeting.launch-thinclient"
|
|
@@ -1774,6 +1778,7 @@ export interface Event {
|
|
|
1774
1778
|
| "installer-launcher"
|
|
1775
1779
|
| "launcher"
|
|
1776
1780
|
| "cws-launcher";
|
|
1781
|
+
urlProtocolLaunchMethod?: "auto" | "manual" | "extension-fallback";
|
|
1777
1782
|
browser?: string;
|
|
1778
1783
|
browserVersion?: string;
|
|
1779
1784
|
/**
|
|
@@ -3225,6 +3230,7 @@ export interface Event {
|
|
|
3225
3230
|
information?: string;
|
|
3226
3231
|
driver?: string;
|
|
3227
3232
|
errorCode?: string;
|
|
3233
|
+
subErrorCode?: string;
|
|
3228
3234
|
captureFrameSize?: number;
|
|
3229
3235
|
captureFps?: number;
|
|
3230
3236
|
captureFrameworkType?: number;
|
|
@@ -3249,6 +3255,7 @@ export interface Event {
|
|
|
3249
3255
|
sysAudioSEStatus?: number;
|
|
3250
3256
|
isVolumeControlAvailable?: boolean;
|
|
3251
3257
|
rawStreamStatus?: number;
|
|
3258
|
+
status?: string;
|
|
3252
3259
|
additionalProperties?: false;
|
|
3253
3260
|
}[];
|
|
3254
3261
|
/**
|
|
@@ -3259,6 +3266,7 @@ export interface Event {
|
|
|
3259
3266
|
information?: string;
|
|
3260
3267
|
driver?: string;
|
|
3261
3268
|
errorCode?: string;
|
|
3269
|
+
subErrorCode?: string;
|
|
3262
3270
|
captureFrameSize?: number;
|
|
3263
3271
|
captureFps?: number;
|
|
3264
3272
|
captureFrameworkType?: number;
|
|
@@ -3283,6 +3291,7 @@ export interface Event {
|
|
|
3283
3291
|
sysAudioSEStatus?: number;
|
|
3284
3292
|
isVolumeControlAvailable?: boolean;
|
|
3285
3293
|
rawStreamStatus?: number;
|
|
3294
|
+
status?: string;
|
|
3286
3295
|
additionalProperties?: false;
|
|
3287
3296
|
};
|
|
3288
3297
|
/**
|
|
@@ -3293,6 +3302,7 @@ export interface Event {
|
|
|
3293
3302
|
information?: string;
|
|
3294
3303
|
driver?: string;
|
|
3295
3304
|
errorCode?: string;
|
|
3305
|
+
subErrorCode?: string;
|
|
3296
3306
|
captureFrameSize?: number;
|
|
3297
3307
|
captureFps?: number;
|
|
3298
3308
|
captureFrameworkType?: number;
|
|
@@ -3317,6 +3327,7 @@ export interface Event {
|
|
|
3317
3327
|
sysAudioSEStatus?: number;
|
|
3318
3328
|
isVolumeControlAvailable?: boolean;
|
|
3319
3329
|
rawStreamStatus?: number;
|
|
3330
|
+
status?: string;
|
|
3320
3331
|
additionalProperties?: false;
|
|
3321
3332
|
};
|
|
3322
3333
|
/**
|
|
@@ -3327,6 +3338,7 @@ export interface Event {
|
|
|
3327
3338
|
information?: string;
|
|
3328
3339
|
driver?: string;
|
|
3329
3340
|
errorCode?: string;
|
|
3341
|
+
subErrorCode?: string;
|
|
3330
3342
|
captureFrameSize?: number;
|
|
3331
3343
|
captureFps?: number;
|
|
3332
3344
|
captureFrameworkType?: number;
|
|
@@ -3351,6 +3363,7 @@ export interface Event {
|
|
|
3351
3363
|
sysAudioSEStatus?: number;
|
|
3352
3364
|
isVolumeControlAvailable?: boolean;
|
|
3353
3365
|
rawStreamStatus?: number;
|
|
3366
|
+
status?: string;
|
|
3354
3367
|
additionalProperties?: false;
|
|
3355
3368
|
};
|
|
3356
3369
|
/**
|
|
@@ -4302,6 +4315,7 @@ export interface Event {
|
|
|
4302
4315
|
information?: string;
|
|
4303
4316
|
driver?: string;
|
|
4304
4317
|
errorCode?: string;
|
|
4318
|
+
subErrorCode?: string;
|
|
4305
4319
|
captureFrameSize?: number;
|
|
4306
4320
|
captureFps?: number;
|
|
4307
4321
|
captureFrameworkType?: number;
|
|
@@ -4326,6 +4340,7 @@ export interface Event {
|
|
|
4326
4340
|
sysAudioSEStatus?: number;
|
|
4327
4341
|
isVolumeControlAvailable?: boolean;
|
|
4328
4342
|
rawStreamStatus?: number;
|
|
4343
|
+
status?: string;
|
|
4329
4344
|
additionalProperties?: false;
|
|
4330
4345
|
};
|
|
4331
4346
|
additionalProperties?: false;
|
|
@@ -6298,6 +6313,7 @@ export interface Event {
|
|
|
6298
6313
|
information?: string;
|
|
6299
6314
|
driver?: string;
|
|
6300
6315
|
errorCode?: string;
|
|
6316
|
+
subErrorCode?: string;
|
|
6301
6317
|
captureFrameSize?: number;
|
|
6302
6318
|
captureFps?: number;
|
|
6303
6319
|
captureFrameworkType?: number;
|
|
@@ -6322,6 +6338,7 @@ export interface Event {
|
|
|
6322
6338
|
sysAudioSEStatus?: number;
|
|
6323
6339
|
isVolumeControlAvailable?: boolean;
|
|
6324
6340
|
rawStreamStatus?: number;
|
|
6341
|
+
status?: string;
|
|
6325
6342
|
additionalProperties?: false;
|
|
6326
6343
|
};
|
|
6327
6344
|
additionalProperties?: false;
|
|
@@ -7113,6 +7130,7 @@ export interface Event {
|
|
|
7113
7130
|
information?: string;
|
|
7114
7131
|
driver?: string;
|
|
7115
7132
|
errorCode?: string;
|
|
7133
|
+
subErrorCode?: string;
|
|
7116
7134
|
captureFrameSize?: number;
|
|
7117
7135
|
captureFps?: number;
|
|
7118
7136
|
captureFrameworkType?: number;
|
|
@@ -7137,6 +7155,7 @@ export interface Event {
|
|
|
7137
7155
|
sysAudioSEStatus?: number;
|
|
7138
7156
|
isVolumeControlAvailable?: boolean;
|
|
7139
7157
|
rawStreamStatus?: number;
|
|
7158
|
+
status?: string;
|
|
7140
7159
|
additionalProperties?: false;
|
|
7141
7160
|
}[];
|
|
7142
7161
|
/**
|
|
@@ -7147,6 +7166,7 @@ export interface Event {
|
|
|
7147
7166
|
information?: string;
|
|
7148
7167
|
driver?: string;
|
|
7149
7168
|
errorCode?: string;
|
|
7169
|
+
subErrorCode?: string;
|
|
7150
7170
|
captureFrameSize?: number;
|
|
7151
7171
|
captureFps?: number;
|
|
7152
7172
|
captureFrameworkType?: number;
|
|
@@ -7171,6 +7191,7 @@ export interface Event {
|
|
|
7171
7191
|
sysAudioSEStatus?: number;
|
|
7172
7192
|
isVolumeControlAvailable?: boolean;
|
|
7173
7193
|
rawStreamStatus?: number;
|
|
7194
|
+
status?: string;
|
|
7174
7195
|
additionalProperties?: false;
|
|
7175
7196
|
};
|
|
7176
7197
|
/**
|
|
@@ -7181,6 +7202,7 @@ export interface Event {
|
|
|
7181
7202
|
information?: string;
|
|
7182
7203
|
driver?: string;
|
|
7183
7204
|
errorCode?: string;
|
|
7205
|
+
subErrorCode?: string;
|
|
7184
7206
|
captureFrameSize?: number;
|
|
7185
7207
|
captureFps?: number;
|
|
7186
7208
|
captureFrameworkType?: number;
|
|
@@ -7205,6 +7227,7 @@ export interface Event {
|
|
|
7205
7227
|
sysAudioSEStatus?: number;
|
|
7206
7228
|
isVolumeControlAvailable?: boolean;
|
|
7207
7229
|
rawStreamStatus?: number;
|
|
7230
|
+
status?: string;
|
|
7208
7231
|
additionalProperties?: false;
|
|
7209
7232
|
};
|
|
7210
7233
|
/**
|
|
@@ -7215,6 +7238,7 @@ export interface Event {
|
|
|
7215
7238
|
information?: string;
|
|
7216
7239
|
driver?: string;
|
|
7217
7240
|
errorCode?: string;
|
|
7241
|
+
subErrorCode?: string;
|
|
7218
7242
|
captureFrameSize?: number;
|
|
7219
7243
|
captureFps?: number;
|
|
7220
7244
|
captureFrameworkType?: number;
|
|
@@ -7239,6 +7263,7 @@ export interface Event {
|
|
|
7239
7263
|
sysAudioSEStatus?: number;
|
|
7240
7264
|
isVolumeControlAvailable?: boolean;
|
|
7241
7265
|
rawStreamStatus?: number;
|
|
7266
|
+
status?: string;
|
|
7242
7267
|
additionalProperties?: false;
|
|
7243
7268
|
};
|
|
7244
7269
|
/**
|
|
@@ -10336,6 +10361,7 @@ export interface Event {
|
|
|
10336
10361
|
information?: string;
|
|
10337
10362
|
driver?: string;
|
|
10338
10363
|
errorCode?: string;
|
|
10364
|
+
subErrorCode?: string;
|
|
10339
10365
|
captureFrameSize?: number;
|
|
10340
10366
|
captureFps?: number;
|
|
10341
10367
|
captureFrameworkType?: number;
|
|
@@ -10360,6 +10386,7 @@ export interface Event {
|
|
|
10360
10386
|
sysAudioSEStatus?: number;
|
|
10361
10387
|
isVolumeControlAvailable?: boolean;
|
|
10362
10388
|
rawStreamStatus?: number;
|
|
10389
|
+
status?: string;
|
|
10363
10390
|
additionalProperties?: false;
|
|
10364
10391
|
};
|
|
10365
10392
|
additionalProperties?: false;
|
|
@@ -12103,6 +12130,7 @@ export interface Event {
|
|
|
12103
12130
|
information?: string;
|
|
12104
12131
|
driver?: string;
|
|
12105
12132
|
errorCode?: string;
|
|
12133
|
+
subErrorCode?: string;
|
|
12106
12134
|
captureFrameSize?: number;
|
|
12107
12135
|
captureFps?: number;
|
|
12108
12136
|
captureFrameworkType?: number;
|
|
@@ -12127,6 +12155,7 @@ export interface Event {
|
|
|
12127
12155
|
sysAudioSEStatus?: number;
|
|
12128
12156
|
isVolumeControlAvailable?: boolean;
|
|
12129
12157
|
rawStreamStatus?: number;
|
|
12158
|
+
status?: string;
|
|
12130
12159
|
additionalProperties?: false;
|
|
12131
12160
|
};
|
|
12132
12161
|
additionalProperties?: false;
|
|
@@ -12886,6 +12915,7 @@ export interface Event {
|
|
|
12886
12915
|
information?: string;
|
|
12887
12916
|
driver?: string;
|
|
12888
12917
|
errorCode?: string;
|
|
12918
|
+
subErrorCode?: string;
|
|
12889
12919
|
captureFrameSize?: number;
|
|
12890
12920
|
captureFps?: number;
|
|
12891
12921
|
captureFrameworkType?: number;
|
|
@@ -12910,6 +12940,7 @@ export interface Event {
|
|
|
12910
12940
|
sysAudioSEStatus?: number;
|
|
12911
12941
|
isVolumeControlAvailable?: boolean;
|
|
12912
12942
|
rawStreamStatus?: number;
|
|
12943
|
+
status?: string;
|
|
12913
12944
|
additionalProperties?: false;
|
|
12914
12945
|
}[];
|
|
12915
12946
|
/**
|
|
@@ -12920,6 +12951,7 @@ export interface Event {
|
|
|
12920
12951
|
information?: string;
|
|
12921
12952
|
driver?: string;
|
|
12922
12953
|
errorCode?: string;
|
|
12954
|
+
subErrorCode?: string;
|
|
12923
12955
|
captureFrameSize?: number;
|
|
12924
12956
|
captureFps?: number;
|
|
12925
12957
|
captureFrameworkType?: number;
|
|
@@ -12944,6 +12976,7 @@ export interface Event {
|
|
|
12944
12976
|
sysAudioSEStatus?: number;
|
|
12945
12977
|
isVolumeControlAvailable?: boolean;
|
|
12946
12978
|
rawStreamStatus?: number;
|
|
12979
|
+
status?: string;
|
|
12947
12980
|
additionalProperties?: false;
|
|
12948
12981
|
};
|
|
12949
12982
|
/**
|
|
@@ -12954,6 +12987,7 @@ export interface Event {
|
|
|
12954
12987
|
information?: string;
|
|
12955
12988
|
driver?: string;
|
|
12956
12989
|
errorCode?: string;
|
|
12990
|
+
subErrorCode?: string;
|
|
12957
12991
|
captureFrameSize?: number;
|
|
12958
12992
|
captureFps?: number;
|
|
12959
12993
|
captureFrameworkType?: number;
|
|
@@ -12978,6 +13012,7 @@ export interface Event {
|
|
|
12978
13012
|
sysAudioSEStatus?: number;
|
|
12979
13013
|
isVolumeControlAvailable?: boolean;
|
|
12980
13014
|
rawStreamStatus?: number;
|
|
13015
|
+
status?: string;
|
|
12981
13016
|
additionalProperties?: false;
|
|
12982
13017
|
};
|
|
12983
13018
|
/**
|
|
@@ -12988,6 +13023,7 @@ export interface Event {
|
|
|
12988
13023
|
information?: string;
|
|
12989
13024
|
driver?: string;
|
|
12990
13025
|
errorCode?: string;
|
|
13026
|
+
subErrorCode?: string;
|
|
12991
13027
|
captureFrameSize?: number;
|
|
12992
13028
|
captureFps?: number;
|
|
12993
13029
|
captureFrameworkType?: number;
|
|
@@ -13012,6 +13048,7 @@ export interface Event {
|
|
|
13012
13048
|
sysAudioSEStatus?: number;
|
|
13013
13049
|
isVolumeControlAvailable?: boolean;
|
|
13014
13050
|
rawStreamStatus?: number;
|
|
13051
|
+
status?: string;
|
|
13015
13052
|
additionalProperties?: false;
|
|
13016
13053
|
};
|
|
13017
13054
|
/**
|
|
@@ -13991,6 +14028,7 @@ export interface Event {
|
|
|
13991
14028
|
information?: string;
|
|
13992
14029
|
driver?: string;
|
|
13993
14030
|
errorCode?: string;
|
|
14031
|
+
subErrorCode?: string;
|
|
13994
14032
|
captureFrameSize?: number;
|
|
13995
14033
|
captureFps?: number;
|
|
13996
14034
|
captureFrameworkType?: number;
|
|
@@ -14015,6 +14053,7 @@ export interface Event {
|
|
|
14015
14053
|
sysAudioSEStatus?: number;
|
|
14016
14054
|
isVolumeControlAvailable?: boolean;
|
|
14017
14055
|
rawStreamStatus?: number;
|
|
14056
|
+
status?: string;
|
|
14018
14057
|
additionalProperties?: false;
|
|
14019
14058
|
};
|
|
14020
14059
|
additionalProperties?: false;
|
|
@@ -15047,6 +15086,7 @@ export interface ClientEvent {
|
|
|
15047
15086
|
information?: string;
|
|
15048
15087
|
driver?: string;
|
|
15049
15088
|
errorCode?: string;
|
|
15089
|
+
subErrorCode?: string;
|
|
15050
15090
|
captureFrameSize?: number;
|
|
15051
15091
|
captureFps?: number;
|
|
15052
15092
|
captureFrameworkType?: number;
|
|
@@ -15071,6 +15111,7 @@ export interface ClientEvent {
|
|
|
15071
15111
|
sysAudioSEStatus?: number;
|
|
15072
15112
|
isVolumeControlAvailable?: boolean;
|
|
15073
15113
|
rawStreamStatus?: number;
|
|
15114
|
+
status?: string;
|
|
15074
15115
|
additionalProperties?: false;
|
|
15075
15116
|
};
|
|
15076
15117
|
additionalProperties?: false;
|
|
@@ -15811,6 +15852,7 @@ export interface ClientEvent {
|
|
|
15811
15852
|
| "page.meeting.browser-reset"
|
|
15812
15853
|
| "page.meeting.close-browser"
|
|
15813
15854
|
| "page.meeting.extension.started"
|
|
15855
|
+
| "page.meeting.extension.app.started"
|
|
15814
15856
|
| "page.meeting.join-fallback.dismiss"
|
|
15815
15857
|
| "page.meeting.join-fallback"
|
|
15816
15858
|
| "page.meeting.launch-thinclient"
|
|
@@ -16253,6 +16295,7 @@ export interface ClientEvent {
|
|
|
16253
16295
|
| "installer-launcher"
|
|
16254
16296
|
| "launcher"
|
|
16255
16297
|
| "cws-launcher";
|
|
16298
|
+
urlProtocolLaunchMethod?: "auto" | "manual" | "extension-fallback";
|
|
16256
16299
|
browser?: string;
|
|
16257
16300
|
browserVersion?: string;
|
|
16258
16301
|
/**
|
|
@@ -17704,6 +17747,7 @@ export interface ClientEvent {
|
|
|
17704
17747
|
information?: string;
|
|
17705
17748
|
driver?: string;
|
|
17706
17749
|
errorCode?: string;
|
|
17750
|
+
subErrorCode?: string;
|
|
17707
17751
|
captureFrameSize?: number;
|
|
17708
17752
|
captureFps?: number;
|
|
17709
17753
|
captureFrameworkType?: number;
|
|
@@ -17728,6 +17772,7 @@ export interface ClientEvent {
|
|
|
17728
17772
|
sysAudioSEStatus?: number;
|
|
17729
17773
|
isVolumeControlAvailable?: boolean;
|
|
17730
17774
|
rawStreamStatus?: number;
|
|
17775
|
+
status?: string;
|
|
17731
17776
|
additionalProperties?: false;
|
|
17732
17777
|
}[];
|
|
17733
17778
|
/**
|
|
@@ -17738,6 +17783,7 @@ export interface ClientEvent {
|
|
|
17738
17783
|
information?: string;
|
|
17739
17784
|
driver?: string;
|
|
17740
17785
|
errorCode?: string;
|
|
17786
|
+
subErrorCode?: string;
|
|
17741
17787
|
captureFrameSize?: number;
|
|
17742
17788
|
captureFps?: number;
|
|
17743
17789
|
captureFrameworkType?: number;
|
|
@@ -17762,6 +17808,7 @@ export interface ClientEvent {
|
|
|
17762
17808
|
sysAudioSEStatus?: number;
|
|
17763
17809
|
isVolumeControlAvailable?: boolean;
|
|
17764
17810
|
rawStreamStatus?: number;
|
|
17811
|
+
status?: string;
|
|
17765
17812
|
additionalProperties?: false;
|
|
17766
17813
|
};
|
|
17767
17814
|
/**
|
|
@@ -17772,6 +17819,7 @@ export interface ClientEvent {
|
|
|
17772
17819
|
information?: string;
|
|
17773
17820
|
driver?: string;
|
|
17774
17821
|
errorCode?: string;
|
|
17822
|
+
subErrorCode?: string;
|
|
17775
17823
|
captureFrameSize?: number;
|
|
17776
17824
|
captureFps?: number;
|
|
17777
17825
|
captureFrameworkType?: number;
|
|
@@ -17796,6 +17844,7 @@ export interface ClientEvent {
|
|
|
17796
17844
|
sysAudioSEStatus?: number;
|
|
17797
17845
|
isVolumeControlAvailable?: boolean;
|
|
17798
17846
|
rawStreamStatus?: number;
|
|
17847
|
+
status?: string;
|
|
17799
17848
|
additionalProperties?: false;
|
|
17800
17849
|
};
|
|
17801
17850
|
/**
|
|
@@ -17806,6 +17855,7 @@ export interface ClientEvent {
|
|
|
17806
17855
|
information?: string;
|
|
17807
17856
|
driver?: string;
|
|
17808
17857
|
errorCode?: string;
|
|
17858
|
+
subErrorCode?: string;
|
|
17809
17859
|
captureFrameSize?: number;
|
|
17810
17860
|
captureFps?: number;
|
|
17811
17861
|
captureFrameworkType?: number;
|
|
@@ -17830,6 +17880,7 @@ export interface ClientEvent {
|
|
|
17830
17880
|
sysAudioSEStatus?: number;
|
|
17831
17881
|
isVolumeControlAvailable?: boolean;
|
|
17832
17882
|
rawStreamStatus?: number;
|
|
17883
|
+
status?: string;
|
|
17833
17884
|
additionalProperties?: false;
|
|
17834
17885
|
};
|
|
17835
17886
|
/**
|
|
@@ -18694,6 +18745,7 @@ export interface FeatureEvent {
|
|
|
18694
18745
|
information?: string;
|
|
18695
18746
|
driver?: string;
|
|
18696
18747
|
errorCode?: string;
|
|
18748
|
+
subErrorCode?: string;
|
|
18697
18749
|
captureFrameSize?: number;
|
|
18698
18750
|
captureFps?: number;
|
|
18699
18751
|
captureFrameworkType?: number;
|
|
@@ -18718,6 +18770,7 @@ export interface FeatureEvent {
|
|
|
18718
18770
|
sysAudioSEStatus?: number;
|
|
18719
18771
|
isVolumeControlAvailable?: boolean;
|
|
18720
18772
|
rawStreamStatus?: number;
|
|
18773
|
+
status?: string;
|
|
18721
18774
|
additionalProperties?: false;
|
|
18722
18775
|
};
|
|
18723
18776
|
additionalProperties?: false;
|
|
@@ -20466,6 +20519,7 @@ export interface MediaQualityEvent {
|
|
|
20466
20519
|
information?: string;
|
|
20467
20520
|
driver?: string;
|
|
20468
20521
|
errorCode?: string;
|
|
20522
|
+
subErrorCode?: string;
|
|
20469
20523
|
captureFrameSize?: number;
|
|
20470
20524
|
captureFps?: number;
|
|
20471
20525
|
captureFrameworkType?: number;
|
|
@@ -20490,6 +20544,7 @@ export interface MediaQualityEvent {
|
|
|
20490
20544
|
sysAudioSEStatus?: number;
|
|
20491
20545
|
isVolumeControlAvailable?: boolean;
|
|
20492
20546
|
rawStreamStatus?: number;
|
|
20547
|
+
status?: string;
|
|
20493
20548
|
additionalProperties?: false;
|
|
20494
20549
|
};
|
|
20495
20550
|
additionalProperties?: false;
|
|
@@ -21275,6 +21330,7 @@ export interface MediaQualityEvent {
|
|
|
21275
21330
|
information?: string;
|
|
21276
21331
|
driver?: string;
|
|
21277
21332
|
errorCode?: string;
|
|
21333
|
+
subErrorCode?: string;
|
|
21278
21334
|
captureFrameSize?: number;
|
|
21279
21335
|
captureFps?: number;
|
|
21280
21336
|
captureFrameworkType?: number;
|
|
@@ -21299,6 +21355,7 @@ export interface MediaQualityEvent {
|
|
|
21299
21355
|
sysAudioSEStatus?: number;
|
|
21300
21356
|
isVolumeControlAvailable?: boolean;
|
|
21301
21357
|
rawStreamStatus?: number;
|
|
21358
|
+
status?: string;
|
|
21302
21359
|
additionalProperties?: false;
|
|
21303
21360
|
}[];
|
|
21304
21361
|
/**
|
|
@@ -21309,6 +21366,7 @@ export interface MediaQualityEvent {
|
|
|
21309
21366
|
information?: string;
|
|
21310
21367
|
driver?: string;
|
|
21311
21368
|
errorCode?: string;
|
|
21369
|
+
subErrorCode?: string;
|
|
21312
21370
|
captureFrameSize?: number;
|
|
21313
21371
|
captureFps?: number;
|
|
21314
21372
|
captureFrameworkType?: number;
|
|
@@ -21333,6 +21391,7 @@ export interface MediaQualityEvent {
|
|
|
21333
21391
|
sysAudioSEStatus?: number;
|
|
21334
21392
|
isVolumeControlAvailable?: boolean;
|
|
21335
21393
|
rawStreamStatus?: number;
|
|
21394
|
+
status?: string;
|
|
21336
21395
|
additionalProperties?: false;
|
|
21337
21396
|
};
|
|
21338
21397
|
/**
|
|
@@ -21343,6 +21402,7 @@ export interface MediaQualityEvent {
|
|
|
21343
21402
|
information?: string;
|
|
21344
21403
|
driver?: string;
|
|
21345
21404
|
errorCode?: string;
|
|
21405
|
+
subErrorCode?: string;
|
|
21346
21406
|
captureFrameSize?: number;
|
|
21347
21407
|
captureFps?: number;
|
|
21348
21408
|
captureFrameworkType?: number;
|
|
@@ -21367,6 +21427,7 @@ export interface MediaQualityEvent {
|
|
|
21367
21427
|
sysAudioSEStatus?: number;
|
|
21368
21428
|
isVolumeControlAvailable?: boolean;
|
|
21369
21429
|
rawStreamStatus?: number;
|
|
21430
|
+
status?: string;
|
|
21370
21431
|
additionalProperties?: false;
|
|
21371
21432
|
};
|
|
21372
21433
|
/**
|
|
@@ -21377,6 +21438,7 @@ export interface MediaQualityEvent {
|
|
|
21377
21438
|
information?: string;
|
|
21378
21439
|
driver?: string;
|
|
21379
21440
|
errorCode?: string;
|
|
21441
|
+
subErrorCode?: string;
|
|
21380
21442
|
captureFrameSize?: number;
|
|
21381
21443
|
captureFps?: number;
|
|
21382
21444
|
captureFrameworkType?: number;
|
|
@@ -21401,6 +21463,7 @@ export interface MediaQualityEvent {
|
|
|
21401
21463
|
sysAudioSEStatus?: number;
|
|
21402
21464
|
isVolumeControlAvailable?: boolean;
|
|
21403
21465
|
rawStreamStatus?: number;
|
|
21466
|
+
status?: string;
|
|
21404
21467
|
additionalProperties?: false;
|
|
21405
21468
|
};
|
|
21406
21469
|
/**
|
package/package.json
CHANGED