@webex/event-dictionary-ts 1.0.1565 → 1.0.1567
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.
|
@@ -6455,6 +6455,43 @@
|
|
|
6455
6455
|
"type": "number",
|
|
6456
6456
|
"minimum": -9223372036854776000.0,
|
|
6457
6457
|
"maximum": 9223372036854776000.0
|
|
6458
|
+
},
|
|
6459
|
+
"evaluatedBandwidth": {
|
|
6460
|
+
"type": "object",
|
|
6461
|
+
"description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
|
|
6462
|
+
"additionalProperties": true,
|
|
6463
|
+
"properties": {
|
|
6464
|
+
"minBandwidth": {
|
|
6465
|
+
"description": "The min bandwidth evaluated by the BW Evaluator (in bits per second)",
|
|
6466
|
+
"type": "number",
|
|
6467
|
+
"minimum": 0.0,
|
|
6468
|
+
"maximum": 9223372036854776000.0
|
|
6469
|
+
},
|
|
6470
|
+
"maxBandwidth": {
|
|
6471
|
+
"description": "The maximum bandwidth evaluated the BW Evaluator (in bits per second)",
|
|
6472
|
+
"type": "number",
|
|
6473
|
+
"minimum": 0.0,
|
|
6474
|
+
"maximum": 9223372036854776000.0
|
|
6475
|
+
},
|
|
6476
|
+
"sumAdjustmentDown": {
|
|
6477
|
+
"description": "The sum of bandwidth down adjustments (in bits per second)",
|
|
6478
|
+
"type": "number",
|
|
6479
|
+
"minimum": 0.0,
|
|
6480
|
+
"maximum": 9223372036854776000.0
|
|
6481
|
+
},
|
|
6482
|
+
"sumAdjustmentUp": {
|
|
6483
|
+
"description": "The sum of bandwidth up adjustments (in bits per second)",
|
|
6484
|
+
"type": "number",
|
|
6485
|
+
"minimum": 0.0,
|
|
6486
|
+
"maximum": 9223372036854776000.0
|
|
6487
|
+
},
|
|
6488
|
+
"countAdjustments": {
|
|
6489
|
+
"description": "Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up",
|
|
6490
|
+
"type": "integer",
|
|
6491
|
+
"minimum": 0,
|
|
6492
|
+
"maximum": 2147483647
|
|
6493
|
+
}
|
|
6494
|
+
}
|
|
6458
6495
|
}
|
|
6459
6496
|
}
|
|
6460
6497
|
},
|
|
@@ -6955,6 +6955,43 @@
|
|
|
6955
6955
|
"type": "number",
|
|
6956
6956
|
"minimum": -9223372036854776000.0,
|
|
6957
6957
|
"maximum": 9223372036854776000.0
|
|
6958
|
+
},
|
|
6959
|
+
"evaluatedBandwidth": {
|
|
6960
|
+
"type": "object",
|
|
6961
|
+
"description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
|
|
6962
|
+
"additionalProperties": true,
|
|
6963
|
+
"properties": {
|
|
6964
|
+
"minBandwidth": {
|
|
6965
|
+
"description": "The min bandwidth evaluated by the BW Evaluator (in bits per second)",
|
|
6966
|
+
"type": "number",
|
|
6967
|
+
"minimum": 0.0,
|
|
6968
|
+
"maximum": 9223372036854776000.0
|
|
6969
|
+
},
|
|
6970
|
+
"maxBandwidth": {
|
|
6971
|
+
"description": "The maximum bandwidth evaluated the BW Evaluator (in bits per second)",
|
|
6972
|
+
"type": "number",
|
|
6973
|
+
"minimum": 0.0,
|
|
6974
|
+
"maximum": 9223372036854776000.0
|
|
6975
|
+
},
|
|
6976
|
+
"sumAdjustmentDown": {
|
|
6977
|
+
"description": "The sum of bandwidth down adjustments (in bits per second)",
|
|
6978
|
+
"type": "number",
|
|
6979
|
+
"minimum": 0.0,
|
|
6980
|
+
"maximum": 9223372036854776000.0
|
|
6981
|
+
},
|
|
6982
|
+
"sumAdjustmentUp": {
|
|
6983
|
+
"description": "The sum of bandwidth up adjustments (in bits per second)",
|
|
6984
|
+
"type": "number",
|
|
6985
|
+
"minimum": 0.0,
|
|
6986
|
+
"maximum": 9223372036854776000.0
|
|
6987
|
+
},
|
|
6988
|
+
"countAdjustments": {
|
|
6989
|
+
"description": "Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up",
|
|
6990
|
+
"type": "integer",
|
|
6991
|
+
"minimum": 0,
|
|
6992
|
+
"maximum": 2147483647
|
|
6993
|
+
}
|
|
6994
|
+
}
|
|
6958
6995
|
}
|
|
6959
6996
|
}
|
|
6960
6997
|
},
|
|
@@ -15563,6 +15600,43 @@
|
|
|
15563
15600
|
"type": "number",
|
|
15564
15601
|
"minimum": -9223372036854776000.0,
|
|
15565
15602
|
"maximum": 9223372036854776000.0
|
|
15603
|
+
},
|
|
15604
|
+
"evaluatedBandwidth": {
|
|
15605
|
+
"type": "object",
|
|
15606
|
+
"description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
|
|
15607
|
+
"additionalProperties": true,
|
|
15608
|
+
"properties": {
|
|
15609
|
+
"minBandwidth": {
|
|
15610
|
+
"description": "The min bandwidth evaluated by the BW Evaluator (in bits per second)",
|
|
15611
|
+
"type": "number",
|
|
15612
|
+
"minimum": 0.0,
|
|
15613
|
+
"maximum": 9223372036854776000.0
|
|
15614
|
+
},
|
|
15615
|
+
"maxBandwidth": {
|
|
15616
|
+
"description": "The maximum bandwidth evaluated the BW Evaluator (in bits per second)",
|
|
15617
|
+
"type": "number",
|
|
15618
|
+
"minimum": 0.0,
|
|
15619
|
+
"maximum": 9223372036854776000.0
|
|
15620
|
+
},
|
|
15621
|
+
"sumAdjustmentDown": {
|
|
15622
|
+
"description": "The sum of bandwidth down adjustments (in bits per second)",
|
|
15623
|
+
"type": "number",
|
|
15624
|
+
"minimum": 0.0,
|
|
15625
|
+
"maximum": 9223372036854776000.0
|
|
15626
|
+
},
|
|
15627
|
+
"sumAdjustmentUp": {
|
|
15628
|
+
"description": "The sum of bandwidth up adjustments (in bits per second)",
|
|
15629
|
+
"type": "number",
|
|
15630
|
+
"minimum": 0.0,
|
|
15631
|
+
"maximum": 9223372036854776000.0
|
|
15632
|
+
},
|
|
15633
|
+
"countAdjustments": {
|
|
15634
|
+
"description": "Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up",
|
|
15635
|
+
"type": "integer",
|
|
15636
|
+
"minimum": 0,
|
|
15637
|
+
"maximum": 2147483647
|
|
15638
|
+
}
|
|
15639
|
+
}
|
|
15566
15640
|
}
|
|
15567
15641
|
}
|
|
15568
15642
|
},
|
|
@@ -28470,6 +28544,43 @@
|
|
|
28470
28544
|
"type": "number",
|
|
28471
28545
|
"minimum": -9223372036854776000.0,
|
|
28472
28546
|
"maximum": 9223372036854776000.0
|
|
28547
|
+
},
|
|
28548
|
+
"evaluatedBandwidth": {
|
|
28549
|
+
"type": "object",
|
|
28550
|
+
"description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
|
|
28551
|
+
"additionalProperties": true,
|
|
28552
|
+
"properties": {
|
|
28553
|
+
"minBandwidth": {
|
|
28554
|
+
"description": "The min bandwidth evaluated by the BW Evaluator (in bits per second)",
|
|
28555
|
+
"type": "number",
|
|
28556
|
+
"minimum": 0.0,
|
|
28557
|
+
"maximum": 9223372036854776000.0
|
|
28558
|
+
},
|
|
28559
|
+
"maxBandwidth": {
|
|
28560
|
+
"description": "The maximum bandwidth evaluated the BW Evaluator (in bits per second)",
|
|
28561
|
+
"type": "number",
|
|
28562
|
+
"minimum": 0.0,
|
|
28563
|
+
"maximum": 9223372036854776000.0
|
|
28564
|
+
},
|
|
28565
|
+
"sumAdjustmentDown": {
|
|
28566
|
+
"description": "The sum of bandwidth down adjustments (in bits per second)",
|
|
28567
|
+
"type": "number",
|
|
28568
|
+
"minimum": 0.0,
|
|
28569
|
+
"maximum": 9223372036854776000.0
|
|
28570
|
+
},
|
|
28571
|
+
"sumAdjustmentUp": {
|
|
28572
|
+
"description": "The sum of bandwidth up adjustments (in bits per second)",
|
|
28573
|
+
"type": "number",
|
|
28574
|
+
"minimum": 0.0,
|
|
28575
|
+
"maximum": 9223372036854776000.0
|
|
28576
|
+
},
|
|
28577
|
+
"countAdjustments": {
|
|
28578
|
+
"description": "Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up",
|
|
28579
|
+
"type": "integer",
|
|
28580
|
+
"minimum": 0,
|
|
28581
|
+
"maximum": 2147483647
|
|
28582
|
+
}
|
|
28583
|
+
}
|
|
28473
28584
|
}
|
|
28474
28585
|
}
|
|
28475
28586
|
},
|
|
@@ -3405,6 +3405,43 @@
|
|
|
3405
3405
|
"type": "number",
|
|
3406
3406
|
"minimum": -9223372036854776000.0,
|
|
3407
3407
|
"maximum": 9223372036854776000.0
|
|
3408
|
+
},
|
|
3409
|
+
"evaluatedBandwidth": {
|
|
3410
|
+
"type": "object",
|
|
3411
|
+
"description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
|
|
3412
|
+
"additionalProperties": true,
|
|
3413
|
+
"properties": {
|
|
3414
|
+
"minBandwidth": {
|
|
3415
|
+
"description": "The min bandwidth evaluated by the BW Evaluator (in bits per second)",
|
|
3416
|
+
"type": "number",
|
|
3417
|
+
"minimum": 0.0,
|
|
3418
|
+
"maximum": 9223372036854776000.0
|
|
3419
|
+
},
|
|
3420
|
+
"maxBandwidth": {
|
|
3421
|
+
"description": "The maximum bandwidth evaluated the BW Evaluator (in bits per second)",
|
|
3422
|
+
"type": "number",
|
|
3423
|
+
"minimum": 0.0,
|
|
3424
|
+
"maximum": 9223372036854776000.0
|
|
3425
|
+
},
|
|
3426
|
+
"sumAdjustmentDown": {
|
|
3427
|
+
"description": "The sum of bandwidth down adjustments (in bits per second)",
|
|
3428
|
+
"type": "number",
|
|
3429
|
+
"minimum": 0.0,
|
|
3430
|
+
"maximum": 9223372036854776000.0
|
|
3431
|
+
},
|
|
3432
|
+
"sumAdjustmentUp": {
|
|
3433
|
+
"description": "The sum of bandwidth up adjustments (in bits per second)",
|
|
3434
|
+
"type": "number",
|
|
3435
|
+
"minimum": 0.0,
|
|
3436
|
+
"maximum": 9223372036854776000.0
|
|
3437
|
+
},
|
|
3438
|
+
"countAdjustments": {
|
|
3439
|
+
"description": "Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up",
|
|
3440
|
+
"type": "integer",
|
|
3441
|
+
"minimum": 0,
|
|
3442
|
+
"maximum": 2147483647
|
|
3443
|
+
}
|
|
3444
|
+
}
|
|
3408
3445
|
}
|
|
3409
3446
|
}
|
|
3410
3447
|
},
|
|
@@ -3155,6 +3155,32 @@ export interface Event {
|
|
|
3155
3155
|
*/
|
|
3156
3156
|
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
3157
3157
|
peopleCount?: number;
|
|
3158
|
+
/**
|
|
3159
|
+
* This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
|
|
3160
|
+
*/
|
|
3161
|
+
evaluatedBandwidth?: {
|
|
3162
|
+
/**
|
|
3163
|
+
* The min bandwidth evaluated by the BW Evaluator (in bits per second)
|
|
3164
|
+
*/
|
|
3165
|
+
minBandwidth?: number;
|
|
3166
|
+
/**
|
|
3167
|
+
* The maximum bandwidth evaluated the BW Evaluator (in bits per second)
|
|
3168
|
+
*/
|
|
3169
|
+
maxBandwidth?: number;
|
|
3170
|
+
/**
|
|
3171
|
+
* The sum of bandwidth down adjustments (in bits per second)
|
|
3172
|
+
*/
|
|
3173
|
+
sumAdjustmentDown?: number;
|
|
3174
|
+
/**
|
|
3175
|
+
* The sum of bandwidth up adjustments (in bits per second)
|
|
3176
|
+
*/
|
|
3177
|
+
sumAdjustmentUp?: number;
|
|
3178
|
+
/**
|
|
3179
|
+
* Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up
|
|
3180
|
+
*/
|
|
3181
|
+
countAdjustments?: number;
|
|
3182
|
+
additionalProperties?: false;
|
|
3183
|
+
};
|
|
3158
3184
|
additionalProperties?: false;
|
|
3159
3185
|
};
|
|
3160
3186
|
sessionType?:
|
|
@@ -6553,6 +6579,32 @@ export interface Event {
|
|
|
6553
6579
|
*/
|
|
6554
6580
|
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
6555
6581
|
peopleCount?: number;
|
|
6582
|
+
/**
|
|
6583
|
+
* This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
|
|
6584
|
+
*/
|
|
6585
|
+
evaluatedBandwidth?: {
|
|
6586
|
+
/**
|
|
6587
|
+
* The min bandwidth evaluated by the BW Evaluator (in bits per second)
|
|
6588
|
+
*/
|
|
6589
|
+
minBandwidth?: number;
|
|
6590
|
+
/**
|
|
6591
|
+
* The maximum bandwidth evaluated the BW Evaluator (in bits per second)
|
|
6592
|
+
*/
|
|
6593
|
+
maxBandwidth?: number;
|
|
6594
|
+
/**
|
|
6595
|
+
* The sum of bandwidth down adjustments (in bits per second)
|
|
6596
|
+
*/
|
|
6597
|
+
sumAdjustmentDown?: number;
|
|
6598
|
+
/**
|
|
6599
|
+
* The sum of bandwidth up adjustments (in bits per second)
|
|
6600
|
+
*/
|
|
6601
|
+
sumAdjustmentUp?: number;
|
|
6602
|
+
/**
|
|
6603
|
+
* Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up
|
|
6604
|
+
*/
|
|
6605
|
+
countAdjustments?: number;
|
|
6606
|
+
additionalProperties?: false;
|
|
6607
|
+
};
|
|
6556
6608
|
additionalProperties?: false;
|
|
6557
6609
|
};
|
|
6558
6610
|
audioTransmit: {
|
|
@@ -11542,6 +11594,32 @@ export interface Event {
|
|
|
11542
11594
|
*/
|
|
11543
11595
|
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
11544
11596
|
peopleCount?: number;
|
|
11597
|
+
/**
|
|
11598
|
+
* This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
|
|
11599
|
+
*/
|
|
11600
|
+
evaluatedBandwidth?: {
|
|
11601
|
+
/**
|
|
11602
|
+
* The min bandwidth evaluated by the BW Evaluator (in bits per second)
|
|
11603
|
+
*/
|
|
11604
|
+
minBandwidth?: number;
|
|
11605
|
+
/**
|
|
11606
|
+
* The maximum bandwidth evaluated the BW Evaluator (in bits per second)
|
|
11607
|
+
*/
|
|
11608
|
+
maxBandwidth?: number;
|
|
11609
|
+
/**
|
|
11610
|
+
* The sum of bandwidth down adjustments (in bits per second)
|
|
11611
|
+
*/
|
|
11612
|
+
sumAdjustmentDown?: number;
|
|
11613
|
+
/**
|
|
11614
|
+
* The sum of bandwidth up adjustments (in bits per second)
|
|
11615
|
+
*/
|
|
11616
|
+
sumAdjustmentUp?: number;
|
|
11617
|
+
/**
|
|
11618
|
+
* Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up
|
|
11619
|
+
*/
|
|
11620
|
+
countAdjustments?: number;
|
|
11621
|
+
additionalProperties?: false;
|
|
11622
|
+
};
|
|
11545
11623
|
additionalProperties?: false;
|
|
11546
11624
|
};
|
|
11547
11625
|
mediaLines?: {
|
|
@@ -14821,6 +14899,32 @@ export interface ClientEvent {
|
|
|
14821
14899
|
*/
|
|
14822
14900
|
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
14823
14901
|
peopleCount?: number;
|
|
14902
|
+
/**
|
|
14903
|
+
* This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
|
|
14904
|
+
*/
|
|
14905
|
+
evaluatedBandwidth?: {
|
|
14906
|
+
/**
|
|
14907
|
+
* The min bandwidth evaluated by the BW Evaluator (in bits per second)
|
|
14908
|
+
*/
|
|
14909
|
+
minBandwidth?: number;
|
|
14910
|
+
/**
|
|
14911
|
+
* The maximum bandwidth evaluated the BW Evaluator (in bits per second)
|
|
14912
|
+
*/
|
|
14913
|
+
maxBandwidth?: number;
|
|
14914
|
+
/**
|
|
14915
|
+
* The sum of bandwidth down adjustments (in bits per second)
|
|
14916
|
+
*/
|
|
14917
|
+
sumAdjustmentDown?: number;
|
|
14918
|
+
/**
|
|
14919
|
+
* The sum of bandwidth up adjustments (in bits per second)
|
|
14920
|
+
*/
|
|
14921
|
+
sumAdjustmentUp?: number;
|
|
14922
|
+
/**
|
|
14923
|
+
* Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up
|
|
14924
|
+
*/
|
|
14925
|
+
countAdjustments?: number;
|
|
14926
|
+
additionalProperties?: false;
|
|
14927
|
+
};
|
|
14824
14928
|
additionalProperties?: false;
|
|
14825
14929
|
};
|
|
14826
14930
|
sessionType?:
|
|
@@ -18019,6 +18123,32 @@ export interface MediaQualityEvent {
|
|
|
18019
18123
|
*/
|
|
18020
18124
|
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
18021
18125
|
peopleCount?: number;
|
|
18126
|
+
/**
|
|
18127
|
+
* This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
|
|
18128
|
+
*/
|
|
18129
|
+
evaluatedBandwidth?: {
|
|
18130
|
+
/**
|
|
18131
|
+
* The min bandwidth evaluated by the BW Evaluator (in bits per second)
|
|
18132
|
+
*/
|
|
18133
|
+
minBandwidth?: number;
|
|
18134
|
+
/**
|
|
18135
|
+
* The maximum bandwidth evaluated the BW Evaluator (in bits per second)
|
|
18136
|
+
*/
|
|
18137
|
+
maxBandwidth?: number;
|
|
18138
|
+
/**
|
|
18139
|
+
* The sum of bandwidth down adjustments (in bits per second)
|
|
18140
|
+
*/
|
|
18141
|
+
sumAdjustmentDown?: number;
|
|
18142
|
+
/**
|
|
18143
|
+
* The sum of bandwidth up adjustments (in bits per second)
|
|
18144
|
+
*/
|
|
18145
|
+
sumAdjustmentUp?: number;
|
|
18146
|
+
/**
|
|
18147
|
+
* Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up
|
|
18148
|
+
*/
|
|
18149
|
+
countAdjustments?: number;
|
|
18150
|
+
additionalProperties?: false;
|
|
18151
|
+
};
|
|
18022
18152
|
additionalProperties?: false;
|
|
18023
18153
|
};
|
|
18024
18154
|
audioTransmit: {
|
package/package.json
CHANGED