Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ajirthanbalasingham opened this issue Mar 31, 2023 · 4 comments

Comments

@ajirthanbalasingham
Copy link

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!

@saghul
Copy link
Member

saghul commented Apr 3, 2023

Virtual backgrounds / blur are implemented using our "effects" API. Specificallt, the JitsiLocalTrack.setEffect API call. You can use our own implementation as a guideline: https://github.com/jitsi/jitsi-meet/blob/master/react/features/stream-effects/virtual-background/JitsiStreamBackgroundEffect.js

@icc-guerrero
Copy link

Im using lib-jitsi-meet in a React Native app (using polyfills and react-native-webrtc). Would it be possible to use this? Any example?

@saghul
Copy link
Member

saghul commented Jul 26, 2023

It's not possible to implement like that on RN. It needs to be implemented natively for performance.

@saghul saghul closed this as not planned Won't fix, can't repro, duplicate, stale Jul 26, 2023
@saghul
Copy link
Member

saghul commented Jul 26, 2023

Closing since the original issue is not an issue with LJM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants