chrisguttandin / extendable-media-recorder

An extendable drop-in replacement for the native MediaRecorder.
MIT License
258 stars 13 forks source link

onstart event not implemented #657

Closed abhijeet-toptal closed 2 years ago

abhijeet-toptal commented 2 years ago

unlike the native implementation, there is no start event fired.

Ideally:

            eventTarget.dispatchEvent(new Event('start')); 

should be fired in the start method of web-audio-media-recorder.ts

chrisguttandin commented 2 years ago

Thanks for filing this issue. v6.6.0 should fire 'start' events.