I've been playing around at a proof of concept for video filters in MS Teams but this repo seems to be the only sample of the videoEffects API that I can find.
This sample is completely broken in current MS Teams (25163.3607.3759.8168) and I have tried updating the code for the latest NPM package.
What I see is that the filters appear under the filters section, but selecting them causes an infinite spinner and the filter is never applied

Is this API still maintained? The API is in "preview" but has been for some years, but there is Snapchat and Maybeline filters available which leads me to believe either this API or some API does work somewhere... This definitely still works in the repo provided test app, but maybe it broke in the move from Electron to WebView2, but the details on this API are spotty and not entirely helpful.
Any information would be much appreciated!
I've been playing around at a proof of concept for video filters in MS Teams but this repo seems to be the only sample of the
videoEffectsAPI that I can find.This sample is completely broken in current MS Teams (
25163.3607.3759.8168) and I have tried updating the code for the latest NPM package.What I see is that the filters appear under the filters section, but selecting them causes an infinite spinner and the filter is never applied

Is this API still maintained? The API is in "preview" but has been for some years, but there is Snapchat and Maybeline filters available which leads me to believe either this API or some API does work somewhere... This definitely still works in the repo provided test app, but maybe it broke in the move from Electron to WebView2, but the details on this API are spotty and not entirely helpful.
Any information would be much appreciated!