Recorderjs
Recorderjs copied to clipboard
TypeError: this.recorder is undefined
I have included the JS files in this order:
record.js, Fr.voice.js, jquery.js, record.js
The voice recording is working fine in chrome but not in Firefox. It is giving "this.recorder is undefined" in record.js.
By the way initially the enable disable buttons were not working which I just realized are not working in your example as well: https://demos.subinsb.com/Francium/voice/ If I click record button the other buttons does not enable. In my example I tried to enable my self with some code adjustment but seems not required as there seems some other issue.
These were working before I think. Seems quite strange as it was working ok before few days ago. I am getting this issue in Windows Firefox.
same error here!