Skip to content

Resolve "Audio permissions not working"

Kristina Hoeppner requested to merge 81-audio-permissions into master

Closes #81 (closed)

  • Added in a permissions library, which will come in handy for camera handling as well
  • Added in a check for Android (unsure whether or not is necessary for iOS at this point) to see if it has enabled, if not it'll prompt
  • Added in more user friendly error handling so that it doesn't try to record if permission is denied, so no more big error
  • Wrapper it all up in string literal translation, a good how-to on how to do this outside of a React component

Merge request reports