@webex/event-dictionary-ts 1.0.1455 → 1.0.1457
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.
|
@@ -3294,7 +3294,6 @@
|
|
|
3294
3294
|
"additionalProperties": true,
|
|
3295
3295
|
"required": [
|
|
3296
3296
|
"description",
|
|
3297
|
-
"clockSpeedGigaHertz",
|
|
3298
3297
|
"numberOfCores",
|
|
3299
3298
|
"architecture"
|
|
3300
3299
|
],
|
|
@@ -3302,10 +3301,6 @@
|
|
|
3302
3301
|
"description": {
|
|
3303
3302
|
"type": "string"
|
|
3304
3303
|
},
|
|
3305
|
-
"clockSpeedGigaHertz": {
|
|
3306
|
-
"type": "number",
|
|
3307
|
-
"minimum": 0.0
|
|
3308
|
-
},
|
|
3309
3304
|
"numberOfCores": {
|
|
3310
3305
|
"type": "number",
|
|
3311
3306
|
"minimum": 1.0,
|
|
@@ -3325,6 +3320,10 @@
|
|
|
3325
3320
|
},
|
|
3326
3321
|
"staticPerformance": {
|
|
3327
3322
|
"type": "string"
|
|
3323
|
+
},
|
|
3324
|
+
"clockSpeedGigaHertz": {
|
|
3325
|
+
"type": "number",
|
|
3326
|
+
"minimum": 0.0
|
|
3328
3327
|
}
|
|
3329
3328
|
}
|
|
3330
3329
|
},
|
|
@@ -5991,7 +5990,6 @@
|
|
|
5991
5990
|
"additionalProperties": true,
|
|
5992
5991
|
"required": [
|
|
5993
5992
|
"description",
|
|
5994
|
-
"clockSpeedGigaHertz",
|
|
5995
5993
|
"numberOfCores",
|
|
5996
5994
|
"architecture"
|
|
5997
5995
|
],
|
|
@@ -5999,10 +5997,6 @@
|
|
|
5999
5997
|
"description": {
|
|
6000
5998
|
"type": "string"
|
|
6001
5999
|
},
|
|
6002
|
-
"clockSpeedGigaHertz": {
|
|
6003
|
-
"type": "number",
|
|
6004
|
-
"minimum": 0.0
|
|
6005
|
-
},
|
|
6006
6000
|
"numberOfCores": {
|
|
6007
6001
|
"type": "number",
|
|
6008
6002
|
"minimum": 1.0,
|
|
@@ -6022,6 +6016,10 @@
|
|
|
6022
6016
|
},
|
|
6023
6017
|
"staticPerformance": {
|
|
6024
6018
|
"type": "string"
|
|
6019
|
+
},
|
|
6020
|
+
"clockSpeedGigaHertz": {
|
|
6021
|
+
"type": "number",
|
|
6022
|
+
"minimum": 0.0
|
|
6025
6023
|
}
|
|
6026
6024
|
}
|
|
6027
6025
|
},
|
|
@@ -314,7 +314,6 @@
|
|
|
314
314
|
"additionalProperties": true,
|
|
315
315
|
"required": [
|
|
316
316
|
"description",
|
|
317
|
-
"clockSpeedGigaHertz",
|
|
318
317
|
"numberOfCores",
|
|
319
318
|
"architecture"
|
|
320
319
|
],
|
|
@@ -322,10 +321,6 @@
|
|
|
322
321
|
"description": {
|
|
323
322
|
"type": "string"
|
|
324
323
|
},
|
|
325
|
-
"clockSpeedGigaHertz": {
|
|
326
|
-
"type": "number",
|
|
327
|
-
"minimum": 0.0
|
|
328
|
-
},
|
|
329
324
|
"numberOfCores": {
|
|
330
325
|
"type": "number",
|
|
331
326
|
"minimum": 1.0,
|
|
@@ -345,6 +340,10 @@
|
|
|
345
340
|
},
|
|
346
341
|
"staticPerformance": {
|
|
347
342
|
"type": "string"
|
|
343
|
+
},
|
|
344
|
+
"clockSpeedGigaHertz": {
|
|
345
|
+
"type": "number",
|
|
346
|
+
"minimum": 0.0
|
|
348
347
|
}
|
|
349
348
|
}
|
|
350
349
|
},
|
|
@@ -3770,7 +3769,6 @@
|
|
|
3770
3769
|
"additionalProperties": true,
|
|
3771
3770
|
"required": [
|
|
3772
3771
|
"description",
|
|
3773
|
-
"clockSpeedGigaHertz",
|
|
3774
3772
|
"numberOfCores",
|
|
3775
3773
|
"architecture"
|
|
3776
3774
|
],
|
|
@@ -3778,10 +3776,6 @@
|
|
|
3778
3776
|
"description": {
|
|
3779
3777
|
"type": "string"
|
|
3780
3778
|
},
|
|
3781
|
-
"clockSpeedGigaHertz": {
|
|
3782
|
-
"type": "number",
|
|
3783
|
-
"minimum": 0.0
|
|
3784
|
-
},
|
|
3785
3779
|
"numberOfCores": {
|
|
3786
3780
|
"type": "number",
|
|
3787
3781
|
"minimum": 1.0,
|
|
@@ -3801,6 +3795,10 @@
|
|
|
3801
3795
|
},
|
|
3802
3796
|
"staticPerformance": {
|
|
3803
3797
|
"type": "string"
|
|
3798
|
+
},
|
|
3799
|
+
"clockSpeedGigaHertz": {
|
|
3800
|
+
"type": "number",
|
|
3801
|
+
"minimum": 0.0
|
|
3804
3802
|
}
|
|
3805
3803
|
}
|
|
3806
3804
|
},
|
|
@@ -6467,7 +6465,6 @@
|
|
|
6467
6465
|
"additionalProperties": true,
|
|
6468
6466
|
"required": [
|
|
6469
6467
|
"description",
|
|
6470
|
-
"clockSpeedGigaHertz",
|
|
6471
6468
|
"numberOfCores",
|
|
6472
6469
|
"architecture"
|
|
6473
6470
|
],
|
|
@@ -6475,10 +6472,6 @@
|
|
|
6475
6472
|
"description": {
|
|
6476
6473
|
"type": "string"
|
|
6477
6474
|
},
|
|
6478
|
-
"clockSpeedGigaHertz": {
|
|
6479
|
-
"type": "number",
|
|
6480
|
-
"minimum": 0.0
|
|
6481
|
-
},
|
|
6482
6475
|
"numberOfCores": {
|
|
6483
6476
|
"type": "number",
|
|
6484
6477
|
"minimum": 1.0,
|
|
@@ -6498,6 +6491,10 @@
|
|
|
6498
6491
|
},
|
|
6499
6492
|
"staticPerformance": {
|
|
6500
6493
|
"type": "string"
|
|
6494
|
+
},
|
|
6495
|
+
"clockSpeedGigaHertz": {
|
|
6496
|
+
"type": "number",
|
|
6497
|
+
"minimum": 0.0
|
|
6501
6498
|
}
|
|
6502
6499
|
}
|
|
6503
6500
|
},
|
|
@@ -14574,7 +14571,6 @@
|
|
|
14574
14571
|
"additionalProperties": true,
|
|
14575
14572
|
"required": [
|
|
14576
14573
|
"description",
|
|
14577
|
-
"clockSpeedGigaHertz",
|
|
14578
14574
|
"numberOfCores",
|
|
14579
14575
|
"architecture"
|
|
14580
14576
|
],
|
|
@@ -14582,10 +14578,6 @@
|
|
|
14582
14578
|
"description": {
|
|
14583
14579
|
"type": "string"
|
|
14584
14580
|
},
|
|
14585
|
-
"clockSpeedGigaHertz": {
|
|
14586
|
-
"type": "number",
|
|
14587
|
-
"minimum": 0.0
|
|
14588
|
-
},
|
|
14589
14581
|
"numberOfCores": {
|
|
14590
14582
|
"type": "number",
|
|
14591
14583
|
"minimum": 1.0,
|
|
@@ -14605,6 +14597,10 @@
|
|
|
14605
14597
|
},
|
|
14606
14598
|
"staticPerformance": {
|
|
14607
14599
|
"type": "string"
|
|
14600
|
+
},
|
|
14601
|
+
"clockSpeedGigaHertz": {
|
|
14602
|
+
"type": "number",
|
|
14603
|
+
"minimum": 0.0
|
|
14608
14604
|
}
|
|
14609
14605
|
}
|
|
14610
14606
|
},
|
|
@@ -17121,6 +17117,36 @@
|
|
|
17121
17117
|
}
|
|
17122
17118
|
}
|
|
17123
17119
|
},
|
|
17120
|
+
"endToEndDelayKeyFrame": {
|
|
17121
|
+
"type": "object",
|
|
17122
|
+
"description": "This object tracks the the end to end delay(the delay between capture time of sender side and render time of receiver side)",
|
|
17123
|
+
"additionalProperties": true,
|
|
17124
|
+
"required": [
|
|
17125
|
+
"meanDelay",
|
|
17126
|
+
"maxDelay",
|
|
17127
|
+
"minDelay"
|
|
17128
|
+
],
|
|
17129
|
+
"properties": {
|
|
17130
|
+
"meanDelay": {
|
|
17131
|
+
"description": "The average delay (in milliseconds) from end to end",
|
|
17132
|
+
"type": "number",
|
|
17133
|
+
"minimum": 0.0,
|
|
17134
|
+
"maximum": 9223372036854776000.0
|
|
17135
|
+
},
|
|
17136
|
+
"maxDelay": {
|
|
17137
|
+
"description": "The maximum delay (in milliseconds) from end to end",
|
|
17138
|
+
"type": "number",
|
|
17139
|
+
"minimum": 0.0,
|
|
17140
|
+
"maximum": 9223372036854776000.0
|
|
17141
|
+
},
|
|
17142
|
+
"minDelay": {
|
|
17143
|
+
"description": "The minimum delay (in milliseconds) from end to end",
|
|
17144
|
+
"type": "number",
|
|
17145
|
+
"minimum": 0.0,
|
|
17146
|
+
"maximum": 9223372036854776000.0
|
|
17147
|
+
}
|
|
17148
|
+
}
|
|
17149
|
+
},
|
|
17124
17150
|
"endToEndDelayByRtcp": {
|
|
17125
17151
|
"type": "number",
|
|
17126
17152
|
"minimum": -9223372036854776000.0,
|
|
@@ -18237,6 +18263,36 @@
|
|
|
18237
18263
|
}
|
|
18238
18264
|
}
|
|
18239
18265
|
},
|
|
18266
|
+
"endToEndDelayKeyFrame": {
|
|
18267
|
+
"type": "object",
|
|
18268
|
+
"description": "This object tracks the the end to end delay(the delay between capture time of sender side and render time of receiver side)",
|
|
18269
|
+
"additionalProperties": true,
|
|
18270
|
+
"required": [
|
|
18271
|
+
"meanDelay",
|
|
18272
|
+
"maxDelay",
|
|
18273
|
+
"minDelay"
|
|
18274
|
+
],
|
|
18275
|
+
"properties": {
|
|
18276
|
+
"meanDelay": {
|
|
18277
|
+
"description": "The average delay (in milliseconds) from end to end",
|
|
18278
|
+
"type": "number",
|
|
18279
|
+
"minimum": 0.0,
|
|
18280
|
+
"maximum": 9223372036854776000.0
|
|
18281
|
+
},
|
|
18282
|
+
"maxDelay": {
|
|
18283
|
+
"description": "The maximum delay (in milliseconds) from end to end",
|
|
18284
|
+
"type": "number",
|
|
18285
|
+
"minimum": 0.0,
|
|
18286
|
+
"maximum": 9223372036854776000.0
|
|
18287
|
+
},
|
|
18288
|
+
"minDelay": {
|
|
18289
|
+
"description": "The minimum delay (in milliseconds) from end to end",
|
|
18290
|
+
"type": "number",
|
|
18291
|
+
"minimum": 0.0,
|
|
18292
|
+
"maximum": 9223372036854776000.0
|
|
18293
|
+
}
|
|
18294
|
+
}
|
|
18295
|
+
},
|
|
18240
18296
|
"endToEndDelayByRtcp": {
|
|
18241
18297
|
"type": "number",
|
|
18242
18298
|
"minimum": -9223372036854776000.0,
|
|
@@ -19809,6 +19865,36 @@
|
|
|
19809
19865
|
}
|
|
19810
19866
|
}
|
|
19811
19867
|
},
|
|
19868
|
+
"endToEndDelayKeyFrame": {
|
|
19869
|
+
"type": "object",
|
|
19870
|
+
"description": "This object tracks the the end to end delay(the delay between capture time of sender side and render time of receiver side)",
|
|
19871
|
+
"additionalProperties": true,
|
|
19872
|
+
"required": [
|
|
19873
|
+
"meanDelay",
|
|
19874
|
+
"maxDelay",
|
|
19875
|
+
"minDelay"
|
|
19876
|
+
],
|
|
19877
|
+
"properties": {
|
|
19878
|
+
"meanDelay": {
|
|
19879
|
+
"description": "The average delay (in milliseconds) from end to end",
|
|
19880
|
+
"type": "number",
|
|
19881
|
+
"minimum": 0.0,
|
|
19882
|
+
"maximum": 9223372036854776000.0
|
|
19883
|
+
},
|
|
19884
|
+
"maxDelay": {
|
|
19885
|
+
"description": "The maximum delay (in milliseconds) from end to end",
|
|
19886
|
+
"type": "number",
|
|
19887
|
+
"minimum": 0.0,
|
|
19888
|
+
"maximum": 9223372036854776000.0
|
|
19889
|
+
},
|
|
19890
|
+
"minDelay": {
|
|
19891
|
+
"description": "The minimum delay (in milliseconds) from end to end",
|
|
19892
|
+
"type": "number",
|
|
19893
|
+
"minimum": 0.0,
|
|
19894
|
+
"maximum": 9223372036854776000.0
|
|
19895
|
+
}
|
|
19896
|
+
}
|
|
19897
|
+
},
|
|
19812
19898
|
"endToEndDelayByRtcp": {
|
|
19813
19899
|
"type": "number",
|
|
19814
19900
|
"minimum": -9223372036854776000.0,
|
|
@@ -26759,7 +26845,6 @@
|
|
|
26759
26845
|
"additionalProperties": true,
|
|
26760
26846
|
"required": [
|
|
26761
26847
|
"description",
|
|
26762
|
-
"clockSpeedGigaHertz",
|
|
26763
26848
|
"numberOfCores",
|
|
26764
26849
|
"architecture"
|
|
26765
26850
|
],
|
|
@@ -26767,10 +26852,6 @@
|
|
|
26767
26852
|
"description": {
|
|
26768
26853
|
"type": "string"
|
|
26769
26854
|
},
|
|
26770
|
-
"clockSpeedGigaHertz": {
|
|
26771
|
-
"type": "number",
|
|
26772
|
-
"minimum": 0.0
|
|
26773
|
-
},
|
|
26774
26855
|
"numberOfCores": {
|
|
26775
26856
|
"type": "number",
|
|
26776
26857
|
"minimum": 1.0,
|
|
@@ -26790,6 +26871,10 @@
|
|
|
26790
26871
|
},
|
|
26791
26872
|
"staticPerformance": {
|
|
26792
26873
|
"type": "string"
|
|
26874
|
+
},
|
|
26875
|
+
"clockSpeedGigaHertz": {
|
|
26876
|
+
"type": "number",
|
|
26877
|
+
"minimum": 0.0
|
|
26793
26878
|
}
|
|
26794
26879
|
}
|
|
26795
26880
|
},
|
|
@@ -2998,7 +2998,6 @@
|
|
|
2998
2998
|
"additionalProperties": true,
|
|
2999
2999
|
"required": [
|
|
3000
3000
|
"description",
|
|
3001
|
-
"clockSpeedGigaHertz",
|
|
3002
3001
|
"numberOfCores",
|
|
3003
3002
|
"architecture"
|
|
3004
3003
|
],
|
|
@@ -3006,10 +3005,6 @@
|
|
|
3006
3005
|
"description": {
|
|
3007
3006
|
"type": "string"
|
|
3008
3007
|
},
|
|
3009
|
-
"clockSpeedGigaHertz": {
|
|
3010
|
-
"type": "number",
|
|
3011
|
-
"minimum": 0.0
|
|
3012
|
-
},
|
|
3013
3008
|
"numberOfCores": {
|
|
3014
3009
|
"type": "number",
|
|
3015
3010
|
"minimum": 1.0,
|
|
@@ -3029,6 +3024,10 @@
|
|
|
3029
3024
|
},
|
|
3030
3025
|
"staticPerformance": {
|
|
3031
3026
|
"type": "string"
|
|
3027
|
+
},
|
|
3028
|
+
"clockSpeedGigaHertz": {
|
|
3029
|
+
"type": "number",
|
|
3030
|
+
"minimum": 0.0
|
|
3032
3031
|
}
|
|
3033
3032
|
}
|
|
3034
3033
|
},
|
|
@@ -5545,6 +5544,36 @@
|
|
|
5545
5544
|
}
|
|
5546
5545
|
}
|
|
5547
5546
|
},
|
|
5547
|
+
"endToEndDelayKeyFrame": {
|
|
5548
|
+
"type": "object",
|
|
5549
|
+
"description": "This object tracks the the end to end delay(the delay between capture time of sender side and render time of receiver side)",
|
|
5550
|
+
"additionalProperties": true,
|
|
5551
|
+
"required": [
|
|
5552
|
+
"meanDelay",
|
|
5553
|
+
"maxDelay",
|
|
5554
|
+
"minDelay"
|
|
5555
|
+
],
|
|
5556
|
+
"properties": {
|
|
5557
|
+
"meanDelay": {
|
|
5558
|
+
"description": "The average delay (in milliseconds) from end to end",
|
|
5559
|
+
"type": "number",
|
|
5560
|
+
"minimum": 0.0,
|
|
5561
|
+
"maximum": 9223372036854776000.0
|
|
5562
|
+
},
|
|
5563
|
+
"maxDelay": {
|
|
5564
|
+
"description": "The maximum delay (in milliseconds) from end to end",
|
|
5565
|
+
"type": "number",
|
|
5566
|
+
"minimum": 0.0,
|
|
5567
|
+
"maximum": 9223372036854776000.0
|
|
5568
|
+
},
|
|
5569
|
+
"minDelay": {
|
|
5570
|
+
"description": "The minimum delay (in milliseconds) from end to end",
|
|
5571
|
+
"type": "number",
|
|
5572
|
+
"minimum": 0.0,
|
|
5573
|
+
"maximum": 9223372036854776000.0
|
|
5574
|
+
}
|
|
5575
|
+
}
|
|
5576
|
+
},
|
|
5548
5577
|
"endToEndDelayByRtcp": {
|
|
5549
5578
|
"type": "number",
|
|
5550
5579
|
"minimum": -9223372036854776000.0,
|
|
@@ -6661,6 +6690,36 @@
|
|
|
6661
6690
|
}
|
|
6662
6691
|
}
|
|
6663
6692
|
},
|
|
6693
|
+
"endToEndDelayKeyFrame": {
|
|
6694
|
+
"type": "object",
|
|
6695
|
+
"description": "This object tracks the the end to end delay(the delay between capture time of sender side and render time of receiver side)",
|
|
6696
|
+
"additionalProperties": true,
|
|
6697
|
+
"required": [
|
|
6698
|
+
"meanDelay",
|
|
6699
|
+
"maxDelay",
|
|
6700
|
+
"minDelay"
|
|
6701
|
+
],
|
|
6702
|
+
"properties": {
|
|
6703
|
+
"meanDelay": {
|
|
6704
|
+
"description": "The average delay (in milliseconds) from end to end",
|
|
6705
|
+
"type": "number",
|
|
6706
|
+
"minimum": 0.0,
|
|
6707
|
+
"maximum": 9223372036854776000.0
|
|
6708
|
+
},
|
|
6709
|
+
"maxDelay": {
|
|
6710
|
+
"description": "The maximum delay (in milliseconds) from end to end",
|
|
6711
|
+
"type": "number",
|
|
6712
|
+
"minimum": 0.0,
|
|
6713
|
+
"maximum": 9223372036854776000.0
|
|
6714
|
+
},
|
|
6715
|
+
"minDelay": {
|
|
6716
|
+
"description": "The minimum delay (in milliseconds) from end to end",
|
|
6717
|
+
"type": "number",
|
|
6718
|
+
"minimum": 0.0,
|
|
6719
|
+
"maximum": 9223372036854776000.0
|
|
6720
|
+
}
|
|
6721
|
+
}
|
|
6722
|
+
},
|
|
6664
6723
|
"endToEndDelayByRtcp": {
|
|
6665
6724
|
"type": "number",
|
|
6666
6725
|
"minimum": -9223372036854776000.0,
|
|
@@ -8233,6 +8292,36 @@
|
|
|
8233
8292
|
}
|
|
8234
8293
|
}
|
|
8235
8294
|
},
|
|
8295
|
+
"endToEndDelayKeyFrame": {
|
|
8296
|
+
"type": "object",
|
|
8297
|
+
"description": "This object tracks the the end to end delay(the delay between capture time of sender side and render time of receiver side)",
|
|
8298
|
+
"additionalProperties": true,
|
|
8299
|
+
"required": [
|
|
8300
|
+
"meanDelay",
|
|
8301
|
+
"maxDelay",
|
|
8302
|
+
"minDelay"
|
|
8303
|
+
],
|
|
8304
|
+
"properties": {
|
|
8305
|
+
"meanDelay": {
|
|
8306
|
+
"description": "The average delay (in milliseconds) from end to end",
|
|
8307
|
+
"type": "number",
|
|
8308
|
+
"minimum": 0.0,
|
|
8309
|
+
"maximum": 9223372036854776000.0
|
|
8310
|
+
},
|
|
8311
|
+
"maxDelay": {
|
|
8312
|
+
"description": "The maximum delay (in milliseconds) from end to end",
|
|
8313
|
+
"type": "number",
|
|
8314
|
+
"minimum": 0.0,
|
|
8315
|
+
"maximum": 9223372036854776000.0
|
|
8316
|
+
},
|
|
8317
|
+
"minDelay": {
|
|
8318
|
+
"description": "The minimum delay (in milliseconds) from end to end",
|
|
8319
|
+
"type": "number",
|
|
8320
|
+
"minimum": 0.0,
|
|
8321
|
+
"maximum": 9223372036854776000.0
|
|
8322
|
+
}
|
|
8323
|
+
}
|
|
8324
|
+
},
|
|
8236
8325
|
"endToEndDelayByRtcp": {
|
|
8237
8326
|
"type": "number",
|
|
8238
8327
|
"minimum": -9223372036854776000.0,
|
|
@@ -174,10 +174,10 @@ export interface Event {
|
|
|
174
174
|
*/
|
|
175
175
|
cpuInfo?: {
|
|
176
176
|
description: string;
|
|
177
|
-
clockSpeedGigaHertz: number;
|
|
178
177
|
numberOfCores: number;
|
|
179
178
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
180
179
|
staticPerformance?: string;
|
|
180
|
+
clockSpeedGigaHertz?: number;
|
|
181
181
|
additionalProperties?: false;
|
|
182
182
|
};
|
|
183
183
|
shareType?:
|
|
@@ -1542,10 +1542,10 @@ export interface Event {
|
|
|
1542
1542
|
*/
|
|
1543
1543
|
cpuInfo?: {
|
|
1544
1544
|
description: string;
|
|
1545
|
-
clockSpeedGigaHertz: number;
|
|
1546
1545
|
numberOfCores: number;
|
|
1547
1546
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
1548
1547
|
staticPerformance?: string;
|
|
1548
|
+
clockSpeedGigaHertz?: number;
|
|
1549
1549
|
additionalProperties?: false;
|
|
1550
1550
|
};
|
|
1551
1551
|
shareType?:
|
|
@@ -2912,10 +2912,10 @@ export interface Event {
|
|
|
2912
2912
|
*/
|
|
2913
2913
|
cpuInfo?: {
|
|
2914
2914
|
description: string;
|
|
2915
|
-
clockSpeedGigaHertz: number;
|
|
2916
2915
|
numberOfCores: number;
|
|
2917
2916
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
2918
2917
|
staticPerformance?: string;
|
|
2918
|
+
clockSpeedGigaHertz?: number;
|
|
2919
2919
|
additionalProperties?: false;
|
|
2920
2920
|
};
|
|
2921
2921
|
/**
|
|
@@ -6014,10 +6014,10 @@ export interface Event {
|
|
|
6014
6014
|
*/
|
|
6015
6015
|
cpuInfo?: {
|
|
6016
6016
|
description: string;
|
|
6017
|
-
clockSpeedGigaHertz: number;
|
|
6018
6017
|
numberOfCores: number;
|
|
6019
6018
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
6020
6019
|
staticPerformance?: string;
|
|
6020
|
+
clockSpeedGigaHertz?: number;
|
|
6021
6021
|
additionalProperties?: false;
|
|
6022
6022
|
};
|
|
6023
6023
|
/**
|
|
@@ -6906,6 +6906,24 @@ export interface Event {
|
|
|
6906
6906
|
minDelay: number;
|
|
6907
6907
|
additionalProperties?: false;
|
|
6908
6908
|
};
|
|
6909
|
+
/**
|
|
6910
|
+
* This object tracks the the end to end delay(the delay between capture time of sender side and render time of receiver side)
|
|
6911
|
+
*/
|
|
6912
|
+
endToEndDelayKeyFrame?: {
|
|
6913
|
+
/**
|
|
6914
|
+
* The average delay (in milliseconds) from end to end
|
|
6915
|
+
*/
|
|
6916
|
+
meanDelay: number;
|
|
6917
|
+
/**
|
|
6918
|
+
* The maximum delay (in milliseconds) from end to end
|
|
6919
|
+
*/
|
|
6920
|
+
maxDelay: number;
|
|
6921
|
+
/**
|
|
6922
|
+
* The minimum delay (in milliseconds) from end to end
|
|
6923
|
+
*/
|
|
6924
|
+
minDelay: number;
|
|
6925
|
+
additionalProperties?: false;
|
|
6926
|
+
};
|
|
6909
6927
|
endToEndDelayByRtcp?: number;
|
|
6910
6928
|
/**
|
|
6911
6929
|
* The components of the E2E delay
|
|
@@ -7415,6 +7433,24 @@ export interface Event {
|
|
|
7415
7433
|
minDelay: number;
|
|
7416
7434
|
additionalProperties?: false;
|
|
7417
7435
|
};
|
|
7436
|
+
/**
|
|
7437
|
+
* This object tracks the the end to end delay(the delay between capture time of sender side and render time of receiver side)
|
|
7438
|
+
*/
|
|
7439
|
+
endToEndDelayKeyFrame?: {
|
|
7440
|
+
/**
|
|
7441
|
+
* The average delay (in milliseconds) from end to end
|
|
7442
|
+
*/
|
|
7443
|
+
meanDelay: number;
|
|
7444
|
+
/**
|
|
7445
|
+
* The maximum delay (in milliseconds) from end to end
|
|
7446
|
+
*/
|
|
7447
|
+
maxDelay: number;
|
|
7448
|
+
/**
|
|
7449
|
+
* The minimum delay (in milliseconds) from end to end
|
|
7450
|
+
*/
|
|
7451
|
+
minDelay: number;
|
|
7452
|
+
additionalProperties?: false;
|
|
7453
|
+
};
|
|
7418
7454
|
endToEndDelayByRtcp?: number;
|
|
7419
7455
|
/**
|
|
7420
7456
|
* The components of the E2E delay
|
|
@@ -7966,6 +8002,24 @@ export interface Event {
|
|
|
7966
8002
|
minDelay: number;
|
|
7967
8003
|
additionalProperties?: false;
|
|
7968
8004
|
};
|
|
8005
|
+
/**
|
|
8006
|
+
* This object tracks the the end to end delay(the delay between capture time of sender side and render time of receiver side)
|
|
8007
|
+
*/
|
|
8008
|
+
endToEndDelayKeyFrame?: {
|
|
8009
|
+
/**
|
|
8010
|
+
* The average delay (in milliseconds) from end to end
|
|
8011
|
+
*/
|
|
8012
|
+
meanDelay: number;
|
|
8013
|
+
/**
|
|
8014
|
+
* The maximum delay (in milliseconds) from end to end
|
|
8015
|
+
*/
|
|
8016
|
+
maxDelay: number;
|
|
8017
|
+
/**
|
|
8018
|
+
* The minimum delay (in milliseconds) from end to end
|
|
8019
|
+
*/
|
|
8020
|
+
minDelay: number;
|
|
8021
|
+
additionalProperties?: false;
|
|
8022
|
+
};
|
|
7969
8023
|
endToEndDelayByRtcp?: number;
|
|
7970
8024
|
/**
|
|
7971
8025
|
* The components of the E2E delay
|
|
@@ -10604,10 +10658,10 @@ export interface Event {
|
|
|
10604
10658
|
*/
|
|
10605
10659
|
cpuInfo?: {
|
|
10606
10660
|
description: string;
|
|
10607
|
-
clockSpeedGigaHertz: number;
|
|
10608
10661
|
numberOfCores: number;
|
|
10609
10662
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
10610
10663
|
staticPerformance?: string;
|
|
10664
|
+
clockSpeedGigaHertz?: number;
|
|
10611
10665
|
additionalProperties?: false;
|
|
10612
10666
|
};
|
|
10613
10667
|
/**
|
|
@@ -12331,10 +12385,10 @@ export interface ClientEvent {
|
|
|
12331
12385
|
*/
|
|
12332
12386
|
cpuInfo?: {
|
|
12333
12387
|
description: string;
|
|
12334
|
-
clockSpeedGigaHertz: number;
|
|
12335
12388
|
numberOfCores: number;
|
|
12336
12389
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
12337
12390
|
staticPerformance?: string;
|
|
12391
|
+
clockSpeedGigaHertz?: number;
|
|
12338
12392
|
additionalProperties?: false;
|
|
12339
12393
|
};
|
|
12340
12394
|
shareType?:
|
|
@@ -13701,10 +13755,10 @@ export interface ClientEvent {
|
|
|
13701
13755
|
*/
|
|
13702
13756
|
cpuInfo?: {
|
|
13703
13757
|
description: string;
|
|
13704
|
-
clockSpeedGigaHertz: number;
|
|
13705
13758
|
numberOfCores: number;
|
|
13706
13759
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
13707
13760
|
staticPerformance?: string;
|
|
13761
|
+
clockSpeedGigaHertz?: number;
|
|
13708
13762
|
additionalProperties?: false;
|
|
13709
13763
|
};
|
|
13710
13764
|
/**
|
|
@@ -16644,10 +16698,10 @@ export interface MediaQualityEvent {
|
|
|
16644
16698
|
*/
|
|
16645
16699
|
cpuInfo?: {
|
|
16646
16700
|
description: string;
|
|
16647
|
-
clockSpeedGigaHertz: number;
|
|
16648
16701
|
numberOfCores: number;
|
|
16649
16702
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
16650
16703
|
staticPerformance?: string;
|
|
16704
|
+
clockSpeedGigaHertz?: number;
|
|
16651
16705
|
additionalProperties?: false;
|
|
16652
16706
|
};
|
|
16653
16707
|
/**
|
|
@@ -17533,6 +17587,24 @@ export interface MediaQualityEvent {
|
|
|
17533
17587
|
minDelay: number;
|
|
17534
17588
|
additionalProperties?: false;
|
|
17535
17589
|
};
|
|
17590
|
+
/**
|
|
17591
|
+
* This object tracks the the end to end delay(the delay between capture time of sender side and render time of receiver side)
|
|
17592
|
+
*/
|
|
17593
|
+
endToEndDelayKeyFrame?: {
|
|
17594
|
+
/**
|
|
17595
|
+
* The average delay (in milliseconds) from end to end
|
|
17596
|
+
*/
|
|
17597
|
+
meanDelay: number;
|
|
17598
|
+
/**
|
|
17599
|
+
* The maximum delay (in milliseconds) from end to end
|
|
17600
|
+
*/
|
|
17601
|
+
maxDelay: number;
|
|
17602
|
+
/**
|
|
17603
|
+
* The minimum delay (in milliseconds) from end to end
|
|
17604
|
+
*/
|
|
17605
|
+
minDelay: number;
|
|
17606
|
+
additionalProperties?: false;
|
|
17607
|
+
};
|
|
17536
17608
|
endToEndDelayByRtcp?: number;
|
|
17537
17609
|
/**
|
|
17538
17610
|
* The components of the E2E delay
|
|
@@ -18042,6 +18114,24 @@ export interface MediaQualityEvent {
|
|
|
18042
18114
|
minDelay: number;
|
|
18043
18115
|
additionalProperties?: false;
|
|
18044
18116
|
};
|
|
18117
|
+
/**
|
|
18118
|
+
* This object tracks the the end to end delay(the delay between capture time of sender side and render time of receiver side)
|
|
18119
|
+
*/
|
|
18120
|
+
endToEndDelayKeyFrame?: {
|
|
18121
|
+
/**
|
|
18122
|
+
* The average delay (in milliseconds) from end to end
|
|
18123
|
+
*/
|
|
18124
|
+
meanDelay: number;
|
|
18125
|
+
/**
|
|
18126
|
+
* The maximum delay (in milliseconds) from end to end
|
|
18127
|
+
*/
|
|
18128
|
+
maxDelay: number;
|
|
18129
|
+
/**
|
|
18130
|
+
* The minimum delay (in milliseconds) from end to end
|
|
18131
|
+
*/
|
|
18132
|
+
minDelay: number;
|
|
18133
|
+
additionalProperties?: false;
|
|
18134
|
+
};
|
|
18045
18135
|
endToEndDelayByRtcp?: number;
|
|
18046
18136
|
/**
|
|
18047
18137
|
* The components of the E2E delay
|
|
@@ -18588,6 +18678,24 @@ export interface MediaQualityEvent {
|
|
|
18588
18678
|
minDelay: number;
|
|
18589
18679
|
additionalProperties?: false;
|
|
18590
18680
|
};
|
|
18681
|
+
/**
|
|
18682
|
+
* This object tracks the the end to end delay(the delay between capture time of sender side and render time of receiver side)
|
|
18683
|
+
*/
|
|
18684
|
+
endToEndDelayKeyFrame?: {
|
|
18685
|
+
/**
|
|
18686
|
+
* The average delay (in milliseconds) from end to end
|
|
18687
|
+
*/
|
|
18688
|
+
meanDelay: number;
|
|
18689
|
+
/**
|
|
18690
|
+
* The maximum delay (in milliseconds) from end to end
|
|
18691
|
+
*/
|
|
18692
|
+
maxDelay: number;
|
|
18693
|
+
/**
|
|
18694
|
+
* The minimum delay (in milliseconds) from end to end
|
|
18695
|
+
*/
|
|
18696
|
+
minDelay: number;
|
|
18697
|
+
additionalProperties?: false;
|
|
18698
|
+
};
|
|
18591
18699
|
endToEndDelayByRtcp?: number;
|
|
18592
18700
|
/**
|
|
18593
18701
|
* The components of the E2E delay
|
package/package.json
CHANGED