@webex/event-dictionary-ts 1.0.1956 → 1.0.1958

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.
@@ -19218,6 +19218,16 @@
19218
19218
  "minimum": -9223372036854776000.0,
19219
19219
  "maximum": 9223372036854776000.0
19220
19220
  },
19221
+ "camOutputIntervalMin": {
19222
+ "type": "number",
19223
+ "minimum": -9223372036854776000.0,
19224
+ "maximum": 9223372036854776000.0
19225
+ },
19226
+ "camOutputIntervalMax": {
19227
+ "type": "number",
19228
+ "minimum": -9223372036854776000.0,
19229
+ "maximum": 9223372036854776000.0
19230
+ },
19221
19231
  "adaptedFrames": {
19222
19232
  "type": "integer",
19223
19233
  "minimum": -2147483648,
@@ -6064,6 +6064,16 @@
6064
6064
  "minimum": -9223372036854776000.0,
6065
6065
  "maximum": 9223372036854776000.0
6066
6066
  },
6067
+ "camOutputIntervalMin": {
6068
+ "type": "number",
6069
+ "minimum": -9223372036854776000.0,
6070
+ "maximum": 9223372036854776000.0
6071
+ },
6072
+ "camOutputIntervalMax": {
6073
+ "type": "number",
6074
+ "minimum": -9223372036854776000.0,
6075
+ "maximum": 9223372036854776000.0
6076
+ },
6067
6077
  "adaptedFrames": {
6068
6078
  "type": "integer",
6069
6079
  "minimum": -2147483648,
@@ -8328,6 +8328,8 @@ export interface Event {
8328
8328
  additionalProperties?: false;
8329
8329
  }[];
8330
8330
  camOutputFps?: number;
8331
+ camOutputIntervalMin?: number;
8332
+ camOutputIntervalMax?: number;
8331
8333
  adaptedFrames?: number;
8332
8334
  droppedFrames?: number;
8333
8335
  sentFps?: number;
@@ -23102,6 +23104,8 @@ export interface MediaQualityEvent {
23102
23104
  additionalProperties?: false;
23103
23105
  }[];
23104
23106
  camOutputFps?: number;
23107
+ camOutputIntervalMin?: number;
23108
+ camOutputIntervalMax?: number;
23105
23109
  adaptedFrames?: number;
23106
23110
  droppedFrames?: number;
23107
23111
  sentFps?: 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.1956"
30
+ "version": "1.0.1958"
31
31
  }