I am using recording.js. The functionality is working fine but after I stop recording the red icon still appears in chrome\'s tab(near title). Please suggest what to do. So
You can end the stream directly using the stream object returned in the success handler to getUserMedia. Example
localMediaStream.stop()