How to completely kill the WebRTC media stream?
MediaStream.stop() is not working anymore.
MediaStream.stop()
Testing in Chrome 47, Mac OS 10
For all browsers
if (microphone_data.media_stream) { microphone_data.media_stream.getTracks().forEach(function (track) { track.stop(); }); }