@webex/web-media-effects
Advanced tools
Comparing version 2.15.1 to 2.15.2
@@ -36,3 +36,3 @@ import TypedEmitter from 'typed-emitter'; | ||
interface EffectEventCallback { | ||
[EffectEvent.TrackUpdated]: (track?: MediaStreamTrack) => void; | ||
[EffectEvent.TrackUpdated]: (track: MediaStreamTrack) => void; | ||
[EffectEvent.Enabled]: () => void; | ||
@@ -39,0 +39,0 @@ [EffectEvent.Disabled]: () => void; |
{ | ||
"name": "@webex/web-media-effects", | ||
"version": "2.15.1", | ||
"version": "2.15.2", | ||
"description": "Media effects for JS SDKs", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1484701
10267