The stop() method is not working in my scetch. The console throws out this message:
sketch.js:28 Uncaught TypeError: myRec.stop is not a function
and it doesn’t matter where I’m using it inside the scetch, the result is the same.
What I want to do is to stop the recording when the video starts playing.
(Also, as you can see in the screenshot, there are some cases when the video playback doesn’t seem to work either. )
Here is the js file: scetch.js
And this is the page itself: dont_pick_a_fight
Does anybody have a solution for this?