How to Implement onPause and onResume using mediarecorder api in javascript
I am currently developing a Chrome extension that records the tab, but I am having difficulty implementing the onpause
and onresume
feature with the Javascript MediaRecorder API.