Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info to documentation about required RECORD_AUDIO permission #38

Closed
FreePhoenix888 opened this issue Oct 5, 2023 · 3 comments · Fixed by #95
Closed

Add info to documentation about required RECORD_AUDIO permission #38

FreePhoenix888 opened this issue Oct 5, 2023 · 3 comments · Fixed by #95
Labels

Comments

@FreePhoenix888
Copy link

Add info to documentation about required RECORD_AUDIO permission

@Redn4s
Copy link

Redn4s commented Dec 13, 2023

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

@qmarcos
Copy link

qmarcos commented May 2, 2024

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:

Copy link

🎉 This issue has been resolved in version 6.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants