livekit / track-processors-js

Pre-built track processors for background images, blur, etc for use with the LiveKit JS Client SDK
https://livekit.io
Apache License 2.0
34 stars 15 forks source link

How to use @livekit/track-processors with @livekit/components-react ? #5

Closed mrtonyhuynh closed 1 year ago

mrtonyhuynh commented 1 year ago

Hi team, Our app is built with @livekit/components-react library so we didn't use livekit-client directly It similar to https://github.com/livekit-examples/meet

I tried to customize the components inside @livekit/components-react, but still don't know how and where to apply @livekit/track-processors

Please help me with some suggestions or examples Thank you.

lukasIO commented 1 year ago

the basic gist is in here https://github.com/livekit/components-js/pull/534 we're still iterating over the design, but if you want to implement it yourself in the meantime, that PR is a good starting point