@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,
|
|
@@ -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