@webex/event-dictionary-ts 1.0.1981 → 1.0.1983

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.
@@ -19316,6 +19316,16 @@
19316
19316
  "minimum": -9223372036854776000.0,
19317
19317
  "maximum": 9223372036854776000.0
19318
19318
  },
19319
+ "camOutputSysIntervalMin": {
19320
+ "type": "number",
19321
+ "minimum": -9223372036854776000.0,
19322
+ "maximum": 9223372036854776000.0
19323
+ },
19324
+ "camOutputSysIntervalMax": {
19325
+ "type": "number",
19326
+ "minimum": -9223372036854776000.0,
19327
+ "maximum": 9223372036854776000.0
19328
+ },
19319
19329
  "adaptedFrames": {
19320
19330
  "type": "integer",
19321
19331
  "minimum": -2147483648,
@@ -6128,6 +6128,16 @@
6128
6128
  "minimum": -9223372036854776000.0,
6129
6129
  "maximum": 9223372036854776000.0
6130
6130
  },
6131
+ "camOutputSysIntervalMin": {
6132
+ "type": "number",
6133
+ "minimum": -9223372036854776000.0,
6134
+ "maximum": 9223372036854776000.0
6135
+ },
6136
+ "camOutputSysIntervalMax": {
6137
+ "type": "number",
6138
+ "minimum": -9223372036854776000.0,
6139
+ "maximum": 9223372036854776000.0
6140
+ },
6131
6141
  "adaptedFrames": {
6132
6142
  "type": "integer",
6133
6143
  "minimum": -2147483648,
@@ -8355,6 +8355,8 @@ export interface Event {
8355
8355
  camOutputFps?: number;
8356
8356
  camOutputIntervalMin?: number;
8357
8357
  camOutputIntervalMax?: number;
8358
+ camOutputSysIntervalMin?: number;
8359
+ camOutputSysIntervalMax?: number;
8358
8360
  adaptedFrames?: number;
8359
8361
  droppedFrames?: number;
8360
8362
  sentFps?: number;
@@ -23216,6 +23218,8 @@ export interface MediaQualityEvent {
23216
23218
  camOutputFps?: number;
23217
23219
  camOutputIntervalMin?: number;
23218
23220
  camOutputIntervalMax?: number;
23221
+ camOutputSysIntervalMin?: number;
23222
+ camOutputSysIntervalMax?: number;
23219
23223
  adaptedFrames?: number;
23220
23224
  droppedFrames?: number;
23221
23225
  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.1981"
30
+ "version": "1.0.1983"
31
31
  }