-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Hi all,
Thanks for great plugin. The screenrecording side of things is working great.
But with audio, is the plugin meant to record app audio and microphone audio at same time?
Backstory:
I am trying to implement video and audio recorder for a video and audio call react native mobile app using react-native-webrtc. Basically, when a call is in progress, I want to be able to record video and audio.
Behavior:
Plugin records entire screen, which solves the purpose. It starts to record mic audio, however when the call is established (webrtc audio/video tracks are set etc.) it no longer records audio.
Any one tried to do this?
Any ideas?
Thanks
Edit:
On Android: it records audio before and during webrtc call.
On iOS: it records audio, but as soon as call getting answered no audio recorded