3

I am currently using RecordRTC to record an audio from user. It works perfectly fine! Except when the recording has been stopped, chrome seems to continually indicate that my web app is still using the microphone.

http://recordrtc.herokuapp.com/

The above link shows what I meant. After clicking the stop button, then recording indication is still on the browser. How could I get rid of it?

Much thanks,
Jason

Jason Yu
  • 311
  • 2
  • 12

1 Answers1

2

I don't think you can remove that indicator after the user gives access to their microphone. Don't think of it as a typical recording indicator that tells you when you're recording. It's more of a security warning to the user, saying "Don't forget you gave permission to this application to use your microphone, because it may be sneakily recording you."

Raphael Serota
  • 2,157
  • 10
  • 17