Remove red icon after recording has stopped

后端 未结 3 1582
醉梦人生
醉梦人生 2021-01-06 08:45

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

3条回答
  •  一生所求
    2021-01-06 09:24

    You can end the stream directly using the stream object returned in the success handler to getUserMedia. Example

     localMediaStream.stop()
    

提交回复
热议问题