Recording user Audio when deployed

I also have the same problem as you.

I found that it may be necessary to use the function of “allow the browser to allow microphones to record” instead of writing it by pyaudio or sounddevice libarary (this only can do recording on your own machine).

There should be some recording or audio APIs available, but I haven’t found them yet. And need some javascript code I guess.

just like this…