@webex/web-media-effects-types 2.22.8 → 2.23.0
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.
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -264,7 +264,8 @@ declare function debounce<F extends (...args: Parameters<F>) => ReturnType<F>>(f
|
|
|
264
264
|
declare enum VirtualBackgroundMode {
|
|
265
265
|
Blur = "BLUR",
|
|
266
266
|
Image = "IMAGE",
|
|
267
|
-
Video = "VIDEO"
|
|
267
|
+
Video = "VIDEO",
|
|
268
|
+
Passthrough = "PASSTHROUGH"
|
|
268
269
|
}
|
|
269
270
|
type LadonOverrides = {
|
|
270
271
|
modelUri?: string;
|