I'm trying to record user audio inputd and to download it with the Browser object, but I can't get the microphone.
I tried the Microphone Input example on Google Chrome but it throws this error in the console:
domSide.js:1 Error requesting microphone: DOMException: Requested device not found
I even set the microphone request allowed in chrome configuration for preview.construct.net, but I still get this error.
Recording user audio seems to work well in Chrome for Android, but then I can't get the file with Browser or Share objects.
Any hints?