79497980

Date: 2025-03-10 12:29:06
Score: 0.5
Natty:
Report link

You either have to pass the timeslice argument (mediaRecorder.start(1000);) to make it fire the event periodically;
or to explicitly call mediaRecorder.requestData(). to trigger the event.

Calling mediaRecorder.stop() will also fire the dataavailable event.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: WofWca