I want to record audio using html5 media capture i am using this
<input name="FileInput" id="FileInput" type="file" accept="audio/*" capture="microphone" value="Start Recording" class="custom-file-input" />
this is working fine for desktop browsers and android browser like chrome.
But in IOS chrome it opens video recording options. But it is not working.
In IOS safari it records video instead of Audio.
I have search and found that some other are facing this same issue. But i need to know any alternative which solve this problem.