@webex/event-dictionary-ts 1.0.1833 → 1.0.1834

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.
@@ -18639,6 +18639,11 @@
18639
18639
  }
18640
18640
  }
18641
18641
  },
18642
+ "camOutputFps": {
18643
+ "type": "number",
18644
+ "minimum": -9223372036854776000.0,
18645
+ "maximum": 9223372036854776000.0
18646
+ },
18642
18647
  "sentFps": {
18643
18648
  "type": "number",
18644
18649
  "minimum": -9223372036854776000.0,
@@ -5707,6 +5707,11 @@
5707
5707
  }
5708
5708
  }
5709
5709
  },
5710
+ "camOutputFps": {
5711
+ "type": "number",
5712
+ "minimum": -9223372036854776000.0,
5713
+ "maximum": 9223372036854776000.0
5714
+ },
5710
5715
  "sentFps": {
5711
5716
  "type": "number",
5712
5717
  "minimum": -9223372036854776000.0,
@@ -8073,6 +8073,7 @@ export interface Event {
8073
8073
  frameRate: number;
8074
8074
  additionalProperties?: false;
8075
8075
  }[];
8076
+ camOutputFps?: number;
8076
8077
  sentFps?: number;
8077
8078
  vbgOutputFps?: number;
8078
8079
  encCtrlTargetedFps?: number;
@@ -21942,6 +21943,7 @@ export interface MediaQualityEvent {
21942
21943
  frameRate: number;
21943
21944
  additionalProperties?: false;
21944
21945
  }[];
21946
+ camOutputFps?: number;
21945
21947
  sentFps?: number;
21946
21948
  vbgOutputFps?: number;
21947
21949
  encCtrlTargetedFps?: number;
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.1833"
30
+ "version": "1.0.1834"
31
31
  }