I have a video player and recorder that allows the user to record themselves, play back the video, and download. The code renders: • Two video players vert
Hy, I am using tone.js to record audio using my mic and then downloading the audio. Here is my code; function test() { var mic, recorder; recorder = new
I am recording my browser window using MediaStream and MediaRecorder. But need to disable the mouse cursor from being recorded, so when I create my video track,