streamproc / MediaStreamRecorder

Cross browser audio/video/screen recording. It supports Chrome, Firefox, Opera and Microsoft Edge. It even works on Android browsers. It follows latest MediaRecorder API standards and provides similar APIs.
https://www.webrtc-experiment.com/msr/
MIT License
2.62k stars 563 forks source link

mediaRecorder.state always return undefined #152

Open itdpong opened 6 years ago

itdpong commented 6 years ago

I want to check that the recorder is recording or not, and I found a property call mediaRecorder.status but I don't know why is always return undefined to me.