@webex/event-dictionary-ts 1.0.2146 → 1.0.2147
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.
|
@@ -20440,7 +20440,10 @@
|
|
|
20440
20440
|
"DIRECTX",
|
|
20441
20441
|
"WINDOW",
|
|
20442
20442
|
"SCK",
|
|
20443
|
-
"WGC"
|
|
20443
|
+
"WGC",
|
|
20444
|
+
"X11",
|
|
20445
|
+
"MTR",
|
|
20446
|
+
"WLD"
|
|
20444
20447
|
]
|
|
20445
20448
|
},
|
|
20446
20449
|
"screenCaptureModeFallbackCount": {
|
|
@@ -9016,7 +9016,10 @@ export interface Event {
|
|
|
9016
9016
|
| "DIRECTX"
|
|
9017
9017
|
| "WINDOW"
|
|
9018
9018
|
| "SCK"
|
|
9019
|
-
| "WGC"
|
|
9019
|
+
| "WGC"
|
|
9020
|
+
| "X11"
|
|
9021
|
+
| "MTR"
|
|
9022
|
+
| "WLD";
|
|
9020
9023
|
screenCaptureModeFallbackCount?: number;
|
|
9021
9024
|
screenCaptureRecord?: string[];
|
|
9022
9025
|
/**
|
|
@@ -25081,7 +25084,10 @@ export interface MediaQualityEvent {
|
|
|
25081
25084
|
| "DIRECTX"
|
|
25082
25085
|
| "WINDOW"
|
|
25083
25086
|
| "SCK"
|
|
25084
|
-
| "WGC"
|
|
25087
|
+
| "WGC"
|
|
25088
|
+
| "X11"
|
|
25089
|
+
| "MTR"
|
|
25090
|
+
| "WLD";
|
|
25085
25091
|
screenCaptureModeFallbackCount?: number;
|
|
25086
25092
|
screenCaptureRecord?: string[];
|
|
25087
25093
|
/**
|
package/package.json
CHANGED