endmr11 / ed_screen_recorder

Screen recorder plugin for Flutter. Supports IOS and Android devices.
MIT License
26 stars 35 forks source link

Audio not being recorded an S21 #6

Closed rakeshkhoodeeram closed 2 years ago

rakeshkhoodeeram commented 2 years ago

Hello, I tried the package. Screen is being recorded but with no soun

https://user-images.githubusercontent.com/3471148/170197655-2158e7e8-97d5-460d-929f-d36962308279.mp4

d

endmr11 commented 2 years ago

Hi, are you asking about the phone itself or the microphone volume?

rakeshkhoodeeram commented 2 years ago

Hi, Sorry I saw that I had audioEnable: false. I have set it to audioEnable: true. Even then, I need to go on settings > privacy > permission manager and give Microphone access for the plugin to work.

endmr11 commented 2 years ago

Ok, thank you for letting me know. It may be more accurate to manage the permission parts with different plugins outside of our plugin like Permission Handler.