@webex/event-dictionary-ts 1.0.2073 → 1.0.2075

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
  },
@@ -4241,6 +4291,10 @@
4241
4291
  "type": "integer",
4242
4292
  "minimum": 0
4243
4293
  },
4294
+ "joinRespMediaEngineReady": {
4295
+ "type": "integer",
4296
+ "minimum": 0
4297
+ },
4244
4298
  "joinRespShareReady": {
4245
4299
  "type": "integer",
4246
4300
  "minimum": 0
@@ -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
  },
@@ -4801,6 +4851,10 @@
4801
4851
  "type": "integer",
4802
4852
  "minimum": 0
4803
4853
  },
4854
+ "joinRespMediaEngineReady": {
4855
+ "type": "integer",
4856
+ "minimum": 0
4857
+ },
4804
4858
  "joinRespShareReady": {
4805
4859
  "type": "integer",
4806
4860
  "minimum": 0
@@ -8819,6 +8873,9 @@
8819
8873
  "pairCallId": {
8820
8874
  "type": "string"
8821
8875
  },
8876
+ "llmWebsocketUrl": {
8877
+ "type": "string"
8878
+ },
8822
8879
  "locusId": {
8823
8880
  "type": "string",
8824
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}$"
@@ -8861,6 +8918,9 @@
8861
8918
  "metricServiceUrl": {
8862
8919
  "type": "string"
8863
8920
  },
8921
+ "mercuryWebsocketUrl": {
8922
+ "type": "string"
8923
+ },
8864
8924
  "msteamsTenantGuid": {
8865
8925
  "type": "string"
8866
8926
  },
@@ -11054,6 +11114,49 @@
11054
11114
  }
11055
11115
  }
11056
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
+ },
11057
11160
  "remoteAgent": {
11058
11161
  "type": "string"
11059
11162
  },
@@ -11187,6 +11290,7 @@
11187
11290
  "locus.share.floor-released.local",
11188
11291
  "locus.share.floor-steal.local",
11189
11292
  "locus.share.floor-granted.request",
11293
+ "locus.sync.sent",
11190
11294
  "mbs.scheduling.request",
11191
11295
  "mbs.scheduling.response",
11192
11296
  "mbs.setting.request",
@@ -11768,6 +11872,9 @@
11768
11872
  "pairCallId": {
11769
11873
  "type": "string"
11770
11874
  },
11875
+ "llmWebsocketUrl": {
11876
+ "type": "string"
11877
+ },
11771
11878
  "locusId": {
11772
11879
  "type": "string",
11773
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}$"
@@ -11810,6 +11917,9 @@
11810
11917
  "metricServiceUrl": {
11811
11918
  "type": "string"
11812
11919
  },
11920
+ "mercuryWebsocketUrl": {
11921
+ "type": "string"
11922
+ },
11813
11923
  "msteamsTenantGuid": {
11814
11924
  "type": "string"
11815
11925
  },
@@ -15708,6 +15818,49 @@
15708
15818
  }
15709
15819
  }
15710
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
+ },
15711
15864
  "trigger": {
15712
15865
  "enum": [
15713
15866
  "dummyTrigger1",
@@ -15899,6 +16052,9 @@
15899
16052
  "pairCallId": {
15900
16053
  "type": "string"
15901
16054
  },
16055
+ "llmWebsocketUrl": {
16056
+ "type": "string"
16057
+ },
15902
16058
  "locusId": {
15903
16059
  "type": "string",
15904
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}$"
@@ -15941,6 +16097,9 @@
15941
16097
  "metricServiceUrl": {
15942
16098
  "type": "string"
15943
16099
  },
16100
+ "mercuryWebsocketUrl": {
16101
+ "type": "string"
16102
+ },
15944
16103
  "msteamsTenantGuid": {
15945
16104
  "type": "string"
15946
16105
  },
@@ -27361,6 +27520,49 @@
27361
27520
  }
27362
27521
  }
27363
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
+ },
27364
27566
  "name": {
27365
27567
  "enum": [
27366
27568
  "client.feature.audio.noise.removal",
@@ -27511,6 +27713,9 @@
27511
27713
  "pairCallId": {
27512
27714
  "type": "string"
27513
27715
  },
27716
+ "llmWebsocketUrl": {
27717
+ "type": "string"
27718
+ },
27514
27719
  "locusId": {
27515
27720
  "type": "string",
27516
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}$"
@@ -27553,6 +27758,9 @@
27553
27758
  "metricServiceUrl": {
27554
27759
  "type": "string"
27555
27760
  },
27761
+ "mercuryWebsocketUrl": {
27762
+ "type": "string"
27763
+ },
27556
27764
  "msteamsTenantGuid": {
27557
27765
  "type": "string"
27558
27766
  },
@@ -31458,6 +31666,49 @@
31458
31666
  }
31459
31667
  }
31460
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
+ },
31461
31712
  "trigger": {
31462
31713
  "enum": [
31463
31714
  "dummyTrigger1",
@@ -31602,6 +31853,9 @@
31602
31853
  "pairCallId": {
31603
31854
  "type": "string"
31604
31855
  },
31856
+ "llmWebsocketUrl": {
31857
+ "type": "string"
31858
+ },
31605
31859
  "locusId": {
31606
31860
  "type": "string",
31607
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}$"
@@ -31644,6 +31898,9 @@
31644
31898
  "metricServiceUrl": {
31645
31899
  "type": "string"
31646
31900
  },
31901
+ "mercuryWebsocketUrl": {
31902
+ "type": "string"
31903
+ },
31647
31904
  "msteamsTenantGuid": {
31648
31905
  "type": "string"
31649
31906
  },
@@ -37316,6 +37573,49 @@
37316
37573
  }
37317
37574
  }
37318
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
+ },
37319
37619
  "trigger": {
37320
37620
  "enum": [
37321
37621
  "dummyTrigger1",
@@ -37487,6 +37787,9 @@
37487
37787
  "pairCallId": {
37488
37788
  "type": "string"
37489
37789
  },
37790
+ "llmWebsocketUrl": {
37791
+ "type": "string"
37792
+ },
37490
37793
  "locusId": {
37491
37794
  "type": "string",
37492
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}$"
@@ -37529,6 +37832,9 @@
37529
37832
  "metricServiceUrl": {
37530
37833
  "type": "string"
37531
37834
  },
37835
+ "mercuryWebsocketUrl": {
37836
+ "type": "string"
37837
+ },
37532
37838
  "msteamsTenantGuid": {
37533
37839
  "type": "string"
37534
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;
@@ -2107,6 +2125,7 @@ export interface Event {
2107
2125
  joinConfJmt?: number;
2108
2126
  joinReqResp?: number;
2109
2127
  joinRespAudioReady?: number;
2128
+ joinRespMediaEngineReady?: number;
2110
2129
  joinRespShareReady?: number;
2111
2130
  joinRespShareAudioReady?: number;
2112
2131
  joinRespVideoReady?: number;
@@ -4179,6 +4198,7 @@ export interface Event {
4179
4198
  ivrId?: string;
4180
4199
  callId?: string;
4181
4200
  pairCallId?: string;
4201
+ llmWebsocketUrl?: string;
4182
4202
  locusId?: string;
4183
4203
  locusJoinUrl?: string;
4184
4204
  locusSessionId?: string;
@@ -4192,6 +4212,7 @@ export interface Event {
4192
4212
  meetingLookupUrl?: string;
4193
4213
  meetingOrgId?: string;
4194
4214
  metricServiceUrl?: string;
4215
+ mercuryWebsocketUrl?: string;
4195
4216
  msteamsTenantGuid?: string;
4196
4217
  msteamsConferenceId?: string;
4197
4218
  msteamsMeetingId?: string;
@@ -4999,6 +5020,21 @@ export interface Event {
4999
5020
  clientLLMWebSocketConnectTime?: number;
5000
5021
  additionalProperties?: false;
5001
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
+ };
5002
5038
  remoteAgent?: string;
5003
5039
  name:
5004
5040
  | "addin.scheduling.request"
@@ -5129,6 +5165,7 @@ export interface Event {
5129
5165
  | "locus.share.floor-released.local"
5130
5166
  | "locus.share.floor-steal.local"
5131
5167
  | "locus.share.floor-granted.request"
5168
+ | "locus.sync.sent"
5132
5169
  | "mbs.scheduling.request"
5133
5170
  | "mbs.scheduling.response"
5134
5171
  | "mbs.setting.request"
@@ -5443,6 +5480,7 @@ export interface Event {
5443
5480
  ivrId?: string;
5444
5481
  callId?: string;
5445
5482
  pairCallId?: string;
5483
+ llmWebsocketUrl?: string;
5446
5484
  locusId?: string;
5447
5485
  locusJoinUrl?: string;
5448
5486
  locusSessionId?: string;
@@ -5456,6 +5494,7 @@ export interface Event {
5456
5494
  meetingLookupUrl?: string;
5457
5495
  meetingOrgId?: string;
5458
5496
  metricServiceUrl?: string;
5497
+ mercuryWebsocketUrl?: string;
5459
5498
  msteamsTenantGuid?: string;
5460
5499
  msteamsConferenceId?: string;
5461
5500
  msteamsMeetingId?: string;
@@ -7018,6 +7057,21 @@ export interface Event {
7018
7057
  clientLLMWebSocketConnectTime?: number;
7019
7058
  additionalProperties?: false;
7020
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
+ };
7021
7075
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
7022
7076
  name: "server.mediaquality.event" | "client.mediaquality.event";
7023
7077
  /**
@@ -7084,6 +7138,7 @@ export interface Event {
7084
7138
  ivrId?: string;
7085
7139
  callId?: string;
7086
7140
  pairCallId?: string;
7141
+ llmWebsocketUrl?: string;
7087
7142
  locusId?: string;
7088
7143
  locusJoinUrl?: string;
7089
7144
  locusSessionId?: string;
@@ -7097,6 +7152,7 @@ export interface Event {
7097
7152
  meetingLookupUrl?: string;
7098
7153
  meetingOrgId?: string;
7099
7154
  metricServiceUrl?: string;
7155
+ mercuryWebsocketUrl?: string;
7100
7156
  msteamsTenantGuid?: string;
7101
7157
  msteamsConferenceId?: string;
7102
7158
  msteamsMeetingId?: string;
@@ -11771,6 +11827,21 @@ export interface Event {
11771
11827
  clientLLMWebSocketConnectTime?: number;
11772
11828
  additionalProperties?: false;
11773
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
+ };
11774
11845
  name:
11775
11846
  | "client.feature.audio.noise.removal"
11776
11847
  | "client.feature.embedded-object-info"
@@ -11831,6 +11902,7 @@ export interface Event {
11831
11902
  ivrId?: string;
11832
11903
  callId?: string;
11833
11904
  pairCallId?: string;
11905
+ llmWebsocketUrl?: string;
11834
11906
  locusId?: string;
11835
11907
  locusJoinUrl?: string;
11836
11908
  locusSessionId?: string;
@@ -11844,6 +11916,7 @@ export interface Event {
11844
11916
  meetingLookupUrl?: string;
11845
11917
  meetingOrgId?: string;
11846
11918
  metricServiceUrl?: string;
11919
+ mercuryWebsocketUrl?: string;
11847
11920
  msteamsTenantGuid?: string;
11848
11921
  msteamsConferenceId?: string;
11849
11922
  msteamsMeetingId?: string;
@@ -13558,6 +13631,21 @@ export interface Event {
13558
13631
  clientLLMWebSocketConnectTime?: number;
13559
13632
  additionalProperties?: false;
13560
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
+ };
13561
13649
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "edge-mediaquality";
13562
13650
  name: "edge.mediaquality.event";
13563
13651
  /**
@@ -13603,6 +13691,7 @@ export interface Event {
13603
13691
  ivrId?: string;
13604
13692
  callId?: string;
13605
13693
  pairCallId?: string;
13694
+ llmWebsocketUrl?: string;
13606
13695
  locusId?: string;
13607
13696
  locusJoinUrl?: string;
13608
13697
  locusSessionId?: string;
@@ -13616,6 +13705,7 @@ export interface Event {
13616
13705
  meetingLookupUrl?: string;
13617
13706
  meetingOrgId?: string;
13618
13707
  metricServiceUrl?: string;
13708
+ mercuryWebsocketUrl?: string;
13619
13709
  msteamsTenantGuid?: string;
13620
13710
  msteamsConferenceId?: string;
13621
13711
  msteamsMeetingId?: string;
@@ -15548,6 +15638,21 @@ export interface Event {
15548
15638
  clientLLMWebSocketConnectTime?: number;
15549
15639
  additionalProperties?: false;
15550
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
+ };
15551
15656
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "recording-event";
15552
15657
  name:
15553
15658
  | "crc.recording.create.request"
@@ -15614,6 +15719,7 @@ export interface Event {
15614
15719
  ivrId?: string;
15615
15720
  callId?: string;
15616
15721
  pairCallId?: string;
15722
+ llmWebsocketUrl?: string;
15617
15723
  locusId?: string;
15618
15724
  locusJoinUrl?: string;
15619
15725
  locusSessionId?: string;
@@ -15627,6 +15733,7 @@ export interface Event {
15627
15733
  meetingLookupUrl?: string;
15628
15734
  meetingOrgId?: string;
15629
15735
  metricServiceUrl?: string;
15736
+ mercuryWebsocketUrl?: string;
15630
15737
  msteamsTenantGuid?: string;
15631
15738
  msteamsConferenceId?: string;
15632
15739
  msteamsMeetingId?: string;
@@ -16587,6 +16694,21 @@ export interface ClientEvent {
16587
16694
  clientLLMWebSocketConnectTime?: number;
16588
16695
  additionalProperties?: false;
16589
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
+ };
16590
16712
  name:
16591
16713
  | "client.abort.join"
16592
16714
  | "client.alert.displayed"
@@ -16692,6 +16814,7 @@ export interface ClientEvent {
16692
16814
  | "client.locus.leave.response"
16693
16815
  | "client.locus.media.request"
16694
16816
  | "client.locus.media.response"
16817
+ | "client.locus.sync.complete"
16695
16818
  | "client.media-engine.crash"
16696
16819
  | "client.media-engine.launched"
16697
16820
  | "client.media-engine.lost"
@@ -16898,6 +17021,7 @@ export interface ClientEvent {
16898
17021
  ivrId?: string;
16899
17022
  callId?: string;
16900
17023
  pairCallId?: string;
17024
+ llmWebsocketUrl?: string;
16901
17025
  locusId?: string;
16902
17026
  locusJoinUrl?: string;
16903
17027
  locusSessionId?: string;
@@ -16911,6 +17035,7 @@ export interface ClientEvent {
16911
17035
  meetingLookupUrl?: string;
16912
17036
  meetingOrgId?: string;
16913
17037
  metricServiceUrl?: string;
17038
+ mercuryWebsocketUrl?: string;
16914
17039
  msteamsTenantGuid?: string;
16915
17040
  msteamsConferenceId?: string;
16916
17041
  msteamsMeetingId?: string;
@@ -17567,6 +17692,7 @@ export interface ClientEvent {
17567
17692
  joinConfJmt?: number;
17568
17693
  joinReqResp?: number;
17569
17694
  joinRespAudioReady?: number;
17695
+ joinRespMediaEngineReady?: number;
17570
17696
  joinRespShareReady?: number;
17571
17697
  joinRespShareAudioReady?: number;
17572
17698
  joinRespVideoReady?: number;
@@ -20365,6 +20491,21 @@ export interface FeatureEvent {
20365
20491
  clientLLMWebSocketConnectTime?: number;
20366
20492
  additionalProperties?: false;
20367
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
+ };
20368
20509
  name:
20369
20510
  | "client.feature.audio.noise.removal"
20370
20511
  | "client.feature.embedded-object-info"
@@ -20425,6 +20566,7 @@ export interface FeatureEvent {
20425
20566
  ivrId?: string;
20426
20567
  callId?: string;
20427
20568
  pairCallId?: string;
20569
+ llmWebsocketUrl?: string;
20428
20570
  locusId?: string;
20429
20571
  locusJoinUrl?: string;
20430
20572
  locusSessionId?: string;
@@ -20438,6 +20580,7 @@ export interface FeatureEvent {
20438
20580
  meetingLookupUrl?: string;
20439
20581
  meetingOrgId?: string;
20440
20582
  metricServiceUrl?: string;
20583
+ mercuryWebsocketUrl?: string;
20441
20584
  msteamsTenantGuid?: string;
20442
20585
  msteamsConferenceId?: string;
20443
20586
  msteamsMeetingId?: string;
@@ -22157,6 +22300,21 @@ export interface MediaQualityEvent {
22157
22300
  clientLLMWebSocketConnectTime?: number;
22158
22301
  additionalProperties?: false;
22159
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
+ };
22160
22318
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
22161
22319
  name: "server.mediaquality.event" | "client.mediaquality.event";
22162
22320
  /**
@@ -22223,6 +22381,7 @@ export interface MediaQualityEvent {
22223
22381
  ivrId?: string;
22224
22382
  callId?: string;
22225
22383
  pairCallId?: string;
22384
+ llmWebsocketUrl?: string;
22226
22385
  locusId?: string;
22227
22386
  locusJoinUrl?: string;
22228
22387
  locusSessionId?: string;
@@ -22236,6 +22395,7 @@ export interface MediaQualityEvent {
22236
22395
  meetingLookupUrl?: string;
22237
22396
  meetingOrgId?: string;
22238
22397
  metricServiceUrl?: string;
22398
+ mercuryWebsocketUrl?: string;
22239
22399
  msteamsTenantGuid?: string;
22240
22400
  msteamsConferenceId?: string;
22241
22401
  msteamsMeetingId?: string;
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.2073"
30
+ "version": "1.0.2075"
31
31
  }