You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use startRecord on Android but no callback is fired if user denies mic permission.
What is expected to happen?
Error callback (third argument of Media constructor) should be fired if the user refuses to give RECORDING permission.
What does actually happen?
No callback (success, error or status) is fired.
Information
If the user denies grants, the second time startRecord is called also success and status callbacks are disabled (even if the user give the permissions). Restarting the app is required to make it work.
Logcat says: Attempted to send a second callback for ID: Media1253750911
This also happens using the code from the startRecording section in the README,
Environment, Platform, Device
Android 9.0
Checklist
I searched for existing GitHub issues
I updated all Cordova tooling to most recent version
I included all the necessary information above
The text was updated successfully, but these errors were encountered:
Bug Report
Problem
I'm trying to use
startRecord
on Android but no callback is fired if user denies mic permission.What is expected to happen?
Error callback (third argument of Media constructor) should be fired if the user refuses to give RECORDING permission.
What does actually happen?
No callback (success, error or status) is fired.
Information
If the user denies grants, the second time
startRecord
is called also success and status callbacks are disabled (even if the user give the permissions). Restarting the app is required to make it work.Logcat says: Attempted to send a second callback for ID: Media1253750911
This also happens using the code from the
startRecording
section in the README,Environment, Platform, Device
Android 9.0
Checklist
The text was updated successfully, but these errors were encountered: