@webex/event-dictionary-ts 1.0.1250 → 1.0.1252
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.
|
@@ -6083,6 +6083,14 @@ export interface Event {
|
|
|
6083
6083
|
| "WINDOW"
|
|
6084
6084
|
| "SCK";
|
|
6085
6085
|
processShareContentDetectMillis?: number;
|
|
6086
|
+
/**
|
|
6087
|
+
* Details associated with a share floor type
|
|
6088
|
+
*/
|
|
6089
|
+
floorType?: {
|
|
6090
|
+
name: "DEFAULT" | "EMBEDDED_APP" | "OTHER";
|
|
6091
|
+
priority?: {};
|
|
6092
|
+
additionalProperties?: false;
|
|
6093
|
+
};
|
|
6086
6094
|
additionalProperties?: false;
|
|
6087
6095
|
}[];
|
|
6088
6096
|
additionalProperties?: false;
|
|
@@ -6910,6 +6918,14 @@ export interface Event {
|
|
|
6910
6918
|
receivedFrameRateHFPSShare?: number;
|
|
6911
6919
|
renderWindowResolution?: number;
|
|
6912
6920
|
scaledResolution?: number;
|
|
6921
|
+
/**
|
|
6922
|
+
* Details associated with a share floor type
|
|
6923
|
+
*/
|
|
6924
|
+
floorType?: {
|
|
6925
|
+
name: "DEFAULT" | "EMBEDDED_APP" | "OTHER";
|
|
6926
|
+
priority?: {};
|
|
6927
|
+
additionalProperties?: false;
|
|
6928
|
+
};
|
|
6913
6929
|
additionalProperties?: false;
|
|
6914
6930
|
}[];
|
|
6915
6931
|
additionalProperties?: false;
|
|
@@ -14794,6 +14810,14 @@ export interface MediaQualityEvent {
|
|
|
14794
14810
|
| "WINDOW"
|
|
14795
14811
|
| "SCK";
|
|
14796
14812
|
processShareContentDetectMillis?: number;
|
|
14813
|
+
/**
|
|
14814
|
+
* Details associated with a share floor type
|
|
14815
|
+
*/
|
|
14816
|
+
floorType?: {
|
|
14817
|
+
name: "DEFAULT" | "EMBEDDED_APP" | "OTHER";
|
|
14818
|
+
priority?: {};
|
|
14819
|
+
additionalProperties?: false;
|
|
14820
|
+
};
|
|
14797
14821
|
additionalProperties?: false;
|
|
14798
14822
|
}[];
|
|
14799
14823
|
additionalProperties?: false;
|
|
@@ -15621,6 +15645,14 @@ export interface MediaQualityEvent {
|
|
|
15621
15645
|
receivedFrameRateHFPSShare?: number;
|
|
15622
15646
|
renderWindowResolution?: number;
|
|
15623
15647
|
scaledResolution?: number;
|
|
15648
|
+
/**
|
|
15649
|
+
* Details associated with a share floor type
|
|
15650
|
+
*/
|
|
15651
|
+
floorType?: {
|
|
15652
|
+
name: "DEFAULT" | "EMBEDDED_APP" | "OTHER";
|
|
15653
|
+
priority?: {};
|
|
15654
|
+
additionalProperties?: false;
|
|
15655
|
+
};
|
|
15624
15656
|
additionalProperties?: false;
|
|
15625
15657
|
}[];
|
|
15626
15658
|
additionalProperties?: false;
|
package/package.json
CHANGED