codysherman / 2nfm

Share your screen and computer's audio via WebRTC!
https://2n.fm
BSD 3-Clause "New" or "Revised" License
31 stars 16 forks source link

Mic icon stays on after ending stream #211

Open codysherman opened 4 years ago

codysherman commented 4 years ago

Ending a stream keeps the mic icon going in browsers, as it was not properly closed. We need to find all the cases of making sure getDisplayMedia ended and apply to getUserMedia.

codysherman commented 4 years ago

Accidentally closed this issue instead of another, this one still needs to be resolved.