-
Notifications
You must be signed in to change notification settings - Fork 41
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
Demo not accepting audio #2
Comments
Did you check the browser console for errors? |
Im getting this errr on console :--- Uncaught TypeError: Cannot read property 'getUserMedia' of undefined |
I guess that microphone permissions were not granted from the browser for recording. |
But its not even asking for permission , no popup on any of the browsers at all. |
rsingh2083 It could be the antivirus blocking the appearance of the popup , try disabling it and retry |
This repo was working until 2 days ago. Suddenly something happens and I cannot record the voice. When I click the Record button, it automatically closes. Does anyone have any idea about that? Thanks in advance. @vivekkr12 |
Its most likely an updated browser permission or some anti virus which is preventing the webpage from accessing microphone. Some common hints.
|
hey |
Hi, great work and I’m looking forward to test this.
But I tried running the demo through docker and also on my machine but the app.js doesn’t seem to trigger microphone input in browser (Safari and Firefox).
Thanks!
The text was updated successfully, but these errors were encountered: