-
**Describe the bug**
On previous versions calling call.hold() was working, now in version 1.0.0 when I try to hold a call I receive the following
Unable to getUserMedia: getUserMedia(): TypeError,…
-
## Description
---
Related to: https://github.com/jitsi/lib-jitsi-meet/blob/bc446e999e4128031f265276e60f9a3808150760/modules/RTC/ScreenObtainer.js#L95
This is more of a discussion, but Electron…
-
While the audio call is ongoing, I’m sending a video request, but it gives an error saying, “Unable to getUserMedia: getUserMedia(): TypeError, constraints requests no media types,” and then it also e…
stgni updated
2 weeks ago
-
This issue should use navigator.getUserMedia to be able to pick up a user's microphone.
-
**Describe the bug**
When trying to share the camera in a room *that was started by someone else* the Webcam Settings will show "Camera 0" and "Your camera does not support this quality profile":
…
-
**Describe the feature**
A feature to prevent WebRTC leaks in Chrome, specifically to secure real/local IP information.
**Motivation**
For web scraping, preventing WebRTC leaks is essential. Bloc…
-
### Describe the problem
Currently to share the screen, we can call `navigator.mediaDevices.getDisplayMedia` which will popup a mandatory window to ask user to choose which screen to share.
### Des…
-
The spec says getUserMedia MUST grant access to miked speakers and leaves out non-miked speakers.
A common use case is a desktop user who wants to use a non-miked headphone together with the laptop…
-
### Before creating a new issue, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui/issues?q=is%3Aissue+) and [discussions](https://gith…
-
On Android, getUserMedia won't work unless permissions are requested natively.
This can be confusing for new users, create a sample demonstrating how to publish and play through a WebView on Androi…