[IFRAME API] The video facing mode constraint is not working anymore in IOS safari
See original GitHub issueProblem: The facing mode constraint config is not working anymore in IOS safari.
Config:
configOptions.configOverwrite = {
constraints: {
video: {
facingMode: 'environment'
}
}
}
Expected:
The facing mode config should be working.
Working sample: https://philnash.github.io/mediadevices-camera-selection/
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
iOS/Safari does not work if camera facingMode has ... - GitHub
Steps to reproduce the behavior: Instantiate new video element and use getUserMedia to start it up; Change the facingMode of the video element ......
Read more >MediaTrackConstraints.facingMode - Web APIs | MDN
An object based on ConstrainDOMString specifying one or more acceptable, ideal, and/or exact (mandatory) facing modes are acceptable for a video ...
Read more >iOS 15 Safari WebRTC Issue | Apple Developer Forums
We're encountering an issue on the iOS 15 Beta when establishing a WebRTC connection through Safari, where we are not receiving the remote...
Read more >getUserMedia constraints ignored on Safari 12 - Stack Overflow
The issue is enforcement of the supported constraints ( facingMode in this case). This problem can be easily replicated with the code provided, ......
Read more >Media Capture and Streams - W3C
This document defines a set of JavaScript APIs that allow local media, including audio and video, to be requested from a platform.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, I used resolution config. Sorry I didn’t notice this response.
Okay. thanks