Skip to content
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

Permission Issue on Chrome #49

Open
T3-RnD opened this issue Jan 22, 2024 · 0 comments
Open

Permission Issue on Chrome #49

T3-RnD opened this issue Jan 22, 2024 · 0 comments

Comments

@T3-RnD
Copy link

T3-RnD commented Jan 22, 2024

I get this issue when I start recording:

TypeError: Cannot read properties of undefined (reading 'getUserMedia')
at index.js:15923:32

It is at this line of code:

15922 return new Promise(function (resolve, reject) {
15923 navigator.mediaDevices.getUserMedia({ audio: audio }).then(function (stream) {
15924 _this2.addMicrophoneListener(stream);
15925 resolve(stream);
15926 }).catch(function (err) {
15927 reject(err);
15928 });
15929 });

How can I fix this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant