Any example for using VideoEffectProcessors?

I am trying to implement a video effect using react-native-webrtc. I have seen the ProcessorProvider class, but I would like to know how to add a processor from the RN side. I don’t see any prop in RTCView. It would be great to have an example. could anyone share one?

1 Like

We will be looking to provide some documentation in the future along with example projects.

As for how to actually use the effects once you’ve implemented them in the native side.
Check over here, you can run them functions directly on the video track.

Also bare in mind the pr here which adds the functionality to iOS and also allows processing multiple effects per track hasn’t been pushed through yet which means you’d have to fork that branch or use it directly.

1 Like

Hi @icc-guerrero do you have any solution?