@webex/event-dictionary-ts 1.0.2074 → 1.0.2076
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.
|
@@ -2283,6 +2283,49 @@
|
|
|
2283
2283
|
}
|
|
2284
2284
|
}
|
|
2285
2285
|
},
|
|
2286
|
+
"syncLatency": {
|
|
2287
|
+
"type": "object",
|
|
2288
|
+
"description": "Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session",
|
|
2289
|
+
"additionalProperties": true,
|
|
2290
|
+
"properties": {
|
|
2291
|
+
"randomBackoffTime": {
|
|
2292
|
+
"type": "integer",
|
|
2293
|
+
"minimum": 0
|
|
2294
|
+
},
|
|
2295
|
+
"hashtreePrepTime": {
|
|
2296
|
+
"type": "integer",
|
|
2297
|
+
"minimum": 0
|
|
2298
|
+
},
|
|
2299
|
+
"hashtreeProcessingTime": {
|
|
2300
|
+
"type": "integer",
|
|
2301
|
+
"minimum": 0
|
|
2302
|
+
},
|
|
2303
|
+
"hashtreeResponseTime": {
|
|
2304
|
+
"type": "integer",
|
|
2305
|
+
"minimum": 0
|
|
2306
|
+
},
|
|
2307
|
+
"syncPrepTime": {
|
|
2308
|
+
"type": "integer",
|
|
2309
|
+
"minimum": 0
|
|
2310
|
+
},
|
|
2311
|
+
"syncResponseTime": {
|
|
2312
|
+
"type": "integer",
|
|
2313
|
+
"minimum": 0
|
|
2314
|
+
},
|
|
2315
|
+
"syncProcessingTime": {
|
|
2316
|
+
"type": "integer",
|
|
2317
|
+
"minimum": 0
|
|
2318
|
+
},
|
|
2319
|
+
"syncMessageReceiveTime": {
|
|
2320
|
+
"type": "integer",
|
|
2321
|
+
"minimum": 0
|
|
2322
|
+
},
|
|
2323
|
+
"totalTime": {
|
|
2324
|
+
"type": "integer",
|
|
2325
|
+
"minimum": 0
|
|
2326
|
+
}
|
|
2327
|
+
}
|
|
2328
|
+
},
|
|
2286
2329
|
"name": {
|
|
2287
2330
|
"enum": [
|
|
2288
2331
|
"client.abort.join",
|
|
@@ -2389,6 +2432,7 @@
|
|
|
2389
2432
|
"client.locus.leave.response",
|
|
2390
2433
|
"client.locus.media.request",
|
|
2391
2434
|
"client.locus.media.response",
|
|
2435
|
+
"client.locus.sync.complete",
|
|
2392
2436
|
"client.media-engine.crash",
|
|
2393
2437
|
"client.media-engine.launched",
|
|
2394
2438
|
"client.media-engine.lost",
|
|
@@ -2684,6 +2728,9 @@
|
|
|
2684
2728
|
"pairCallId": {
|
|
2685
2729
|
"type": "string"
|
|
2686
2730
|
},
|
|
2731
|
+
"llmWebsocketUrl": {
|
|
2732
|
+
"type": "string"
|
|
2733
|
+
},
|
|
2687
2734
|
"locusId": {
|
|
2688
2735
|
"type": "string",
|
|
2689
2736
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -2726,6 +2773,9 @@
|
|
|
2726
2773
|
"metricServiceUrl": {
|
|
2727
2774
|
"type": "string"
|
|
2728
2775
|
},
|
|
2776
|
+
"mercuryWebsocketUrl": {
|
|
2777
|
+
"type": "string"
|
|
2778
|
+
},
|
|
2729
2779
|
"msteamsTenantGuid": {
|
|
2730
2780
|
"type": "string"
|
|
2731
2781
|
},
|
|
@@ -2843,6 +2843,49 @@
|
|
|
2843
2843
|
}
|
|
2844
2844
|
}
|
|
2845
2845
|
},
|
|
2846
|
+
"syncLatency": {
|
|
2847
|
+
"type": "object",
|
|
2848
|
+
"description": "Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session",
|
|
2849
|
+
"additionalProperties": true,
|
|
2850
|
+
"properties": {
|
|
2851
|
+
"randomBackoffTime": {
|
|
2852
|
+
"type": "integer",
|
|
2853
|
+
"minimum": 0
|
|
2854
|
+
},
|
|
2855
|
+
"hashtreePrepTime": {
|
|
2856
|
+
"type": "integer",
|
|
2857
|
+
"minimum": 0
|
|
2858
|
+
},
|
|
2859
|
+
"hashtreeProcessingTime": {
|
|
2860
|
+
"type": "integer",
|
|
2861
|
+
"minimum": 0
|
|
2862
|
+
},
|
|
2863
|
+
"hashtreeResponseTime": {
|
|
2864
|
+
"type": "integer",
|
|
2865
|
+
"minimum": 0
|
|
2866
|
+
},
|
|
2867
|
+
"syncPrepTime": {
|
|
2868
|
+
"type": "integer",
|
|
2869
|
+
"minimum": 0
|
|
2870
|
+
},
|
|
2871
|
+
"syncResponseTime": {
|
|
2872
|
+
"type": "integer",
|
|
2873
|
+
"minimum": 0
|
|
2874
|
+
},
|
|
2875
|
+
"syncProcessingTime": {
|
|
2876
|
+
"type": "integer",
|
|
2877
|
+
"minimum": 0
|
|
2878
|
+
},
|
|
2879
|
+
"syncMessageReceiveTime": {
|
|
2880
|
+
"type": "integer",
|
|
2881
|
+
"minimum": 0
|
|
2882
|
+
},
|
|
2883
|
+
"totalTime": {
|
|
2884
|
+
"type": "integer",
|
|
2885
|
+
"minimum": 0
|
|
2886
|
+
}
|
|
2887
|
+
}
|
|
2888
|
+
},
|
|
2846
2889
|
"name": {
|
|
2847
2890
|
"enum": [
|
|
2848
2891
|
"client.abort.join",
|
|
@@ -2949,6 +2992,7 @@
|
|
|
2949
2992
|
"client.locus.leave.response",
|
|
2950
2993
|
"client.locus.media.request",
|
|
2951
2994
|
"client.locus.media.response",
|
|
2995
|
+
"client.locus.sync.complete",
|
|
2952
2996
|
"client.media-engine.crash",
|
|
2953
2997
|
"client.media-engine.launched",
|
|
2954
2998
|
"client.media-engine.lost",
|
|
@@ -3244,6 +3288,9 @@
|
|
|
3244
3288
|
"pairCallId": {
|
|
3245
3289
|
"type": "string"
|
|
3246
3290
|
},
|
|
3291
|
+
"llmWebsocketUrl": {
|
|
3292
|
+
"type": "string"
|
|
3293
|
+
},
|
|
3247
3294
|
"locusId": {
|
|
3248
3295
|
"type": "string",
|
|
3249
3296
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -3286,6 +3333,9 @@
|
|
|
3286
3333
|
"metricServiceUrl": {
|
|
3287
3334
|
"type": "string"
|
|
3288
3335
|
},
|
|
3336
|
+
"mercuryWebsocketUrl": {
|
|
3337
|
+
"type": "string"
|
|
3338
|
+
},
|
|
3289
3339
|
"msteamsTenantGuid": {
|
|
3290
3340
|
"type": "string"
|
|
3291
3341
|
},
|
|
@@ -8823,6 +8873,9 @@
|
|
|
8823
8873
|
"pairCallId": {
|
|
8824
8874
|
"type": "string"
|
|
8825
8875
|
},
|
|
8876
|
+
"llmWebsocketUrl": {
|
|
8877
|
+
"type": "string"
|
|
8878
|
+
},
|
|
8826
8879
|
"locusId": {
|
|
8827
8880
|
"type": "string",
|
|
8828
8881
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -8865,6 +8918,9 @@
|
|
|
8865
8918
|
"metricServiceUrl": {
|
|
8866
8919
|
"type": "string"
|
|
8867
8920
|
},
|
|
8921
|
+
"mercuryWebsocketUrl": {
|
|
8922
|
+
"type": "string"
|
|
8923
|
+
},
|
|
8868
8924
|
"msteamsTenantGuid": {
|
|
8869
8925
|
"type": "string"
|
|
8870
8926
|
},
|
|
@@ -11058,6 +11114,49 @@
|
|
|
11058
11114
|
}
|
|
11059
11115
|
}
|
|
11060
11116
|
},
|
|
11117
|
+
"syncLatency": {
|
|
11118
|
+
"type": "object",
|
|
11119
|
+
"description": "Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session",
|
|
11120
|
+
"additionalProperties": true,
|
|
11121
|
+
"properties": {
|
|
11122
|
+
"randomBackoffTime": {
|
|
11123
|
+
"type": "integer",
|
|
11124
|
+
"minimum": 0
|
|
11125
|
+
},
|
|
11126
|
+
"hashtreePrepTime": {
|
|
11127
|
+
"type": "integer",
|
|
11128
|
+
"minimum": 0
|
|
11129
|
+
},
|
|
11130
|
+
"hashtreeProcessingTime": {
|
|
11131
|
+
"type": "integer",
|
|
11132
|
+
"minimum": 0
|
|
11133
|
+
},
|
|
11134
|
+
"hashtreeResponseTime": {
|
|
11135
|
+
"type": "integer",
|
|
11136
|
+
"minimum": 0
|
|
11137
|
+
},
|
|
11138
|
+
"syncPrepTime": {
|
|
11139
|
+
"type": "integer",
|
|
11140
|
+
"minimum": 0
|
|
11141
|
+
},
|
|
11142
|
+
"syncResponseTime": {
|
|
11143
|
+
"type": "integer",
|
|
11144
|
+
"minimum": 0
|
|
11145
|
+
},
|
|
11146
|
+
"syncProcessingTime": {
|
|
11147
|
+
"type": "integer",
|
|
11148
|
+
"minimum": 0
|
|
11149
|
+
},
|
|
11150
|
+
"syncMessageReceiveTime": {
|
|
11151
|
+
"type": "integer",
|
|
11152
|
+
"minimum": 0
|
|
11153
|
+
},
|
|
11154
|
+
"totalTime": {
|
|
11155
|
+
"type": "integer",
|
|
11156
|
+
"minimum": 0
|
|
11157
|
+
}
|
|
11158
|
+
}
|
|
11159
|
+
},
|
|
11061
11160
|
"remoteAgent": {
|
|
11062
11161
|
"type": "string"
|
|
11063
11162
|
},
|
|
@@ -11191,6 +11290,7 @@
|
|
|
11191
11290
|
"locus.share.floor-released.local",
|
|
11192
11291
|
"locus.share.floor-steal.local",
|
|
11193
11292
|
"locus.share.floor-granted.request",
|
|
11293
|
+
"locus.sync.sent",
|
|
11194
11294
|
"mbs.scheduling.request",
|
|
11195
11295
|
"mbs.scheduling.response",
|
|
11196
11296
|
"mbs.setting.request",
|
|
@@ -11772,6 +11872,9 @@
|
|
|
11772
11872
|
"pairCallId": {
|
|
11773
11873
|
"type": "string"
|
|
11774
11874
|
},
|
|
11875
|
+
"llmWebsocketUrl": {
|
|
11876
|
+
"type": "string"
|
|
11877
|
+
},
|
|
11775
11878
|
"locusId": {
|
|
11776
11879
|
"type": "string",
|
|
11777
11880
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -11814,6 +11917,9 @@
|
|
|
11814
11917
|
"metricServiceUrl": {
|
|
11815
11918
|
"type": "string"
|
|
11816
11919
|
},
|
|
11920
|
+
"mercuryWebsocketUrl": {
|
|
11921
|
+
"type": "string"
|
|
11922
|
+
},
|
|
11817
11923
|
"msteamsTenantGuid": {
|
|
11818
11924
|
"type": "string"
|
|
11819
11925
|
},
|
|
@@ -15712,6 +15818,49 @@
|
|
|
15712
15818
|
}
|
|
15713
15819
|
}
|
|
15714
15820
|
},
|
|
15821
|
+
"syncLatency": {
|
|
15822
|
+
"type": "object",
|
|
15823
|
+
"description": "Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session",
|
|
15824
|
+
"additionalProperties": true,
|
|
15825
|
+
"properties": {
|
|
15826
|
+
"randomBackoffTime": {
|
|
15827
|
+
"type": "integer",
|
|
15828
|
+
"minimum": 0
|
|
15829
|
+
},
|
|
15830
|
+
"hashtreePrepTime": {
|
|
15831
|
+
"type": "integer",
|
|
15832
|
+
"minimum": 0
|
|
15833
|
+
},
|
|
15834
|
+
"hashtreeProcessingTime": {
|
|
15835
|
+
"type": "integer",
|
|
15836
|
+
"minimum": 0
|
|
15837
|
+
},
|
|
15838
|
+
"hashtreeResponseTime": {
|
|
15839
|
+
"type": "integer",
|
|
15840
|
+
"minimum": 0
|
|
15841
|
+
},
|
|
15842
|
+
"syncPrepTime": {
|
|
15843
|
+
"type": "integer",
|
|
15844
|
+
"minimum": 0
|
|
15845
|
+
},
|
|
15846
|
+
"syncResponseTime": {
|
|
15847
|
+
"type": "integer",
|
|
15848
|
+
"minimum": 0
|
|
15849
|
+
},
|
|
15850
|
+
"syncProcessingTime": {
|
|
15851
|
+
"type": "integer",
|
|
15852
|
+
"minimum": 0
|
|
15853
|
+
},
|
|
15854
|
+
"syncMessageReceiveTime": {
|
|
15855
|
+
"type": "integer",
|
|
15856
|
+
"minimum": 0
|
|
15857
|
+
},
|
|
15858
|
+
"totalTime": {
|
|
15859
|
+
"type": "integer",
|
|
15860
|
+
"minimum": 0
|
|
15861
|
+
}
|
|
15862
|
+
}
|
|
15863
|
+
},
|
|
15715
15864
|
"trigger": {
|
|
15716
15865
|
"enum": [
|
|
15717
15866
|
"dummyTrigger1",
|
|
@@ -15903,6 +16052,9 @@
|
|
|
15903
16052
|
"pairCallId": {
|
|
15904
16053
|
"type": "string"
|
|
15905
16054
|
},
|
|
16055
|
+
"llmWebsocketUrl": {
|
|
16056
|
+
"type": "string"
|
|
16057
|
+
},
|
|
15906
16058
|
"locusId": {
|
|
15907
16059
|
"type": "string",
|
|
15908
16060
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -15945,6 +16097,9 @@
|
|
|
15945
16097
|
"metricServiceUrl": {
|
|
15946
16098
|
"type": "string"
|
|
15947
16099
|
},
|
|
16100
|
+
"mercuryWebsocketUrl": {
|
|
16101
|
+
"type": "string"
|
|
16102
|
+
},
|
|
15948
16103
|
"msteamsTenantGuid": {
|
|
15949
16104
|
"type": "string"
|
|
15950
16105
|
},
|
|
@@ -27365,6 +27520,49 @@
|
|
|
27365
27520
|
}
|
|
27366
27521
|
}
|
|
27367
27522
|
},
|
|
27523
|
+
"syncLatency": {
|
|
27524
|
+
"type": "object",
|
|
27525
|
+
"description": "Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session",
|
|
27526
|
+
"additionalProperties": true,
|
|
27527
|
+
"properties": {
|
|
27528
|
+
"randomBackoffTime": {
|
|
27529
|
+
"type": "integer",
|
|
27530
|
+
"minimum": 0
|
|
27531
|
+
},
|
|
27532
|
+
"hashtreePrepTime": {
|
|
27533
|
+
"type": "integer",
|
|
27534
|
+
"minimum": 0
|
|
27535
|
+
},
|
|
27536
|
+
"hashtreeProcessingTime": {
|
|
27537
|
+
"type": "integer",
|
|
27538
|
+
"minimum": 0
|
|
27539
|
+
},
|
|
27540
|
+
"hashtreeResponseTime": {
|
|
27541
|
+
"type": "integer",
|
|
27542
|
+
"minimum": 0
|
|
27543
|
+
},
|
|
27544
|
+
"syncPrepTime": {
|
|
27545
|
+
"type": "integer",
|
|
27546
|
+
"minimum": 0
|
|
27547
|
+
},
|
|
27548
|
+
"syncResponseTime": {
|
|
27549
|
+
"type": "integer",
|
|
27550
|
+
"minimum": 0
|
|
27551
|
+
},
|
|
27552
|
+
"syncProcessingTime": {
|
|
27553
|
+
"type": "integer",
|
|
27554
|
+
"minimum": 0
|
|
27555
|
+
},
|
|
27556
|
+
"syncMessageReceiveTime": {
|
|
27557
|
+
"type": "integer",
|
|
27558
|
+
"minimum": 0
|
|
27559
|
+
},
|
|
27560
|
+
"totalTime": {
|
|
27561
|
+
"type": "integer",
|
|
27562
|
+
"minimum": 0
|
|
27563
|
+
}
|
|
27564
|
+
}
|
|
27565
|
+
},
|
|
27368
27566
|
"name": {
|
|
27369
27567
|
"enum": [
|
|
27370
27568
|
"client.feature.audio.noise.removal",
|
|
@@ -27515,6 +27713,9 @@
|
|
|
27515
27713
|
"pairCallId": {
|
|
27516
27714
|
"type": "string"
|
|
27517
27715
|
},
|
|
27716
|
+
"llmWebsocketUrl": {
|
|
27717
|
+
"type": "string"
|
|
27718
|
+
},
|
|
27518
27719
|
"locusId": {
|
|
27519
27720
|
"type": "string",
|
|
27520
27721
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -27557,6 +27758,9 @@
|
|
|
27557
27758
|
"metricServiceUrl": {
|
|
27558
27759
|
"type": "string"
|
|
27559
27760
|
},
|
|
27761
|
+
"mercuryWebsocketUrl": {
|
|
27762
|
+
"type": "string"
|
|
27763
|
+
},
|
|
27560
27764
|
"msteamsTenantGuid": {
|
|
27561
27765
|
"type": "string"
|
|
27562
27766
|
},
|
|
@@ -31462,6 +31666,49 @@
|
|
|
31462
31666
|
}
|
|
31463
31667
|
}
|
|
31464
31668
|
},
|
|
31669
|
+
"syncLatency": {
|
|
31670
|
+
"type": "object",
|
|
31671
|
+
"description": "Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session",
|
|
31672
|
+
"additionalProperties": true,
|
|
31673
|
+
"properties": {
|
|
31674
|
+
"randomBackoffTime": {
|
|
31675
|
+
"type": "integer",
|
|
31676
|
+
"minimum": 0
|
|
31677
|
+
},
|
|
31678
|
+
"hashtreePrepTime": {
|
|
31679
|
+
"type": "integer",
|
|
31680
|
+
"minimum": 0
|
|
31681
|
+
},
|
|
31682
|
+
"hashtreeProcessingTime": {
|
|
31683
|
+
"type": "integer",
|
|
31684
|
+
"minimum": 0
|
|
31685
|
+
},
|
|
31686
|
+
"hashtreeResponseTime": {
|
|
31687
|
+
"type": "integer",
|
|
31688
|
+
"minimum": 0
|
|
31689
|
+
},
|
|
31690
|
+
"syncPrepTime": {
|
|
31691
|
+
"type": "integer",
|
|
31692
|
+
"minimum": 0
|
|
31693
|
+
},
|
|
31694
|
+
"syncResponseTime": {
|
|
31695
|
+
"type": "integer",
|
|
31696
|
+
"minimum": 0
|
|
31697
|
+
},
|
|
31698
|
+
"syncProcessingTime": {
|
|
31699
|
+
"type": "integer",
|
|
31700
|
+
"minimum": 0
|
|
31701
|
+
},
|
|
31702
|
+
"syncMessageReceiveTime": {
|
|
31703
|
+
"type": "integer",
|
|
31704
|
+
"minimum": 0
|
|
31705
|
+
},
|
|
31706
|
+
"totalTime": {
|
|
31707
|
+
"type": "integer",
|
|
31708
|
+
"minimum": 0
|
|
31709
|
+
}
|
|
31710
|
+
}
|
|
31711
|
+
},
|
|
31465
31712
|
"trigger": {
|
|
31466
31713
|
"enum": [
|
|
31467
31714
|
"dummyTrigger1",
|
|
@@ -31606,6 +31853,9 @@
|
|
|
31606
31853
|
"pairCallId": {
|
|
31607
31854
|
"type": "string"
|
|
31608
31855
|
},
|
|
31856
|
+
"llmWebsocketUrl": {
|
|
31857
|
+
"type": "string"
|
|
31858
|
+
},
|
|
31609
31859
|
"locusId": {
|
|
31610
31860
|
"type": "string",
|
|
31611
31861
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -31648,6 +31898,9 @@
|
|
|
31648
31898
|
"metricServiceUrl": {
|
|
31649
31899
|
"type": "string"
|
|
31650
31900
|
},
|
|
31901
|
+
"mercuryWebsocketUrl": {
|
|
31902
|
+
"type": "string"
|
|
31903
|
+
},
|
|
31651
31904
|
"msteamsTenantGuid": {
|
|
31652
31905
|
"type": "string"
|
|
31653
31906
|
},
|
|
@@ -37320,6 +37573,49 @@
|
|
|
37320
37573
|
}
|
|
37321
37574
|
}
|
|
37322
37575
|
},
|
|
37576
|
+
"syncLatency": {
|
|
37577
|
+
"type": "object",
|
|
37578
|
+
"description": "Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session",
|
|
37579
|
+
"additionalProperties": true,
|
|
37580
|
+
"properties": {
|
|
37581
|
+
"randomBackoffTime": {
|
|
37582
|
+
"type": "integer",
|
|
37583
|
+
"minimum": 0
|
|
37584
|
+
},
|
|
37585
|
+
"hashtreePrepTime": {
|
|
37586
|
+
"type": "integer",
|
|
37587
|
+
"minimum": 0
|
|
37588
|
+
},
|
|
37589
|
+
"hashtreeProcessingTime": {
|
|
37590
|
+
"type": "integer",
|
|
37591
|
+
"minimum": 0
|
|
37592
|
+
},
|
|
37593
|
+
"hashtreeResponseTime": {
|
|
37594
|
+
"type": "integer",
|
|
37595
|
+
"minimum": 0
|
|
37596
|
+
},
|
|
37597
|
+
"syncPrepTime": {
|
|
37598
|
+
"type": "integer",
|
|
37599
|
+
"minimum": 0
|
|
37600
|
+
},
|
|
37601
|
+
"syncResponseTime": {
|
|
37602
|
+
"type": "integer",
|
|
37603
|
+
"minimum": 0
|
|
37604
|
+
},
|
|
37605
|
+
"syncProcessingTime": {
|
|
37606
|
+
"type": "integer",
|
|
37607
|
+
"minimum": 0
|
|
37608
|
+
},
|
|
37609
|
+
"syncMessageReceiveTime": {
|
|
37610
|
+
"type": "integer",
|
|
37611
|
+
"minimum": 0
|
|
37612
|
+
},
|
|
37613
|
+
"totalTime": {
|
|
37614
|
+
"type": "integer",
|
|
37615
|
+
"minimum": 0
|
|
37616
|
+
}
|
|
37617
|
+
}
|
|
37618
|
+
},
|
|
37323
37619
|
"trigger": {
|
|
37324
37620
|
"enum": [
|
|
37325
37621
|
"dummyTrigger1",
|
|
@@ -37491,6 +37787,9 @@
|
|
|
37491
37787
|
"pairCallId": {
|
|
37492
37788
|
"type": "string"
|
|
37493
37789
|
},
|
|
37790
|
+
"llmWebsocketUrl": {
|
|
37791
|
+
"type": "string"
|
|
37792
|
+
},
|
|
37494
37793
|
"locusId": {
|
|
37495
37794
|
"type": "string",
|
|
37496
37795
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -37533,6 +37832,9 @@
|
|
|
37533
37832
|
"metricServiceUrl": {
|
|
37534
37833
|
"type": "string"
|
|
37535
37834
|
},
|
|
37835
|
+
"mercuryWebsocketUrl": {
|
|
37836
|
+
"type": "string"
|
|
37837
|
+
},
|
|
37536
37838
|
"msteamsTenantGuid": {
|
|
37537
37839
|
"type": "string"
|
|
37538
37840
|
},
|
|
@@ -2329,6 +2329,49 @@
|
|
|
2329
2329
|
}
|
|
2330
2330
|
}
|
|
2331
2331
|
},
|
|
2332
|
+
"syncLatency": {
|
|
2333
|
+
"type": "object",
|
|
2334
|
+
"description": "Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session",
|
|
2335
|
+
"additionalProperties": true,
|
|
2336
|
+
"properties": {
|
|
2337
|
+
"randomBackoffTime": {
|
|
2338
|
+
"type": "integer",
|
|
2339
|
+
"minimum": 0
|
|
2340
|
+
},
|
|
2341
|
+
"hashtreePrepTime": {
|
|
2342
|
+
"type": "integer",
|
|
2343
|
+
"minimum": 0
|
|
2344
|
+
},
|
|
2345
|
+
"hashtreeProcessingTime": {
|
|
2346
|
+
"type": "integer",
|
|
2347
|
+
"minimum": 0
|
|
2348
|
+
},
|
|
2349
|
+
"hashtreeResponseTime": {
|
|
2350
|
+
"type": "integer",
|
|
2351
|
+
"minimum": 0
|
|
2352
|
+
},
|
|
2353
|
+
"syncPrepTime": {
|
|
2354
|
+
"type": "integer",
|
|
2355
|
+
"minimum": 0
|
|
2356
|
+
},
|
|
2357
|
+
"syncResponseTime": {
|
|
2358
|
+
"type": "integer",
|
|
2359
|
+
"minimum": 0
|
|
2360
|
+
},
|
|
2361
|
+
"syncProcessingTime": {
|
|
2362
|
+
"type": "integer",
|
|
2363
|
+
"minimum": 0
|
|
2364
|
+
},
|
|
2365
|
+
"syncMessageReceiveTime": {
|
|
2366
|
+
"type": "integer",
|
|
2367
|
+
"minimum": 0
|
|
2368
|
+
},
|
|
2369
|
+
"totalTime": {
|
|
2370
|
+
"type": "integer",
|
|
2371
|
+
"minimum": 0
|
|
2372
|
+
}
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2332
2375
|
"name": {
|
|
2333
2376
|
"enum": [
|
|
2334
2377
|
"client.feature.audio.noise.removal",
|
|
@@ -2479,6 +2522,9 @@
|
|
|
2479
2522
|
"pairCallId": {
|
|
2480
2523
|
"type": "string"
|
|
2481
2524
|
},
|
|
2525
|
+
"llmWebsocketUrl": {
|
|
2526
|
+
"type": "string"
|
|
2527
|
+
},
|
|
2482
2528
|
"locusId": {
|
|
2483
2529
|
"type": "string",
|
|
2484
2530
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -2521,6 +2567,9 @@
|
|
|
2521
2567
|
"metricServiceUrl": {
|
|
2522
2568
|
"type": "string"
|
|
2523
2569
|
},
|
|
2570
|
+
"mercuryWebsocketUrl": {
|
|
2571
|
+
"type": "string"
|
|
2572
|
+
},
|
|
2524
2573
|
"msteamsTenantGuid": {
|
|
2525
2574
|
"type": "string"
|
|
2526
2575
|
},
|
|
@@ -2330,6 +2330,49 @@
|
|
|
2330
2330
|
}
|
|
2331
2331
|
}
|
|
2332
2332
|
},
|
|
2333
|
+
"syncLatency": {
|
|
2334
|
+
"type": "object",
|
|
2335
|
+
"description": "Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session",
|
|
2336
|
+
"additionalProperties": true,
|
|
2337
|
+
"properties": {
|
|
2338
|
+
"randomBackoffTime": {
|
|
2339
|
+
"type": "integer",
|
|
2340
|
+
"minimum": 0
|
|
2341
|
+
},
|
|
2342
|
+
"hashtreePrepTime": {
|
|
2343
|
+
"type": "integer",
|
|
2344
|
+
"minimum": 0
|
|
2345
|
+
},
|
|
2346
|
+
"hashtreeProcessingTime": {
|
|
2347
|
+
"type": "integer",
|
|
2348
|
+
"minimum": 0
|
|
2349
|
+
},
|
|
2350
|
+
"hashtreeResponseTime": {
|
|
2351
|
+
"type": "integer",
|
|
2352
|
+
"minimum": 0
|
|
2353
|
+
},
|
|
2354
|
+
"syncPrepTime": {
|
|
2355
|
+
"type": "integer",
|
|
2356
|
+
"minimum": 0
|
|
2357
|
+
},
|
|
2358
|
+
"syncResponseTime": {
|
|
2359
|
+
"type": "integer",
|
|
2360
|
+
"minimum": 0
|
|
2361
|
+
},
|
|
2362
|
+
"syncProcessingTime": {
|
|
2363
|
+
"type": "integer",
|
|
2364
|
+
"minimum": 0
|
|
2365
|
+
},
|
|
2366
|
+
"syncMessageReceiveTime": {
|
|
2367
|
+
"type": "integer",
|
|
2368
|
+
"minimum": 0
|
|
2369
|
+
},
|
|
2370
|
+
"totalTime": {
|
|
2371
|
+
"type": "integer",
|
|
2372
|
+
"minimum": 0
|
|
2373
|
+
}
|
|
2374
|
+
}
|
|
2375
|
+
},
|
|
2333
2376
|
"trigger": {
|
|
2334
2377
|
"enum": [
|
|
2335
2378
|
"dummyTrigger1",
|
|
@@ -2521,6 +2564,9 @@
|
|
|
2521
2564
|
"pairCallId": {
|
|
2522
2565
|
"type": "string"
|
|
2523
2566
|
},
|
|
2567
|
+
"llmWebsocketUrl": {
|
|
2568
|
+
"type": "string"
|
|
2569
|
+
},
|
|
2524
2570
|
"locusId": {
|
|
2525
2571
|
"type": "string",
|
|
2526
2572
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -2563,6 +2609,9 @@
|
|
|
2563
2609
|
"metricServiceUrl": {
|
|
2564
2610
|
"type": "string"
|
|
2565
2611
|
},
|
|
2612
|
+
"mercuryWebsocketUrl": {
|
|
2613
|
+
"type": "string"
|
|
2614
|
+
},
|
|
2566
2615
|
"msteamsTenantGuid": {
|
|
2567
2616
|
"type": "string"
|
|
2568
2617
|
},
|
|
@@ -1127,6 +1127,21 @@ export interface Event {
|
|
|
1127
1127
|
clientLLMWebSocketConnectTime?: number;
|
|
1128
1128
|
additionalProperties?: false;
|
|
1129
1129
|
};
|
|
1130
|
+
/**
|
|
1131
|
+
* Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session
|
|
1132
|
+
*/
|
|
1133
|
+
syncLatency?: {
|
|
1134
|
+
randomBackoffTime?: number;
|
|
1135
|
+
hashtreePrepTime?: number;
|
|
1136
|
+
hashtreeProcessingTime?: number;
|
|
1137
|
+
hashtreeResponseTime?: number;
|
|
1138
|
+
syncPrepTime?: number;
|
|
1139
|
+
syncResponseTime?: number;
|
|
1140
|
+
syncProcessingTime?: number;
|
|
1141
|
+
syncMessageReceiveTime?: number;
|
|
1142
|
+
totalTime?: number;
|
|
1143
|
+
additionalProperties?: false;
|
|
1144
|
+
};
|
|
1130
1145
|
name:
|
|
1131
1146
|
| "client.abort.join"
|
|
1132
1147
|
| "client.alert.displayed"
|
|
@@ -1232,6 +1247,7 @@ export interface Event {
|
|
|
1232
1247
|
| "client.locus.leave.response"
|
|
1233
1248
|
| "client.locus.media.request"
|
|
1234
1249
|
| "client.locus.media.response"
|
|
1250
|
+
| "client.locus.sync.complete"
|
|
1235
1251
|
| "client.media-engine.crash"
|
|
1236
1252
|
| "client.media-engine.launched"
|
|
1237
1253
|
| "client.media-engine.lost"
|
|
@@ -1438,6 +1454,7 @@ export interface Event {
|
|
|
1438
1454
|
ivrId?: string;
|
|
1439
1455
|
callId?: string;
|
|
1440
1456
|
pairCallId?: string;
|
|
1457
|
+
llmWebsocketUrl?: string;
|
|
1441
1458
|
locusId?: string;
|
|
1442
1459
|
locusJoinUrl?: string;
|
|
1443
1460
|
locusSessionId?: string;
|
|
@@ -1451,6 +1468,7 @@ export interface Event {
|
|
|
1451
1468
|
meetingLookupUrl?: string;
|
|
1452
1469
|
meetingOrgId?: string;
|
|
1453
1470
|
metricServiceUrl?: string;
|
|
1471
|
+
mercuryWebsocketUrl?: string;
|
|
1454
1472
|
msteamsTenantGuid?: string;
|
|
1455
1473
|
msteamsConferenceId?: string;
|
|
1456
1474
|
msteamsMeetingId?: string;
|
|
@@ -4180,6 +4198,7 @@ export interface Event {
|
|
|
4180
4198
|
ivrId?: string;
|
|
4181
4199
|
callId?: string;
|
|
4182
4200
|
pairCallId?: string;
|
|
4201
|
+
llmWebsocketUrl?: string;
|
|
4183
4202
|
locusId?: string;
|
|
4184
4203
|
locusJoinUrl?: string;
|
|
4185
4204
|
locusSessionId?: string;
|
|
@@ -4193,6 +4212,7 @@ export interface Event {
|
|
|
4193
4212
|
meetingLookupUrl?: string;
|
|
4194
4213
|
meetingOrgId?: string;
|
|
4195
4214
|
metricServiceUrl?: string;
|
|
4215
|
+
mercuryWebsocketUrl?: string;
|
|
4196
4216
|
msteamsTenantGuid?: string;
|
|
4197
4217
|
msteamsConferenceId?: string;
|
|
4198
4218
|
msteamsMeetingId?: string;
|
|
@@ -5000,6 +5020,21 @@ export interface Event {
|
|
|
5000
5020
|
clientLLMWebSocketConnectTime?: number;
|
|
5001
5021
|
additionalProperties?: false;
|
|
5002
5022
|
};
|
|
5023
|
+
/**
|
|
5024
|
+
* Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session
|
|
5025
|
+
*/
|
|
5026
|
+
syncLatency?: {
|
|
5027
|
+
randomBackoffTime?: number;
|
|
5028
|
+
hashtreePrepTime?: number;
|
|
5029
|
+
hashtreeProcessingTime?: number;
|
|
5030
|
+
hashtreeResponseTime?: number;
|
|
5031
|
+
syncPrepTime?: number;
|
|
5032
|
+
syncResponseTime?: number;
|
|
5033
|
+
syncProcessingTime?: number;
|
|
5034
|
+
syncMessageReceiveTime?: number;
|
|
5035
|
+
totalTime?: number;
|
|
5036
|
+
additionalProperties?: false;
|
|
5037
|
+
};
|
|
5003
5038
|
remoteAgent?: string;
|
|
5004
5039
|
name:
|
|
5005
5040
|
| "addin.scheduling.request"
|
|
@@ -5130,6 +5165,7 @@ export interface Event {
|
|
|
5130
5165
|
| "locus.share.floor-released.local"
|
|
5131
5166
|
| "locus.share.floor-steal.local"
|
|
5132
5167
|
| "locus.share.floor-granted.request"
|
|
5168
|
+
| "locus.sync.sent"
|
|
5133
5169
|
| "mbs.scheduling.request"
|
|
5134
5170
|
| "mbs.scheduling.response"
|
|
5135
5171
|
| "mbs.setting.request"
|
|
@@ -5444,6 +5480,7 @@ export interface Event {
|
|
|
5444
5480
|
ivrId?: string;
|
|
5445
5481
|
callId?: string;
|
|
5446
5482
|
pairCallId?: string;
|
|
5483
|
+
llmWebsocketUrl?: string;
|
|
5447
5484
|
locusId?: string;
|
|
5448
5485
|
locusJoinUrl?: string;
|
|
5449
5486
|
locusSessionId?: string;
|
|
@@ -5457,6 +5494,7 @@ export interface Event {
|
|
|
5457
5494
|
meetingLookupUrl?: string;
|
|
5458
5495
|
meetingOrgId?: string;
|
|
5459
5496
|
metricServiceUrl?: string;
|
|
5497
|
+
mercuryWebsocketUrl?: string;
|
|
5460
5498
|
msteamsTenantGuid?: string;
|
|
5461
5499
|
msteamsConferenceId?: string;
|
|
5462
5500
|
msteamsMeetingId?: string;
|
|
@@ -7019,6 +7057,21 @@ export interface Event {
|
|
|
7019
7057
|
clientLLMWebSocketConnectTime?: number;
|
|
7020
7058
|
additionalProperties?: false;
|
|
7021
7059
|
};
|
|
7060
|
+
/**
|
|
7061
|
+
* Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session
|
|
7062
|
+
*/
|
|
7063
|
+
syncLatency?: {
|
|
7064
|
+
randomBackoffTime?: number;
|
|
7065
|
+
hashtreePrepTime?: number;
|
|
7066
|
+
hashtreeProcessingTime?: number;
|
|
7067
|
+
hashtreeResponseTime?: number;
|
|
7068
|
+
syncPrepTime?: number;
|
|
7069
|
+
syncResponseTime?: number;
|
|
7070
|
+
syncProcessingTime?: number;
|
|
7071
|
+
syncMessageReceiveTime?: number;
|
|
7072
|
+
totalTime?: number;
|
|
7073
|
+
additionalProperties?: false;
|
|
7074
|
+
};
|
|
7022
7075
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
|
|
7023
7076
|
name: "server.mediaquality.event" | "client.mediaquality.event";
|
|
7024
7077
|
/**
|
|
@@ -7085,6 +7138,7 @@ export interface Event {
|
|
|
7085
7138
|
ivrId?: string;
|
|
7086
7139
|
callId?: string;
|
|
7087
7140
|
pairCallId?: string;
|
|
7141
|
+
llmWebsocketUrl?: string;
|
|
7088
7142
|
locusId?: string;
|
|
7089
7143
|
locusJoinUrl?: string;
|
|
7090
7144
|
locusSessionId?: string;
|
|
@@ -7098,6 +7152,7 @@ export interface Event {
|
|
|
7098
7152
|
meetingLookupUrl?: string;
|
|
7099
7153
|
meetingOrgId?: string;
|
|
7100
7154
|
metricServiceUrl?: string;
|
|
7155
|
+
mercuryWebsocketUrl?: string;
|
|
7101
7156
|
msteamsTenantGuid?: string;
|
|
7102
7157
|
msteamsConferenceId?: string;
|
|
7103
7158
|
msteamsMeetingId?: string;
|
|
@@ -11772,6 +11827,21 @@ export interface Event {
|
|
|
11772
11827
|
clientLLMWebSocketConnectTime?: number;
|
|
11773
11828
|
additionalProperties?: false;
|
|
11774
11829
|
};
|
|
11830
|
+
/**
|
|
11831
|
+
* Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session
|
|
11832
|
+
*/
|
|
11833
|
+
syncLatency?: {
|
|
11834
|
+
randomBackoffTime?: number;
|
|
11835
|
+
hashtreePrepTime?: number;
|
|
11836
|
+
hashtreeProcessingTime?: number;
|
|
11837
|
+
hashtreeResponseTime?: number;
|
|
11838
|
+
syncPrepTime?: number;
|
|
11839
|
+
syncResponseTime?: number;
|
|
11840
|
+
syncProcessingTime?: number;
|
|
11841
|
+
syncMessageReceiveTime?: number;
|
|
11842
|
+
totalTime?: number;
|
|
11843
|
+
additionalProperties?: false;
|
|
11844
|
+
};
|
|
11775
11845
|
name:
|
|
11776
11846
|
| "client.feature.audio.noise.removal"
|
|
11777
11847
|
| "client.feature.embedded-object-info"
|
|
@@ -11832,6 +11902,7 @@ export interface Event {
|
|
|
11832
11902
|
ivrId?: string;
|
|
11833
11903
|
callId?: string;
|
|
11834
11904
|
pairCallId?: string;
|
|
11905
|
+
llmWebsocketUrl?: string;
|
|
11835
11906
|
locusId?: string;
|
|
11836
11907
|
locusJoinUrl?: string;
|
|
11837
11908
|
locusSessionId?: string;
|
|
@@ -11845,6 +11916,7 @@ export interface Event {
|
|
|
11845
11916
|
meetingLookupUrl?: string;
|
|
11846
11917
|
meetingOrgId?: string;
|
|
11847
11918
|
metricServiceUrl?: string;
|
|
11919
|
+
mercuryWebsocketUrl?: string;
|
|
11848
11920
|
msteamsTenantGuid?: string;
|
|
11849
11921
|
msteamsConferenceId?: string;
|
|
11850
11922
|
msteamsMeetingId?: string;
|
|
@@ -13559,6 +13631,21 @@ export interface Event {
|
|
|
13559
13631
|
clientLLMWebSocketConnectTime?: number;
|
|
13560
13632
|
additionalProperties?: false;
|
|
13561
13633
|
};
|
|
13634
|
+
/**
|
|
13635
|
+
* Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session
|
|
13636
|
+
*/
|
|
13637
|
+
syncLatency?: {
|
|
13638
|
+
randomBackoffTime?: number;
|
|
13639
|
+
hashtreePrepTime?: number;
|
|
13640
|
+
hashtreeProcessingTime?: number;
|
|
13641
|
+
hashtreeResponseTime?: number;
|
|
13642
|
+
syncPrepTime?: number;
|
|
13643
|
+
syncResponseTime?: number;
|
|
13644
|
+
syncProcessingTime?: number;
|
|
13645
|
+
syncMessageReceiveTime?: number;
|
|
13646
|
+
totalTime?: number;
|
|
13647
|
+
additionalProperties?: false;
|
|
13648
|
+
};
|
|
13562
13649
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "edge-mediaquality";
|
|
13563
13650
|
name: "edge.mediaquality.event";
|
|
13564
13651
|
/**
|
|
@@ -13604,6 +13691,7 @@ export interface Event {
|
|
|
13604
13691
|
ivrId?: string;
|
|
13605
13692
|
callId?: string;
|
|
13606
13693
|
pairCallId?: string;
|
|
13694
|
+
llmWebsocketUrl?: string;
|
|
13607
13695
|
locusId?: string;
|
|
13608
13696
|
locusJoinUrl?: string;
|
|
13609
13697
|
locusSessionId?: string;
|
|
@@ -13617,6 +13705,7 @@ export interface Event {
|
|
|
13617
13705
|
meetingLookupUrl?: string;
|
|
13618
13706
|
meetingOrgId?: string;
|
|
13619
13707
|
metricServiceUrl?: string;
|
|
13708
|
+
mercuryWebsocketUrl?: string;
|
|
13620
13709
|
msteamsTenantGuid?: string;
|
|
13621
13710
|
msteamsConferenceId?: string;
|
|
13622
13711
|
msteamsMeetingId?: string;
|
|
@@ -15549,6 +15638,21 @@ export interface Event {
|
|
|
15549
15638
|
clientLLMWebSocketConnectTime?: number;
|
|
15550
15639
|
additionalProperties?: false;
|
|
15551
15640
|
};
|
|
15641
|
+
/**
|
|
15642
|
+
* Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session
|
|
15643
|
+
*/
|
|
15644
|
+
syncLatency?: {
|
|
15645
|
+
randomBackoffTime?: number;
|
|
15646
|
+
hashtreePrepTime?: number;
|
|
15647
|
+
hashtreeProcessingTime?: number;
|
|
15648
|
+
hashtreeResponseTime?: number;
|
|
15649
|
+
syncPrepTime?: number;
|
|
15650
|
+
syncResponseTime?: number;
|
|
15651
|
+
syncProcessingTime?: number;
|
|
15652
|
+
syncMessageReceiveTime?: number;
|
|
15653
|
+
totalTime?: number;
|
|
15654
|
+
additionalProperties?: false;
|
|
15655
|
+
};
|
|
15552
15656
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "recording-event";
|
|
15553
15657
|
name:
|
|
15554
15658
|
| "crc.recording.create.request"
|
|
@@ -15615,6 +15719,7 @@ export interface Event {
|
|
|
15615
15719
|
ivrId?: string;
|
|
15616
15720
|
callId?: string;
|
|
15617
15721
|
pairCallId?: string;
|
|
15722
|
+
llmWebsocketUrl?: string;
|
|
15618
15723
|
locusId?: string;
|
|
15619
15724
|
locusJoinUrl?: string;
|
|
15620
15725
|
locusSessionId?: string;
|
|
@@ -15628,6 +15733,7 @@ export interface Event {
|
|
|
15628
15733
|
meetingLookupUrl?: string;
|
|
15629
15734
|
meetingOrgId?: string;
|
|
15630
15735
|
metricServiceUrl?: string;
|
|
15736
|
+
mercuryWebsocketUrl?: string;
|
|
15631
15737
|
msteamsTenantGuid?: string;
|
|
15632
15738
|
msteamsConferenceId?: string;
|
|
15633
15739
|
msteamsMeetingId?: string;
|
|
@@ -16588,6 +16694,21 @@ export interface ClientEvent {
|
|
|
16588
16694
|
clientLLMWebSocketConnectTime?: number;
|
|
16589
16695
|
additionalProperties?: false;
|
|
16590
16696
|
};
|
|
16697
|
+
/**
|
|
16698
|
+
* Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session
|
|
16699
|
+
*/
|
|
16700
|
+
syncLatency?: {
|
|
16701
|
+
randomBackoffTime?: number;
|
|
16702
|
+
hashtreePrepTime?: number;
|
|
16703
|
+
hashtreeProcessingTime?: number;
|
|
16704
|
+
hashtreeResponseTime?: number;
|
|
16705
|
+
syncPrepTime?: number;
|
|
16706
|
+
syncResponseTime?: number;
|
|
16707
|
+
syncProcessingTime?: number;
|
|
16708
|
+
syncMessageReceiveTime?: number;
|
|
16709
|
+
totalTime?: number;
|
|
16710
|
+
additionalProperties?: false;
|
|
16711
|
+
};
|
|
16591
16712
|
name:
|
|
16592
16713
|
| "client.abort.join"
|
|
16593
16714
|
| "client.alert.displayed"
|
|
@@ -16693,6 +16814,7 @@ export interface ClientEvent {
|
|
|
16693
16814
|
| "client.locus.leave.response"
|
|
16694
16815
|
| "client.locus.media.request"
|
|
16695
16816
|
| "client.locus.media.response"
|
|
16817
|
+
| "client.locus.sync.complete"
|
|
16696
16818
|
| "client.media-engine.crash"
|
|
16697
16819
|
| "client.media-engine.launched"
|
|
16698
16820
|
| "client.media-engine.lost"
|
|
@@ -16899,6 +17021,7 @@ export interface ClientEvent {
|
|
|
16899
17021
|
ivrId?: string;
|
|
16900
17022
|
callId?: string;
|
|
16901
17023
|
pairCallId?: string;
|
|
17024
|
+
llmWebsocketUrl?: string;
|
|
16902
17025
|
locusId?: string;
|
|
16903
17026
|
locusJoinUrl?: string;
|
|
16904
17027
|
locusSessionId?: string;
|
|
@@ -16912,6 +17035,7 @@ export interface ClientEvent {
|
|
|
16912
17035
|
meetingLookupUrl?: string;
|
|
16913
17036
|
meetingOrgId?: string;
|
|
16914
17037
|
metricServiceUrl?: string;
|
|
17038
|
+
mercuryWebsocketUrl?: string;
|
|
16915
17039
|
msteamsTenantGuid?: string;
|
|
16916
17040
|
msteamsConferenceId?: string;
|
|
16917
17041
|
msteamsMeetingId?: string;
|
|
@@ -20367,6 +20491,21 @@ export interface FeatureEvent {
|
|
|
20367
20491
|
clientLLMWebSocketConnectTime?: number;
|
|
20368
20492
|
additionalProperties?: false;
|
|
20369
20493
|
};
|
|
20494
|
+
/**
|
|
20495
|
+
* Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session
|
|
20496
|
+
*/
|
|
20497
|
+
syncLatency?: {
|
|
20498
|
+
randomBackoffTime?: number;
|
|
20499
|
+
hashtreePrepTime?: number;
|
|
20500
|
+
hashtreeProcessingTime?: number;
|
|
20501
|
+
hashtreeResponseTime?: number;
|
|
20502
|
+
syncPrepTime?: number;
|
|
20503
|
+
syncResponseTime?: number;
|
|
20504
|
+
syncProcessingTime?: number;
|
|
20505
|
+
syncMessageReceiveTime?: number;
|
|
20506
|
+
totalTime?: number;
|
|
20507
|
+
additionalProperties?: false;
|
|
20508
|
+
};
|
|
20370
20509
|
name:
|
|
20371
20510
|
| "client.feature.audio.noise.removal"
|
|
20372
20511
|
| "client.feature.embedded-object-info"
|
|
@@ -20427,6 +20566,7 @@ export interface FeatureEvent {
|
|
|
20427
20566
|
ivrId?: string;
|
|
20428
20567
|
callId?: string;
|
|
20429
20568
|
pairCallId?: string;
|
|
20569
|
+
llmWebsocketUrl?: string;
|
|
20430
20570
|
locusId?: string;
|
|
20431
20571
|
locusJoinUrl?: string;
|
|
20432
20572
|
locusSessionId?: string;
|
|
@@ -20440,6 +20580,7 @@ export interface FeatureEvent {
|
|
|
20440
20580
|
meetingLookupUrl?: string;
|
|
20441
20581
|
meetingOrgId?: string;
|
|
20442
20582
|
metricServiceUrl?: string;
|
|
20583
|
+
mercuryWebsocketUrl?: string;
|
|
20443
20584
|
msteamsTenantGuid?: string;
|
|
20444
20585
|
msteamsConferenceId?: string;
|
|
20445
20586
|
msteamsMeetingId?: string;
|
|
@@ -22159,6 +22300,21 @@ export interface MediaQualityEvent {
|
|
|
22159
22300
|
clientLLMWebSocketConnectTime?: number;
|
|
22160
22301
|
additionalProperties?: false;
|
|
22161
22302
|
};
|
|
22303
|
+
/**
|
|
22304
|
+
* Sync Latency measurements. Expected to be sent in client.locus.sync.complete and locus.sync.sent events that could be triggered in a converged webinar session
|
|
22305
|
+
*/
|
|
22306
|
+
syncLatency?: {
|
|
22307
|
+
randomBackoffTime?: number;
|
|
22308
|
+
hashtreePrepTime?: number;
|
|
22309
|
+
hashtreeProcessingTime?: number;
|
|
22310
|
+
hashtreeResponseTime?: number;
|
|
22311
|
+
syncPrepTime?: number;
|
|
22312
|
+
syncResponseTime?: number;
|
|
22313
|
+
syncProcessingTime?: number;
|
|
22314
|
+
syncMessageReceiveTime?: number;
|
|
22315
|
+
totalTime?: number;
|
|
22316
|
+
additionalProperties?: false;
|
|
22317
|
+
};
|
|
22162
22318
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
|
|
22163
22319
|
name: "server.mediaquality.event" | "client.mediaquality.event";
|
|
22164
22320
|
/**
|
|
@@ -22225,6 +22381,7 @@ export interface MediaQualityEvent {
|
|
|
22225
22381
|
ivrId?: string;
|
|
22226
22382
|
callId?: string;
|
|
22227
22383
|
pairCallId?: string;
|
|
22384
|
+
llmWebsocketUrl?: string;
|
|
22228
22385
|
locusId?: string;
|
|
22229
22386
|
locusJoinUrl?: string;
|
|
22230
22387
|
locusSessionId?: string;
|
|
@@ -22238,6 +22395,7 @@ export interface MediaQualityEvent {
|
|
|
22238
22395
|
meetingLookupUrl?: string;
|
|
22239
22396
|
meetingOrgId?: string;
|
|
22240
22397
|
metricServiceUrl?: string;
|
|
22398
|
+
mercuryWebsocketUrl?: string;
|
|
22241
22399
|
msteamsTenantGuid?: string;
|
|
22242
22400
|
msteamsConferenceId?: string;
|
|
22243
22401
|
msteamsMeetingId?: string;
|
package/package.json
CHANGED