@webex/event-dictionary-ts 1.0.1927 → 1.0.1928
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.
|
@@ -23780,6 +23780,125 @@
|
|
|
23780
23780
|
}
|
|
23781
23781
|
}
|
|
23782
23782
|
}
|
|
23783
|
+
},
|
|
23784
|
+
"connection": {
|
|
23785
|
+
"type": "object",
|
|
23786
|
+
"description": "Connection level metrics for the interval",
|
|
23787
|
+
"additionalProperties": true,
|
|
23788
|
+
"properties": {
|
|
23789
|
+
"twccReports": {
|
|
23790
|
+
"type": "object",
|
|
23791
|
+
"description": "This object tracks TWCC report exchange(MARI)",
|
|
23792
|
+
"additionalProperties": true,
|
|
23793
|
+
"properties": {
|
|
23794
|
+
"packetsSentWithTwsn": {
|
|
23795
|
+
"description": "Number of RTP packets marked with TWSN",
|
|
23796
|
+
"type": "number",
|
|
23797
|
+
"minimum": 0.0,
|
|
23798
|
+
"maximum": 9223372036854776000.0
|
|
23799
|
+
},
|
|
23800
|
+
"packetsSentWithoutTwsn": {
|
|
23801
|
+
"description": "Number of packets sent without TWSN",
|
|
23802
|
+
"type": "number",
|
|
23803
|
+
"minimum": 0.0,
|
|
23804
|
+
"maximum": 9223372036854776000.0
|
|
23805
|
+
},
|
|
23806
|
+
"reportsReceived": {
|
|
23807
|
+
"description": "Number of reports received",
|
|
23808
|
+
"type": "number",
|
|
23809
|
+
"minimum": 0.0,
|
|
23810
|
+
"maximum": 9223372036854776000.0
|
|
23811
|
+
},
|
|
23812
|
+
"reportsLost": {
|
|
23813
|
+
"description": "Number of reports lost",
|
|
23814
|
+
"type": "number",
|
|
23815
|
+
"minimum": 0.0,
|
|
23816
|
+
"maximum": 9223372036854776000.0
|
|
23817
|
+
},
|
|
23818
|
+
"reportLossBurstLength": {
|
|
23819
|
+
"description": "Longest consecutive run of reports lost",
|
|
23820
|
+
"type": "number",
|
|
23821
|
+
"minimum": 0.0,
|
|
23822
|
+
"maximum": 9223372036854776000.0
|
|
23823
|
+
},
|
|
23824
|
+
"unacknowledgedPackets": {
|
|
23825
|
+
"description": "Number of packets not acknowledged due to loss of reports",
|
|
23826
|
+
"type": "number",
|
|
23827
|
+
"minimum": 0.0,
|
|
23828
|
+
"maximum": 9223372036854776000.0
|
|
23829
|
+
},
|
|
23830
|
+
"avgBandwidth": {
|
|
23831
|
+
"description": "Average bandwidth in kbps",
|
|
23832
|
+
"type": "number",
|
|
23833
|
+
"minimum": 0.0
|
|
23834
|
+
},
|
|
23835
|
+
"minBandwidth": {
|
|
23836
|
+
"description": "min bandwidth in interval (kbps)",
|
|
23837
|
+
"type": "number",
|
|
23838
|
+
"minimum": 0.0
|
|
23839
|
+
},
|
|
23840
|
+
"maxBandwidth": {
|
|
23841
|
+
"description": "max bandwidth in interval (kbps)",
|
|
23842
|
+
"type": "number",
|
|
23843
|
+
"minimum": 0.0
|
|
23844
|
+
}
|
|
23845
|
+
}
|
|
23846
|
+
},
|
|
23847
|
+
"evaluatedBandwidth": {
|
|
23848
|
+
"type": "object",
|
|
23849
|
+
"description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
|
|
23850
|
+
"additionalProperties": true,
|
|
23851
|
+
"properties": {
|
|
23852
|
+
"minBandwidth": {
|
|
23853
|
+
"description": "The min bandwidth evaluated by the BW Evaluator (in bits per second)",
|
|
23854
|
+
"type": "number",
|
|
23855
|
+
"minimum": 0.0,
|
|
23856
|
+
"maximum": 9223372036854776000.0
|
|
23857
|
+
},
|
|
23858
|
+
"maxBandwidth": {
|
|
23859
|
+
"description": "The maximum bandwidth evaluated the BW Evaluator (in bits per second)",
|
|
23860
|
+
"type": "number",
|
|
23861
|
+
"minimum": 0.0,
|
|
23862
|
+
"maximum": 9223372036854776000.0
|
|
23863
|
+
},
|
|
23864
|
+
"sumAdjustmentDown": {
|
|
23865
|
+
"description": "The sum of bandwidth down adjustments (in bits per second)",
|
|
23866
|
+
"type": "number",
|
|
23867
|
+
"minimum": 0.0,
|
|
23868
|
+
"maximum": 9223372036854776000.0
|
|
23869
|
+
},
|
|
23870
|
+
"sumAdjustmentUp": {
|
|
23871
|
+
"description": "The sum of bandwidth up adjustments (in bits per second)",
|
|
23872
|
+
"type": "number",
|
|
23873
|
+
"minimum": 0.0,
|
|
23874
|
+
"maximum": 9223372036854776000.0
|
|
23875
|
+
},
|
|
23876
|
+
"countAdjustments": {
|
|
23877
|
+
"description": "Number of times bandwidth adjustment caused a change evaluated bandwidth",
|
|
23878
|
+
"type": "number",
|
|
23879
|
+
"minimum": 0.0,
|
|
23880
|
+
"maximum": 9223372036854776000.0
|
|
23881
|
+
},
|
|
23882
|
+
"countDirectionChange": {
|
|
23883
|
+
"description": "Number of times the Bandwidth Adjustment changed direction Up->Down/Down->Up",
|
|
23884
|
+
"type": "number",
|
|
23885
|
+
"minimum": 0.0,
|
|
23886
|
+
"maximum": 9223372036854776000.0
|
|
23887
|
+
},
|
|
23888
|
+
"countConfigChange": {
|
|
23889
|
+
"description": "Number of times the evaluated bandwidth was affected due to config change",
|
|
23890
|
+
"type": "number",
|
|
23891
|
+
"minimum": 0.0,
|
|
23892
|
+
"maximum": 9223372036854776000.0
|
|
23893
|
+
}
|
|
23894
|
+
}
|
|
23895
|
+
},
|
|
23896
|
+
"configuredBitrate": {
|
|
23897
|
+
"type": "number",
|
|
23898
|
+
"minimum": -9223372036854776000.0,
|
|
23899
|
+
"maximum": 9223372036854776000.0
|
|
23900
|
+
}
|
|
23901
|
+
}
|
|
23783
23902
|
}
|
|
23784
23903
|
}
|
|
23785
23904
|
}
|
|
@@ -10615,6 +10615,125 @@
|
|
|
10615
10615
|
}
|
|
10616
10616
|
}
|
|
10617
10617
|
}
|
|
10618
|
+
},
|
|
10619
|
+
"connection": {
|
|
10620
|
+
"type": "object",
|
|
10621
|
+
"description": "Connection level metrics for the interval",
|
|
10622
|
+
"additionalProperties": true,
|
|
10623
|
+
"properties": {
|
|
10624
|
+
"twccReports": {
|
|
10625
|
+
"type": "object",
|
|
10626
|
+
"description": "This object tracks TWCC report exchange(MARI)",
|
|
10627
|
+
"additionalProperties": true,
|
|
10628
|
+
"properties": {
|
|
10629
|
+
"packetsSentWithTwsn": {
|
|
10630
|
+
"description": "Number of RTP packets marked with TWSN",
|
|
10631
|
+
"type": "number",
|
|
10632
|
+
"minimum": 0.0,
|
|
10633
|
+
"maximum": 9223372036854776000.0
|
|
10634
|
+
},
|
|
10635
|
+
"packetsSentWithoutTwsn": {
|
|
10636
|
+
"description": "Number of packets sent without TWSN",
|
|
10637
|
+
"type": "number",
|
|
10638
|
+
"minimum": 0.0,
|
|
10639
|
+
"maximum": 9223372036854776000.0
|
|
10640
|
+
},
|
|
10641
|
+
"reportsReceived": {
|
|
10642
|
+
"description": "Number of reports received",
|
|
10643
|
+
"type": "number",
|
|
10644
|
+
"minimum": 0.0,
|
|
10645
|
+
"maximum": 9223372036854776000.0
|
|
10646
|
+
},
|
|
10647
|
+
"reportsLost": {
|
|
10648
|
+
"description": "Number of reports lost",
|
|
10649
|
+
"type": "number",
|
|
10650
|
+
"minimum": 0.0,
|
|
10651
|
+
"maximum": 9223372036854776000.0
|
|
10652
|
+
},
|
|
10653
|
+
"reportLossBurstLength": {
|
|
10654
|
+
"description": "Longest consecutive run of reports lost",
|
|
10655
|
+
"type": "number",
|
|
10656
|
+
"minimum": 0.0,
|
|
10657
|
+
"maximum": 9223372036854776000.0
|
|
10658
|
+
},
|
|
10659
|
+
"unacknowledgedPackets": {
|
|
10660
|
+
"description": "Number of packets not acknowledged due to loss of reports",
|
|
10661
|
+
"type": "number",
|
|
10662
|
+
"minimum": 0.0,
|
|
10663
|
+
"maximum": 9223372036854776000.0
|
|
10664
|
+
},
|
|
10665
|
+
"avgBandwidth": {
|
|
10666
|
+
"description": "Average bandwidth in kbps",
|
|
10667
|
+
"type": "number",
|
|
10668
|
+
"minimum": 0.0
|
|
10669
|
+
},
|
|
10670
|
+
"minBandwidth": {
|
|
10671
|
+
"description": "min bandwidth in interval (kbps)",
|
|
10672
|
+
"type": "number",
|
|
10673
|
+
"minimum": 0.0
|
|
10674
|
+
},
|
|
10675
|
+
"maxBandwidth": {
|
|
10676
|
+
"description": "max bandwidth in interval (kbps)",
|
|
10677
|
+
"type": "number",
|
|
10678
|
+
"minimum": 0.0
|
|
10679
|
+
}
|
|
10680
|
+
}
|
|
10681
|
+
},
|
|
10682
|
+
"evaluatedBandwidth": {
|
|
10683
|
+
"type": "object",
|
|
10684
|
+
"description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
|
|
10685
|
+
"additionalProperties": true,
|
|
10686
|
+
"properties": {
|
|
10687
|
+
"minBandwidth": {
|
|
10688
|
+
"description": "The min bandwidth evaluated by the BW Evaluator (in bits per second)",
|
|
10689
|
+
"type": "number",
|
|
10690
|
+
"minimum": 0.0,
|
|
10691
|
+
"maximum": 9223372036854776000.0
|
|
10692
|
+
},
|
|
10693
|
+
"maxBandwidth": {
|
|
10694
|
+
"description": "The maximum bandwidth evaluated the BW Evaluator (in bits per second)",
|
|
10695
|
+
"type": "number",
|
|
10696
|
+
"minimum": 0.0,
|
|
10697
|
+
"maximum": 9223372036854776000.0
|
|
10698
|
+
},
|
|
10699
|
+
"sumAdjustmentDown": {
|
|
10700
|
+
"description": "The sum of bandwidth down adjustments (in bits per second)",
|
|
10701
|
+
"type": "number",
|
|
10702
|
+
"minimum": 0.0,
|
|
10703
|
+
"maximum": 9223372036854776000.0
|
|
10704
|
+
},
|
|
10705
|
+
"sumAdjustmentUp": {
|
|
10706
|
+
"description": "The sum of bandwidth up adjustments (in bits per second)",
|
|
10707
|
+
"type": "number",
|
|
10708
|
+
"minimum": 0.0,
|
|
10709
|
+
"maximum": 9223372036854776000.0
|
|
10710
|
+
},
|
|
10711
|
+
"countAdjustments": {
|
|
10712
|
+
"description": "Number of times bandwidth adjustment caused a change evaluated bandwidth",
|
|
10713
|
+
"type": "number",
|
|
10714
|
+
"minimum": 0.0,
|
|
10715
|
+
"maximum": 9223372036854776000.0
|
|
10716
|
+
},
|
|
10717
|
+
"countDirectionChange": {
|
|
10718
|
+
"description": "Number of times the Bandwidth Adjustment changed direction Up->Down/Down->Up",
|
|
10719
|
+
"type": "number",
|
|
10720
|
+
"minimum": 0.0,
|
|
10721
|
+
"maximum": 9223372036854776000.0
|
|
10722
|
+
},
|
|
10723
|
+
"countConfigChange": {
|
|
10724
|
+
"description": "Number of times the evaluated bandwidth was affected due to config change",
|
|
10725
|
+
"type": "number",
|
|
10726
|
+
"minimum": 0.0,
|
|
10727
|
+
"maximum": 9223372036854776000.0
|
|
10728
|
+
}
|
|
10729
|
+
}
|
|
10730
|
+
},
|
|
10731
|
+
"configuredBitrate": {
|
|
10732
|
+
"type": "number",
|
|
10733
|
+
"minimum": -9223372036854776000.0,
|
|
10734
|
+
"maximum": 9223372036854776000.0
|
|
10735
|
+
}
|
|
10736
|
+
}
|
|
10618
10737
|
}
|
|
10619
10738
|
}
|
|
10620
10739
|
}
|
|
@@ -10157,6 +10157,89 @@ export interface Event {
|
|
|
10157
10157
|
stateDescription?: {};
|
|
10158
10158
|
additionalProperties?: false;
|
|
10159
10159
|
}[];
|
|
10160
|
+
/**
|
|
10161
|
+
* Connection level metrics for the interval
|
|
10162
|
+
*/
|
|
10163
|
+
connection?: {
|
|
10164
|
+
/**
|
|
10165
|
+
* This object tracks TWCC report exchange(MARI)
|
|
10166
|
+
*/
|
|
10167
|
+
twccReports?: {
|
|
10168
|
+
/**
|
|
10169
|
+
* Number of RTP packets marked with TWSN
|
|
10170
|
+
*/
|
|
10171
|
+
packetsSentWithTwsn?: number;
|
|
10172
|
+
/**
|
|
10173
|
+
* Number of packets sent without TWSN
|
|
10174
|
+
*/
|
|
10175
|
+
packetsSentWithoutTwsn?: number;
|
|
10176
|
+
/**
|
|
10177
|
+
* Number of reports received
|
|
10178
|
+
*/
|
|
10179
|
+
reportsReceived?: number;
|
|
10180
|
+
/**
|
|
10181
|
+
* Number of reports lost
|
|
10182
|
+
*/
|
|
10183
|
+
reportsLost?: number;
|
|
10184
|
+
/**
|
|
10185
|
+
* Longest consecutive run of reports lost
|
|
10186
|
+
*/
|
|
10187
|
+
reportLossBurstLength?: number;
|
|
10188
|
+
/**
|
|
10189
|
+
* Number of packets not acknowledged due to loss of reports
|
|
10190
|
+
*/
|
|
10191
|
+
unacknowledgedPackets?: number;
|
|
10192
|
+
/**
|
|
10193
|
+
* Average bandwidth in kbps
|
|
10194
|
+
*/
|
|
10195
|
+
avgBandwidth?: number;
|
|
10196
|
+
/**
|
|
10197
|
+
* min bandwidth in interval (kbps)
|
|
10198
|
+
*/
|
|
10199
|
+
minBandwidth?: number;
|
|
10200
|
+
/**
|
|
10201
|
+
* max bandwidth in interval (kbps)
|
|
10202
|
+
*/
|
|
10203
|
+
maxBandwidth?: number;
|
|
10204
|
+
additionalProperties?: false;
|
|
10205
|
+
};
|
|
10206
|
+
/**
|
|
10207
|
+
* This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
|
|
10208
|
+
*/
|
|
10209
|
+
evaluatedBandwidth?: {
|
|
10210
|
+
/**
|
|
10211
|
+
* The min bandwidth evaluated by the BW Evaluator (in bits per second)
|
|
10212
|
+
*/
|
|
10213
|
+
minBandwidth?: number;
|
|
10214
|
+
/**
|
|
10215
|
+
* The maximum bandwidth evaluated the BW Evaluator (in bits per second)
|
|
10216
|
+
*/
|
|
10217
|
+
maxBandwidth?: number;
|
|
10218
|
+
/**
|
|
10219
|
+
* The sum of bandwidth down adjustments (in bits per second)
|
|
10220
|
+
*/
|
|
10221
|
+
sumAdjustmentDown?: number;
|
|
10222
|
+
/**
|
|
10223
|
+
* The sum of bandwidth up adjustments (in bits per second)
|
|
10224
|
+
*/
|
|
10225
|
+
sumAdjustmentUp?: number;
|
|
10226
|
+
/**
|
|
10227
|
+
* Number of times bandwidth adjustment caused a change evaluated bandwidth
|
|
10228
|
+
*/
|
|
10229
|
+
countAdjustments?: number;
|
|
10230
|
+
/**
|
|
10231
|
+
* Number of times the Bandwidth Adjustment changed direction Up->Down/Down->Up
|
|
10232
|
+
*/
|
|
10233
|
+
countDirectionChange?: number;
|
|
10234
|
+
/**
|
|
10235
|
+
* Number of times the evaluated bandwidth was affected due to config change
|
|
10236
|
+
*/
|
|
10237
|
+
countConfigChange?: number;
|
|
10238
|
+
additionalProperties?: false;
|
|
10239
|
+
};
|
|
10240
|
+
configuredBitrate?: number;
|
|
10241
|
+
additionalProperties?: false;
|
|
10242
|
+
};
|
|
10160
10243
|
additionalProperties?: false;
|
|
10161
10244
|
}[];
|
|
10162
10245
|
pairedDevice?: {
|
|
@@ -24476,6 +24559,89 @@ export interface MediaQualityEvent {
|
|
|
24476
24559
|
stateDescription?: {};
|
|
24477
24560
|
additionalProperties?: false;
|
|
24478
24561
|
}[];
|
|
24562
|
+
/**
|
|
24563
|
+
* Connection level metrics for the interval
|
|
24564
|
+
*/
|
|
24565
|
+
connection?: {
|
|
24566
|
+
/**
|
|
24567
|
+
* This object tracks TWCC report exchange(MARI)
|
|
24568
|
+
*/
|
|
24569
|
+
twccReports?: {
|
|
24570
|
+
/**
|
|
24571
|
+
* Number of RTP packets marked with TWSN
|
|
24572
|
+
*/
|
|
24573
|
+
packetsSentWithTwsn?: number;
|
|
24574
|
+
/**
|
|
24575
|
+
* Number of packets sent without TWSN
|
|
24576
|
+
*/
|
|
24577
|
+
packetsSentWithoutTwsn?: number;
|
|
24578
|
+
/**
|
|
24579
|
+
* Number of reports received
|
|
24580
|
+
*/
|
|
24581
|
+
reportsReceived?: number;
|
|
24582
|
+
/**
|
|
24583
|
+
* Number of reports lost
|
|
24584
|
+
*/
|
|
24585
|
+
reportsLost?: number;
|
|
24586
|
+
/**
|
|
24587
|
+
* Longest consecutive run of reports lost
|
|
24588
|
+
*/
|
|
24589
|
+
reportLossBurstLength?: number;
|
|
24590
|
+
/**
|
|
24591
|
+
* Number of packets not acknowledged due to loss of reports
|
|
24592
|
+
*/
|
|
24593
|
+
unacknowledgedPackets?: number;
|
|
24594
|
+
/**
|
|
24595
|
+
* Average bandwidth in kbps
|
|
24596
|
+
*/
|
|
24597
|
+
avgBandwidth?: number;
|
|
24598
|
+
/**
|
|
24599
|
+
* min bandwidth in interval (kbps)
|
|
24600
|
+
*/
|
|
24601
|
+
minBandwidth?: number;
|
|
24602
|
+
/**
|
|
24603
|
+
* max bandwidth in interval (kbps)
|
|
24604
|
+
*/
|
|
24605
|
+
maxBandwidth?: number;
|
|
24606
|
+
additionalProperties?: false;
|
|
24607
|
+
};
|
|
24608
|
+
/**
|
|
24609
|
+
* This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
|
|
24610
|
+
*/
|
|
24611
|
+
evaluatedBandwidth?: {
|
|
24612
|
+
/**
|
|
24613
|
+
* The min bandwidth evaluated by the BW Evaluator (in bits per second)
|
|
24614
|
+
*/
|
|
24615
|
+
minBandwidth?: number;
|
|
24616
|
+
/**
|
|
24617
|
+
* The maximum bandwidth evaluated the BW Evaluator (in bits per second)
|
|
24618
|
+
*/
|
|
24619
|
+
maxBandwidth?: number;
|
|
24620
|
+
/**
|
|
24621
|
+
* The sum of bandwidth down adjustments (in bits per second)
|
|
24622
|
+
*/
|
|
24623
|
+
sumAdjustmentDown?: number;
|
|
24624
|
+
/**
|
|
24625
|
+
* The sum of bandwidth up adjustments (in bits per second)
|
|
24626
|
+
*/
|
|
24627
|
+
sumAdjustmentUp?: number;
|
|
24628
|
+
/**
|
|
24629
|
+
* Number of times bandwidth adjustment caused a change evaluated bandwidth
|
|
24630
|
+
*/
|
|
24631
|
+
countAdjustments?: number;
|
|
24632
|
+
/**
|
|
24633
|
+
* Number of times the Bandwidth Adjustment changed direction Up->Down/Down->Up
|
|
24634
|
+
*/
|
|
24635
|
+
countDirectionChange?: number;
|
|
24636
|
+
/**
|
|
24637
|
+
* Number of times the evaluated bandwidth was affected due to config change
|
|
24638
|
+
*/
|
|
24639
|
+
countConfigChange?: number;
|
|
24640
|
+
additionalProperties?: false;
|
|
24641
|
+
};
|
|
24642
|
+
configuredBitrate?: number;
|
|
24643
|
+
additionalProperties?: false;
|
|
24644
|
+
};
|
|
24479
24645
|
additionalProperties?: false;
|
|
24480
24646
|
}[];
|
|
24481
24647
|
pairedDevice?: {
|
package/package.json
CHANGED