Re-using or passing a custom stream in react-native/ios/android libs?

Hi there,

I’m building an application using react-native lib. However, I can’t find a way to pass my own media stream or use the output stream for my purposes. Is it possible or not? I saw a way for web SDK, but couldn’t find a way for mobile app.

1 Like

Hi, the react-native plugin is a third party demo so it doesn’t have all of the functions implemented but the native SDKs do have a way to achieve this, you can see some examples on GitHub

You can check out the Offscreen Rendering guides

rendered frames will be delivered through frameAvailable and from there you can feed them into whatever pipeline you need