Recorder.js works fine in localhost but not working on server

287 views Asked by At

im trying to capture voice from user in my asp.net web application . im using Recorder.js , it looks fine on my localhost but when i upload it to my windows server it dosent ask for permission and it dosent work ! i tired uploading the demo version on my server ! the console shows this error :

Uncaught TypeError: Cannot read property 'getUserMedia' of undefined
at HTMLButtonElement.startRecording (app.js:44)

0

There are 0 answers