-
Notifications
You must be signed in to change notification settings - Fork 63
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 Android 6.0 permissions #33
base: master
Are you sure you want to change the base?
Conversation
```bash | ||
$ cordova plugin add cordova-plugin-audio-recorder-api | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why delete?
Please ignore that readme.md change. It is not required. |
Seems like theres 3 different pull requests for fixes for the new permissions. @emj365, where are we with this? Definitely important for the life of this plugin, and for what I personally believe to be the best audio capture plugin for cordova. |
Update AudioRecorderAPI.m
if we already have all permissions and we call dopermissions from the JS app, we get stuck as no response is sent.
Fixing issue where no implementation of doPermissions in AudioRecorderAPI.m breaks iOS when called.
…oRecorderAPI.m breaks iOS when called."
Revert "Fixing issue where no implementation of doPermissions in AudioRecorderAPI.m breaks iOS when called."
Also increases the iOS audio quality basedon KevinWang15's changes.