How to receive user voice through microphone in the Chrome extension panel?

15 views Asked by At

I'm using a Chrome extension to display my website as an iframe in the side panel of Chrome. However, the side panel is not receiving the user's microphone. This is a very important issue because my website aims for real-time interpretation.

I tried giving audioCapture permission in the manifest.json file, and I also tried giving audio permission, but it didn't solve the problem at all. I tried removing the iframe and using getUserMedia() directly, but it didn't seem to work at all, so I became convinced that the side panel wasn't getting the user's voice stream.

0

There are 0 answers