tchvu3 / capacitor-voice-recorder

Capacitor plugin for voice recording
69 stars 57 forks source link

Add info to documentation about required RECORD_AUDIO permission #38

Open FreePhoenix888 opened 9 months ago

FreePhoenix888 commented 9 months ago

Add info to documentation about required RECORD_AUDIO permission

Redn4s commented 7 months ago

Yes, this should definitely be added to the documentation. 🙂

qmarcos commented 2 months ago

It would be nice if in addition to ask for this, you give information about how to solve it:

iOS Permissions

Are included into a note at the readme file of this repository.

Android Permissions

The plugin requires the following permission to be added to the AndroidManifest.xml for recording audio:

<uses-permission android:name="android.permission.RECORD_AUDIO" />

From capacitor docs: