How to record both streams?

I have an application where I need to record both sides of a video/audio session.

Ideally, I need to be able to record two files the local AV session and the remote AV session.

I don’t see anything in the package that would allow that to happen. Is this something that can happen on the React Native side? Or will it need to be implemented in native code in a fork of the module?

Any push in the right direction would be appreciated! Thanks!

There is no way to do this with the plugin. Generally this is done on the server, to be device agnostic.