dinakar17 / react-microphone-recorder

https://react-microphone-recorder.vercel.app
MIT License
2 stars 1 forks source link

Recording stream continues to exist after stopping #2

Open leemi opened 1 year ago

leemi commented 1 year ago

The browser continues to show the red recording dot even after stopping. image

Potential solution:

mediaRecorderRef.current.onstop = () => {
  mediaRecorderRef.current.stream.getTracks()[0].stop()
  ...
dinakar17 commented 1 year ago

Thanks for the update. Will notify you when it is updated. Meanwhile, please feel free to open a pull request (only if you want to).