-
**Issue:** getUserMedia error: NotReadableError in android device
**Description:** I have created .apk file from this example by `ionic cordova build android` command
and when I am trying to login w…
-
#### Versions affected
* **Cordova version: latest**:
* **Cordova iOS version: 5.1.1**:
* **Plugin version: 6.0.12**:
* **iOS version: 13.6**:
## Description
Hi, I found what getUserMedia no…
-
# Feature Request
## Motivation Behind Feature
If use native WebRTC from WKWebView inside Cordova, every getUserMedia leads to new permission request to user. And this makes native WebRTC almost …
-
I have an error on iOS when I tried to publish my video. I have followed each step in the Running the Application section for iOS.It s working on Safari when I tried ionic serve.But on iPhone
![3644…
-
Hi! I am currently developing an app using the **flutter_webrtc** package. It turns out that when I call WebRTC's getUserMedia method for my Flutter web app as below, **it does not prompt me to check …
-
[47:12.371 Recorder:1]stop 和start时差:33038ms 补偿:0ms envIn:847 fps:25.6 stream:getUserMedia (https://github.com/xiangyuecn/Recorder) LM:2024-04-09 19:15
[47:12.372 Recorder:1]pause
[47:12.441 Recorder…
-
Running this on my iPhone Chrome v 65 or so doesn’t work
-
**Is your feature request related to a problem? Please describe.**
I have been trying to use the software for a few days and I have found that while it works on my laptop/PC, it doesn't work particul…
-
Following on https://github.com/w3c/mediacapture-main/issues/639, calling getUserMedia would ideally be gated by a user gesture.
This is difficult to enforce it for regular getUserMedia calls due to …
-
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…