@webex/event-dictionary-ts 1.0.1286 → 1.0.1287
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.
|
@@ -6157,6 +6157,10 @@ export interface Event {
|
|
|
6157
6157
|
| "DIRECTX"
|
|
6158
6158
|
| "WINDOW"
|
|
6159
6159
|
| "SCK";
|
|
6160
|
+
/**
|
|
6161
|
+
* the mode of Presenter Overlay feature Apple provides
|
|
6162
|
+
*/
|
|
6163
|
+
presenterOverlayMode?: "Disabled" | "Small" | "Large";
|
|
6160
6164
|
processShareContentDetectMillis?: number;
|
|
6161
6165
|
/**
|
|
6162
6166
|
* Details associated with a share floor type
|
|
@@ -14918,6 +14922,10 @@ export interface MediaQualityEvent {
|
|
|
14918
14922
|
| "DIRECTX"
|
|
14919
14923
|
| "WINDOW"
|
|
14920
14924
|
| "SCK";
|
|
14925
|
+
/**
|
|
14926
|
+
* the mode of Presenter Overlay feature Apple provides
|
|
14927
|
+
*/
|
|
14928
|
+
presenterOverlayMode?: "Disabled" | "Small" | "Large";
|
|
14921
14929
|
processShareContentDetectMillis?: number;
|
|
14922
14930
|
/**
|
|
14923
14931
|
* Details associated with a share floor type
|
package/package.json
CHANGED