Open Blacktoviche opened 6 years ago
I'm experiencing the same bug
@trostli As we are on the clock I managed to integrate https://github.com/mattdiamond/Recorderjs in our React app It works fine
The issue is that navigator.mediaDevices.getUserMedia uses promises not callbacks for success and error.
@trostli As we are on the clock I managed to integrate https://github.com/mattdiamond/Recorderjs in our React app It works fine
How did you solve this problem? Could you give more details? THX
I am also getting the same error on Chrome. Did anyone solve this issue?
If @toneplex 's comment is correct then something like https://github.com/danrouse/react-audio-recorder/pull/29 should work (not tested yet!)
update: I tried the demo page with that fix and it seems to be working! :tada:
FYI I installed @MatrixFrog's fork and it works great! (Chrome Version 74.0.3729.157 (Official Build) (64-bit))
@jakeols how did you do so?
@jahirfiquitiva hey, sorry I completely missed the notification for this. Just add it in your package.json like below, and the run npm install
"react-audio-recorder": "github:MatrixFrog/react-audio-recorder#master",
Error produces when press "Record" button on Opera
waveInterface.js:38 Uncaught (in promise) TypeError: Failed to execute 'getUserMedia' on 'MediaDevices': Illegal invocation
on Firefox
TypeError: 'getUserMedia' called on an object that does not implement interface MediaDevices