@webex/event-dictionary-ts 1.0.1318 → 1.0.1320

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.
@@ -16134,6 +16134,12 @@
16134
16134
  "minimum": -9223372036854776000.0,
16135
16135
  "maximum": 9223372036854776000.0
16136
16136
  },
16137
+ "rtpMaxEndToEndLoss": {
16138
+ "type": "number"
16139
+ },
16140
+ "rtpMinEndToEndLoss": {
16141
+ "type": "number"
16142
+ },
16137
16143
  "concealedFrames": {
16138
16144
  "type": "number",
16139
16145
  "minimum": -9223372036854776000.0,
@@ -17206,6 +17212,12 @@
17206
17212
  "minimum": -9223372036854776000.0,
17207
17213
  "maximum": 9223372036854776000.0
17208
17214
  },
17215
+ "rtpMaxEndToEndLoss": {
17216
+ "type": "number"
17217
+ },
17218
+ "rtpMinEndToEndLoss": {
17219
+ "type": "number"
17220
+ },
17209
17221
  "concealedFrames": {
17210
17222
  "type": "number",
17211
17223
  "minimum": -9223372036854776000.0,
@@ -18712,6 +18724,12 @@
18712
18724
  "minimum": -9223372036854776000.0,
18713
18725
  "maximum": 9223372036854776000.0
18714
18726
  },
18727
+ "rtpMaxEndToEndLoss": {
18728
+ "type": "number"
18729
+ },
18730
+ "rtpMinEndToEndLoss": {
18731
+ "type": "number"
18732
+ },
18715
18733
  "concealedFrames": {
18716
18734
  "type": "number",
18717
18735
  "minimum": -9223372036854776000.0,
@@ -5100,6 +5100,12 @@
5100
5100
  "minimum": -9223372036854776000.0,
5101
5101
  "maximum": 9223372036854776000.0
5102
5102
  },
5103
+ "rtpMaxEndToEndLoss": {
5104
+ "type": "number"
5105
+ },
5106
+ "rtpMinEndToEndLoss": {
5107
+ "type": "number"
5108
+ },
5103
5109
  "concealedFrames": {
5104
5110
  "type": "number",
5105
5111
  "minimum": -9223372036854776000.0,
@@ -6172,6 +6178,12 @@
6172
6178
  "minimum": -9223372036854776000.0,
6173
6179
  "maximum": 9223372036854776000.0
6174
6180
  },
6181
+ "rtpMaxEndToEndLoss": {
6182
+ "type": "number"
6183
+ },
6184
+ "rtpMinEndToEndLoss": {
6185
+ "type": "number"
6186
+ },
6175
6187
  "concealedFrames": {
6176
6188
  "type": "number",
6177
6189
  "minimum": -9223372036854776000.0,
@@ -7678,6 +7690,12 @@
7678
7690
  "minimum": -9223372036854776000.0,
7679
7691
  "maximum": 9223372036854776000.0
7680
7692
  },
7693
+ "rtpMaxEndToEndLoss": {
7694
+ "type": "number"
7695
+ },
7696
+ "rtpMinEndToEndLoss": {
7697
+ "type": "number"
7698
+ },
7681
7699
  "concealedFrames": {
7682
7700
  "type": "number",
7683
7701
  "minimum": -9223372036854776000.0,
@@ -6463,6 +6463,8 @@ export interface Event {
6463
6463
  ssci: number;
6464
6464
  rtpPackets: number;
6465
6465
  rtpEndToEndLost: number;
6466
+ rtpMaxEndToEndLoss?: number;
6467
+ rtpMinEndToEndLoss?: number;
6466
6468
  concealedFrames: number;
6467
6469
  maxConcealRunLength: number;
6468
6470
  receivedFrameRate: number;
@@ -6949,6 +6951,8 @@ export interface Event {
6949
6951
  ssci: number;
6950
6952
  rtpPackets: number;
6951
6953
  rtpEndToEndLost: number;
6954
+ rtpMaxEndToEndLoss?: number;
6955
+ rtpMinEndToEndLoss?: number;
6952
6956
  concealedFrames: number;
6953
6957
  maxConcealRunLength: number;
6954
6958
  receivedFrameRate: number;
@@ -7483,6 +7487,8 @@ export interface Event {
7483
7487
  ssci: number;
7484
7488
  rtpPackets: number;
7485
7489
  rtpEndToEndLost: number;
7490
+ rtpMaxEndToEndLoss?: number;
7491
+ rtpMinEndToEndLoss?: number;
7486
7492
  concealedFrames: number;
7487
7493
  maxConcealRunLength: number;
7488
7494
  receivedFrameRate: number;
@@ -15427,6 +15433,8 @@ export interface MediaQualityEvent {
15427
15433
  ssci: number;
15428
15434
  rtpPackets: number;
15429
15435
  rtpEndToEndLost: number;
15436
+ rtpMaxEndToEndLoss?: number;
15437
+ rtpMinEndToEndLoss?: number;
15430
15438
  concealedFrames: number;
15431
15439
  maxConcealRunLength: number;
15432
15440
  receivedFrameRate: number;
@@ -15913,6 +15921,8 @@ export interface MediaQualityEvent {
15913
15921
  ssci: number;
15914
15922
  rtpPackets: number;
15915
15923
  rtpEndToEndLost: number;
15924
+ rtpMaxEndToEndLoss?: number;
15925
+ rtpMinEndToEndLoss?: number;
15916
15926
  concealedFrames: number;
15917
15927
  maxConcealRunLength: number;
15918
15928
  receivedFrameRate: number;
@@ -16429,6 +16439,8 @@ export interface MediaQualityEvent {
16429
16439
  ssci: number;
16430
16440
  rtpPackets: number;
16431
16441
  rtpEndToEndLost: number;
16442
+ rtpMaxEndToEndLoss?: number;
16443
+ rtpMinEndToEndLoss?: number;
16432
16444
  concealedFrames: number;
16433
16445
  maxConcealRunLength: number;
16434
16446
  receivedFrameRate: number;
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1318"
31
+ "version": "1.0.1320"
32
32
  }