-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Illegal invocation Error #26
Comments
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 |
The issue is that navigator.mediaDevices.getUserMedia uses promises not callbacks for success and error. |
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? |
update: I tried the demo page with that fix and it seems to be working! 🎉 |
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
|
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
The text was updated successfully, but these errors were encountered: