2

I'm currently playing around with WebKit speech API and trying to implement it in a chrome extension. Unfortunately, I'm having many troubles with getting the typical pop up that appears when a site asks for microphone permission (allowing you to accept or decline). Any idea on how to accomplish this? I have a div which triggers the web speech recognition function on click. Thanks so much! All help is appreciated!

Russell C.
  • 588
  • 6
  • 25

1 Answers1

3

Native method getUserMedia is what you want, and don't forget to declare audioCapture permissions.

Haibara Ai
  • 10,703
  • 2
  • 31
  • 47