-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Description
I managed to make the script Firefox compatible, by replacing those lines by:
navigator.mediaDevices.getUserMedia(constraints)
.then((stream) => {
gotStream(stream)
})
.catch((err) => {
alert('Error getting audio');
console.log(err);
});
I can’t really PR because I can’t get adapt gotSources() properly with MediaDevices.enumerateDevices()
pi43r
Metadata
Metadata
Assignees
Labels
No labels