Unable to Implement Video Background Blur and Virtual Background using lib-jitsi-meet API

I’m currently working on a video conferencing application using the lib-jitsi-meet API, and I’m having trouble implementing the video background blur and virtual background features. I have tried to follow the documentation and examples provided by the API, but I’m still not able to get these features to work.

I would really appreciate some guidance or assistance on how to properly implement these features using the lib-jitsi-meet API. Specifically, I would like to know which API functions or parameters I need to use, and how to properly configure them.

Thank you very much for your help!

A good example is jitsi-meet which implements and uses that with lib-jitsi-meet. There are no documents around it, any contribution to adding those is more than welcome.

Everything is here: jitsi-meet/react/features/virtual-background at master · jitsi/jitsi-meet · GitHub
The thing is to use setEffect on the video track
jitsi-meet/actions.ts at 9d76c5428803ec0b836cff059d51dddd49354428 · jitsi/jitsi-meet · GitHub

1 Like