closeio / mic-recorder-to-mp3

Microphone Recorder to mp3
MIT License
241 stars 135 forks source link

Red dot on google chrome #19

Closed Lekterx closed 4 years ago

Lekterx commented 4 years ago

Hi, thanks a lot for this great work ! I just found that in chrome, the tab where my app is running keeps a red dot even after I changed page and am not recording anymore. Is there any action I should take to close this when the recording is over ? Thanks a lot !

kauly commented 4 years ago

Here the red dot disappears after call the stop() method on the MicRecorder instance.

buzinas commented 4 years ago

You just need to call .stop() and the red dot will be gone.