Closed trackedsupport closed 2 years ago
How is it possible to rerecord?
If I do this the stop method stops the tracks too. If I comment out the code in the handleStop method then I get an 'Already drawing frames' error.
webRecorder.start(local_media_stream); webRecorder.stop(); webRecorder.start(local_media_stream);
Of course when I make this issue I find the code causing the issue.
How is it possible to rerecord?
If I do this the stop method stops the tracks too. If I comment out the code in the handleStop method then I get an 'Already drawing frames' error.