@webex/event-dictionary-ts 1.0.1927 → 1.0.1929

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