@webex/event-dictionary-ts 1.0.2071 → 1.0.2073
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.
|
@@ -2268,6 +2268,21 @@
|
|
|
2268
2268
|
"isPrivateMeeting": {
|
|
2269
2269
|
"type": "boolean"
|
|
2270
2270
|
},
|
|
2271
|
+
"llmLatency": {
|
|
2272
|
+
"type": "object",
|
|
2273
|
+
"description": "Low Latency Mercury latency measurements",
|
|
2274
|
+
"additionalProperties": true,
|
|
2275
|
+
"properties": {
|
|
2276
|
+
"clientLLMDatachannelResponseTime": {
|
|
2277
|
+
"type": "integer",
|
|
2278
|
+
"minimum": 0
|
|
2279
|
+
},
|
|
2280
|
+
"clientLLMWebSocketConnectTime": {
|
|
2281
|
+
"type": "integer",
|
|
2282
|
+
"minimum": 0
|
|
2283
|
+
}
|
|
2284
|
+
}
|
|
2285
|
+
},
|
|
2271
2286
|
"name": {
|
|
2272
2287
|
"enum": [
|
|
2273
2288
|
"client.abort.join",
|
|
@@ -2356,6 +2371,7 @@
|
|
|
2356
2371
|
"client.launcher.restart.end",
|
|
2357
2372
|
"client.license.activations.request",
|
|
2358
2373
|
"client.license.activations.response",
|
|
2374
|
+
"client.llm.connect.response",
|
|
2359
2375
|
"client.interstitial-window.launched",
|
|
2360
2376
|
"client.interstitial-window.start-launch",
|
|
2361
2377
|
"client.ivr.join.request",
|
|
@@ -4394,6 +4410,10 @@
|
|
|
4394
4410
|
"type": "integer",
|
|
4395
4411
|
"minimum": 0
|
|
4396
4412
|
},
|
|
4413
|
+
"serverMeetingInfoReqResp": {
|
|
4414
|
+
"type": "integer",
|
|
4415
|
+
"minimum": 0
|
|
4416
|
+
},
|
|
4397
4417
|
"sessionJMT": {
|
|
4398
4418
|
"type": "integer",
|
|
4399
4419
|
"minimum": 0
|
|
@@ -2828,6 +2828,21 @@
|
|
|
2828
2828
|
"isPrivateMeeting": {
|
|
2829
2829
|
"type": "boolean"
|
|
2830
2830
|
},
|
|
2831
|
+
"llmLatency": {
|
|
2832
|
+
"type": "object",
|
|
2833
|
+
"description": "Low Latency Mercury latency measurements",
|
|
2834
|
+
"additionalProperties": true,
|
|
2835
|
+
"properties": {
|
|
2836
|
+
"clientLLMDatachannelResponseTime": {
|
|
2837
|
+
"type": "integer",
|
|
2838
|
+
"minimum": 0
|
|
2839
|
+
},
|
|
2840
|
+
"clientLLMWebSocketConnectTime": {
|
|
2841
|
+
"type": "integer",
|
|
2842
|
+
"minimum": 0
|
|
2843
|
+
}
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2831
2846
|
"name": {
|
|
2832
2847
|
"enum": [
|
|
2833
2848
|
"client.abort.join",
|
|
@@ -2916,6 +2931,7 @@
|
|
|
2916
2931
|
"client.launcher.restart.end",
|
|
2917
2932
|
"client.license.activations.request",
|
|
2918
2933
|
"client.license.activations.response",
|
|
2934
|
+
"client.llm.connect.response",
|
|
2919
2935
|
"client.interstitial-window.launched",
|
|
2920
2936
|
"client.interstitial-window.start-launch",
|
|
2921
2937
|
"client.ivr.join.request",
|
|
@@ -4954,6 +4970,10 @@
|
|
|
4954
4970
|
"type": "integer",
|
|
4955
4971
|
"minimum": 0
|
|
4956
4972
|
},
|
|
4973
|
+
"serverMeetingInfoReqResp": {
|
|
4974
|
+
"type": "integer",
|
|
4975
|
+
"minimum": 0
|
|
4976
|
+
},
|
|
4957
4977
|
"sessionJMT": {
|
|
4958
4978
|
"type": "integer",
|
|
4959
4979
|
"minimum": 0
|
|
@@ -11019,6 +11039,21 @@
|
|
|
11019
11039
|
"isPrivateMeeting": {
|
|
11020
11040
|
"type": "boolean"
|
|
11021
11041
|
},
|
|
11042
|
+
"llmLatency": {
|
|
11043
|
+
"type": "object",
|
|
11044
|
+
"description": "Low Latency Mercury latency measurements",
|
|
11045
|
+
"additionalProperties": true,
|
|
11046
|
+
"properties": {
|
|
11047
|
+
"clientLLMDatachannelResponseTime": {
|
|
11048
|
+
"type": "integer",
|
|
11049
|
+
"minimum": 0
|
|
11050
|
+
},
|
|
11051
|
+
"clientLLMWebSocketConnectTime": {
|
|
11052
|
+
"type": "integer",
|
|
11053
|
+
"minimum": 0
|
|
11054
|
+
}
|
|
11055
|
+
}
|
|
11056
|
+
},
|
|
11022
11057
|
"remoteAgent": {
|
|
11023
11058
|
"type": "string"
|
|
11024
11059
|
},
|
|
@@ -15658,6 +15693,21 @@
|
|
|
15658
15693
|
"isPrivateMeeting": {
|
|
15659
15694
|
"type": "boolean"
|
|
15660
15695
|
},
|
|
15696
|
+
"llmLatency": {
|
|
15697
|
+
"type": "object",
|
|
15698
|
+
"description": "Low Latency Mercury latency measurements",
|
|
15699
|
+
"additionalProperties": true,
|
|
15700
|
+
"properties": {
|
|
15701
|
+
"clientLLMDatachannelResponseTime": {
|
|
15702
|
+
"type": "integer",
|
|
15703
|
+
"minimum": 0
|
|
15704
|
+
},
|
|
15705
|
+
"clientLLMWebSocketConnectTime": {
|
|
15706
|
+
"type": "integer",
|
|
15707
|
+
"minimum": 0
|
|
15708
|
+
}
|
|
15709
|
+
}
|
|
15710
|
+
},
|
|
15661
15711
|
"trigger": {
|
|
15662
15712
|
"enum": [
|
|
15663
15713
|
"dummyTrigger1",
|
|
@@ -27296,6 +27346,21 @@
|
|
|
27296
27346
|
"isPrivateMeeting": {
|
|
27297
27347
|
"type": "boolean"
|
|
27298
27348
|
},
|
|
27349
|
+
"llmLatency": {
|
|
27350
|
+
"type": "object",
|
|
27351
|
+
"description": "Low Latency Mercury latency measurements",
|
|
27352
|
+
"additionalProperties": true,
|
|
27353
|
+
"properties": {
|
|
27354
|
+
"clientLLMDatachannelResponseTime": {
|
|
27355
|
+
"type": "integer",
|
|
27356
|
+
"minimum": 0
|
|
27357
|
+
},
|
|
27358
|
+
"clientLLMWebSocketConnectTime": {
|
|
27359
|
+
"type": "integer",
|
|
27360
|
+
"minimum": 0
|
|
27361
|
+
}
|
|
27362
|
+
}
|
|
27363
|
+
},
|
|
27299
27364
|
"name": {
|
|
27300
27365
|
"enum": [
|
|
27301
27366
|
"client.feature.audio.noise.removal",
|
|
@@ -31378,6 +31443,21 @@
|
|
|
31378
31443
|
"isPrivateMeeting": {
|
|
31379
31444
|
"type": "boolean"
|
|
31380
31445
|
},
|
|
31446
|
+
"llmLatency": {
|
|
31447
|
+
"type": "object",
|
|
31448
|
+
"description": "Low Latency Mercury latency measurements",
|
|
31449
|
+
"additionalProperties": true,
|
|
31450
|
+
"properties": {
|
|
31451
|
+
"clientLLMDatachannelResponseTime": {
|
|
31452
|
+
"type": "integer",
|
|
31453
|
+
"minimum": 0
|
|
31454
|
+
},
|
|
31455
|
+
"clientLLMWebSocketConnectTime": {
|
|
31456
|
+
"type": "integer",
|
|
31457
|
+
"minimum": 0
|
|
31458
|
+
}
|
|
31459
|
+
}
|
|
31460
|
+
},
|
|
31381
31461
|
"trigger": {
|
|
31382
31462
|
"enum": [
|
|
31383
31463
|
"dummyTrigger1",
|
|
@@ -37221,6 +37301,21 @@
|
|
|
37221
37301
|
"isPrivateMeeting": {
|
|
37222
37302
|
"type": "boolean"
|
|
37223
37303
|
},
|
|
37304
|
+
"llmLatency": {
|
|
37305
|
+
"type": "object",
|
|
37306
|
+
"description": "Low Latency Mercury latency measurements",
|
|
37307
|
+
"additionalProperties": true,
|
|
37308
|
+
"properties": {
|
|
37309
|
+
"clientLLMDatachannelResponseTime": {
|
|
37310
|
+
"type": "integer",
|
|
37311
|
+
"minimum": 0
|
|
37312
|
+
},
|
|
37313
|
+
"clientLLMWebSocketConnectTime": {
|
|
37314
|
+
"type": "integer",
|
|
37315
|
+
"minimum": 0
|
|
37316
|
+
}
|
|
37317
|
+
}
|
|
37318
|
+
},
|
|
37224
37319
|
"trigger": {
|
|
37225
37320
|
"enum": [
|
|
37226
37321
|
"dummyTrigger1",
|
|
@@ -2314,6 +2314,21 @@
|
|
|
2314
2314
|
"isPrivateMeeting": {
|
|
2315
2315
|
"type": "boolean"
|
|
2316
2316
|
},
|
|
2317
|
+
"llmLatency": {
|
|
2318
|
+
"type": "object",
|
|
2319
|
+
"description": "Low Latency Mercury latency measurements",
|
|
2320
|
+
"additionalProperties": true,
|
|
2321
|
+
"properties": {
|
|
2322
|
+
"clientLLMDatachannelResponseTime": {
|
|
2323
|
+
"type": "integer",
|
|
2324
|
+
"minimum": 0
|
|
2325
|
+
},
|
|
2326
|
+
"clientLLMWebSocketConnectTime": {
|
|
2327
|
+
"type": "integer",
|
|
2328
|
+
"minimum": 0
|
|
2329
|
+
}
|
|
2330
|
+
}
|
|
2331
|
+
},
|
|
2317
2332
|
"name": {
|
|
2318
2333
|
"enum": [
|
|
2319
2334
|
"client.feature.audio.noise.removal",
|
|
@@ -2315,6 +2315,21 @@
|
|
|
2315
2315
|
"isPrivateMeeting": {
|
|
2316
2316
|
"type": "boolean"
|
|
2317
2317
|
},
|
|
2318
|
+
"llmLatency": {
|
|
2319
|
+
"type": "object",
|
|
2320
|
+
"description": "Low Latency Mercury latency measurements",
|
|
2321
|
+
"additionalProperties": true,
|
|
2322
|
+
"properties": {
|
|
2323
|
+
"clientLLMDatachannelResponseTime": {
|
|
2324
|
+
"type": "integer",
|
|
2325
|
+
"minimum": 0
|
|
2326
|
+
},
|
|
2327
|
+
"clientLLMWebSocketConnectTime": {
|
|
2328
|
+
"type": "integer",
|
|
2329
|
+
"minimum": 0
|
|
2330
|
+
}
|
|
2331
|
+
}
|
|
2332
|
+
},
|
|
2318
2333
|
"trigger": {
|
|
2319
2334
|
"enum": [
|
|
2320
2335
|
"dummyTrigger1",
|
|
@@ -1119,6 +1119,14 @@ export interface Event {
|
|
|
1119
1119
|
additionalProperties?: false;
|
|
1120
1120
|
};
|
|
1121
1121
|
isPrivateMeeting?: boolean;
|
|
1122
|
+
/**
|
|
1123
|
+
* Low Latency Mercury latency measurements
|
|
1124
|
+
*/
|
|
1125
|
+
llmLatency?: {
|
|
1126
|
+
clientLLMDatachannelResponseTime?: number;
|
|
1127
|
+
clientLLMWebSocketConnectTime?: number;
|
|
1128
|
+
additionalProperties?: false;
|
|
1129
|
+
};
|
|
1122
1130
|
name:
|
|
1123
1131
|
| "client.abort.join"
|
|
1124
1132
|
| "client.alert.displayed"
|
|
@@ -1206,6 +1214,7 @@ export interface Event {
|
|
|
1206
1214
|
| "client.launcher.restart.end"
|
|
1207
1215
|
| "client.license.activations.request"
|
|
1208
1216
|
| "client.license.activations.response"
|
|
1217
|
+
| "client.llm.connect.response"
|
|
1209
1218
|
| "client.interstitial-window.launched"
|
|
1210
1219
|
| "client.interstitial-window.start-launch"
|
|
1211
1220
|
| "client.ivr.join.request"
|
|
@@ -2141,6 +2150,7 @@ export interface Event {
|
|
|
2141
2150
|
roapOfferReqToOkTime?: number;
|
|
2142
2151
|
roapOfferRespTime?: number;
|
|
2143
2152
|
roapOkTime?: number;
|
|
2153
|
+
serverMeetingInfoReqResp?: number;
|
|
2144
2154
|
sessionJMT?: number;
|
|
2145
2155
|
shareICESetupTime?: number;
|
|
2146
2156
|
showInterstitialTime?: number;
|
|
@@ -4981,6 +4991,14 @@ export interface Event {
|
|
|
4981
4991
|
additionalProperties?: false;
|
|
4982
4992
|
};
|
|
4983
4993
|
isPrivateMeeting?: boolean;
|
|
4994
|
+
/**
|
|
4995
|
+
* Low Latency Mercury latency measurements
|
|
4996
|
+
*/
|
|
4997
|
+
llmLatency?: {
|
|
4998
|
+
clientLLMDatachannelResponseTime?: number;
|
|
4999
|
+
clientLLMWebSocketConnectTime?: number;
|
|
5000
|
+
additionalProperties?: false;
|
|
5001
|
+
};
|
|
4984
5002
|
remoteAgent?: string;
|
|
4985
5003
|
name:
|
|
4986
5004
|
| "addin.scheduling.request"
|
|
@@ -6992,6 +7010,14 @@ export interface Event {
|
|
|
6992
7010
|
additionalProperties?: false;
|
|
6993
7011
|
};
|
|
6994
7012
|
isPrivateMeeting?: boolean;
|
|
7013
|
+
/**
|
|
7014
|
+
* Low Latency Mercury latency measurements
|
|
7015
|
+
*/
|
|
7016
|
+
llmLatency?: {
|
|
7017
|
+
clientLLMDatachannelResponseTime?: number;
|
|
7018
|
+
clientLLMWebSocketConnectTime?: number;
|
|
7019
|
+
additionalProperties?: false;
|
|
7020
|
+
};
|
|
6995
7021
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
|
|
6996
7022
|
name: "server.mediaquality.event" | "client.mediaquality.event";
|
|
6997
7023
|
/**
|
|
@@ -11737,6 +11763,14 @@ export interface Event {
|
|
|
11737
11763
|
additionalProperties?: false;
|
|
11738
11764
|
};
|
|
11739
11765
|
isPrivateMeeting?: boolean;
|
|
11766
|
+
/**
|
|
11767
|
+
* Low Latency Mercury latency measurements
|
|
11768
|
+
*/
|
|
11769
|
+
llmLatency?: {
|
|
11770
|
+
clientLLMDatachannelResponseTime?: number;
|
|
11771
|
+
clientLLMWebSocketConnectTime?: number;
|
|
11772
|
+
additionalProperties?: false;
|
|
11773
|
+
};
|
|
11740
11774
|
name:
|
|
11741
11775
|
| "client.feature.audio.noise.removal"
|
|
11742
11776
|
| "client.feature.embedded-object-info"
|
|
@@ -13516,6 +13550,14 @@ export interface Event {
|
|
|
13516
13550
|
additionalProperties?: false;
|
|
13517
13551
|
};
|
|
13518
13552
|
isPrivateMeeting?: boolean;
|
|
13553
|
+
/**
|
|
13554
|
+
* Low Latency Mercury latency measurements
|
|
13555
|
+
*/
|
|
13556
|
+
llmLatency?: {
|
|
13557
|
+
clientLLMDatachannelResponseTime?: number;
|
|
13558
|
+
clientLLMWebSocketConnectTime?: number;
|
|
13559
|
+
additionalProperties?: false;
|
|
13560
|
+
};
|
|
13519
13561
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "edge-mediaquality";
|
|
13520
13562
|
name: "edge.mediaquality.event";
|
|
13521
13563
|
/**
|
|
@@ -15498,6 +15540,14 @@ export interface Event {
|
|
|
15498
15540
|
additionalProperties?: false;
|
|
15499
15541
|
};
|
|
15500
15542
|
isPrivateMeeting?: boolean;
|
|
15543
|
+
/**
|
|
15544
|
+
* Low Latency Mercury latency measurements
|
|
15545
|
+
*/
|
|
15546
|
+
llmLatency?: {
|
|
15547
|
+
clientLLMDatachannelResponseTime?: number;
|
|
15548
|
+
clientLLMWebSocketConnectTime?: number;
|
|
15549
|
+
additionalProperties?: false;
|
|
15550
|
+
};
|
|
15501
15551
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "recording-event";
|
|
15502
15552
|
name:
|
|
15503
15553
|
| "crc.recording.create.request"
|
|
@@ -16529,6 +16579,14 @@ export interface ClientEvent {
|
|
|
16529
16579
|
additionalProperties?: false;
|
|
16530
16580
|
};
|
|
16531
16581
|
isPrivateMeeting?: boolean;
|
|
16582
|
+
/**
|
|
16583
|
+
* Low Latency Mercury latency measurements
|
|
16584
|
+
*/
|
|
16585
|
+
llmLatency?: {
|
|
16586
|
+
clientLLMDatachannelResponseTime?: number;
|
|
16587
|
+
clientLLMWebSocketConnectTime?: number;
|
|
16588
|
+
additionalProperties?: false;
|
|
16589
|
+
};
|
|
16532
16590
|
name:
|
|
16533
16591
|
| "client.abort.join"
|
|
16534
16592
|
| "client.alert.displayed"
|
|
@@ -16616,6 +16674,7 @@ export interface ClientEvent {
|
|
|
16616
16674
|
| "client.launcher.restart.end"
|
|
16617
16675
|
| "client.license.activations.request"
|
|
16618
16676
|
| "client.license.activations.response"
|
|
16677
|
+
| "client.llm.connect.response"
|
|
16619
16678
|
| "client.interstitial-window.launched"
|
|
16620
16679
|
| "client.interstitial-window.start-launch"
|
|
16621
16680
|
| "client.ivr.join.request"
|
|
@@ -17551,6 +17610,7 @@ export interface ClientEvent {
|
|
|
17551
17610
|
roapOfferReqToOkTime?: number;
|
|
17552
17611
|
roapOfferRespTime?: number;
|
|
17553
17612
|
roapOkTime?: number;
|
|
17613
|
+
serverMeetingInfoReqResp?: number;
|
|
17554
17614
|
sessionJMT?: number;
|
|
17555
17615
|
shareICESetupTime?: number;
|
|
17556
17616
|
showInterstitialTime?: number;
|
|
@@ -20297,6 +20357,14 @@ export interface FeatureEvent {
|
|
|
20297
20357
|
additionalProperties?: false;
|
|
20298
20358
|
};
|
|
20299
20359
|
isPrivateMeeting?: boolean;
|
|
20360
|
+
/**
|
|
20361
|
+
* Low Latency Mercury latency measurements
|
|
20362
|
+
*/
|
|
20363
|
+
llmLatency?: {
|
|
20364
|
+
clientLLMDatachannelResponseTime?: number;
|
|
20365
|
+
clientLLMWebSocketConnectTime?: number;
|
|
20366
|
+
additionalProperties?: false;
|
|
20367
|
+
};
|
|
20300
20368
|
name:
|
|
20301
20369
|
| "client.feature.audio.noise.removal"
|
|
20302
20370
|
| "client.feature.embedded-object-info"
|
|
@@ -22081,6 +22149,14 @@ export interface MediaQualityEvent {
|
|
|
22081
22149
|
additionalProperties?: false;
|
|
22082
22150
|
};
|
|
22083
22151
|
isPrivateMeeting?: boolean;
|
|
22152
|
+
/**
|
|
22153
|
+
* Low Latency Mercury latency measurements
|
|
22154
|
+
*/
|
|
22155
|
+
llmLatency?: {
|
|
22156
|
+
clientLLMDatachannelResponseTime?: number;
|
|
22157
|
+
clientLLMWebSocketConnectTime?: number;
|
|
22158
|
+
additionalProperties?: false;
|
|
22159
|
+
};
|
|
22084
22160
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
|
|
22085
22161
|
name: "server.mediaquality.event" | "client.mediaquality.event";
|
|
22086
22162
|
/**
|
package/package.json
CHANGED