-
Hi,
It seems that the navigator.getUserMedia function is not safe to use without prefix for mozilla.
Could you change the code to use this:
```
navigator.getUserMedia = ( navigator.getUserMe…
-
Hello,
I came across your library and wanted to test drive it in my app. However, after installing and running, I got this error:
```ReferenceError: navigator is not defined
Module../node_mod…
-
tested for firefox nightly build
``` diff
diff --git a/example_simple_exportwav.html b/example_simple_exportwav.html
index f2ab89d..889f74a 100644
--- a/example_simple_exportwav.html
+++ b/example_si…
-
Could need to refactor which getUserMedia shim we're using!
https://github.com/addyosmani/getUserMedia.js/ is what it was built on, but can check package.json to see the current version we're usin…
-
Documentation for WebAudio Csound should be updated to reflect this issue reported by Tarmo on the Csound mailing list:
> Ok, I found the reason for enableAudioInput not to work - it took quite so…
-
This is my code
```
ngOnInit() {
this.getPeerId()
}
getPeerId = () => {
this.peer.on('open', (id) => {
console.log(id);
this.peerId = id;
});
this.p…
-
We've been porting some old test code to a newer style, and I was trying to "mock" a function that ends up throwing:
```dart
mockMediaDevices.getUserMedia = ([web.MediaStreamConstraints? _]) {
…
-
https://www.sitepoint.com/introduction-getusermedia-api/
It might be possible to implement VOIP using this
-
### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct]…
-
Feature request proposing a change to `beforeunload` firing behavior was filed in WHATWG repo: https://github.com/whatwg/html/issues/10627
WHATWG proposal summary: current `beforeunload` would not …