Expo-Camera recording Audio Issues.

Please provide the following:

  1. SDK Version: 40 (latest)
  2. Platforms(Android/iOS/web/all): ALL

Hi
I am trying to record a video using the expo-camera module. My problem is that I am not sure how to record the video with Sound. I read the documentation and did the following In managed apps, Camera requires Permissions.CAMERA . Video recording requires Permissions.AUDIO_RECORDING .

My app has permissions for audio recording, but than when I use the [ recordAsync() ] method , my video records but there is no sound. I did not pass the * mute ( boolean ) – If present, video will be recorded with no sound.

So at this point I am not sure how to interact with the API of expo-camera to ensure that I can record a video with sound. Thanks in advance for any help or pointers

I got it to work. My microphone had an issue, and when I tried it on another phone everything worked fine

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