How to record using phone microphone on browsers?
问题 I am trying to record a voice from browsers but it only works on chrome browser in my mac but the same doesn't work in any other browser. My goal is to record the voice from a phone from a browser. I have been trying this below example but it doesn't works on mobile browsers. It opens up the microphone but doesn't stop recording and never plays it back. I think the problem is somewhere around recorder.stop() which doesn't get called. <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml">