Can't record Audio and Video (expo-av) at the same time on Android

Please provide the following:

  1. SDK Version: 36
  2. Platforms(Android/iOS/web/all): iOS/Android

I’m trying to recreate an iOS-Only app using expo. I need the audio separate from the video since its processed on a server, and I’d like to avoid sending large video file over the network.

Am I missing some way to set this up so both can use the mic at the same time?
Or is there a way to get the audio channel from the video?
Seems to work fine on iOS devices but on Android I get Video Error: [Error: null] no matter what order I try to start them in.

Thanks for any pointers.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.