Search code examples
javascriptiossafariaudio-recording

iOS Safari javascript audio recording


As of iOS 12, MediaRecorder hasn't been yet implemented. MediaDevices however works, allowing to request access to the user' microphone.

I am trying to figure out if there is at least one way of recording audio straight from the browser. I suppose there must be at least one, otherwise what would be the point of granting access to the microphone?

However I can't seem to find a single working solution. Am I missing something?


Solution

  • To my knowledge, these two libs are currently the only working solutions for iOS 11.3: