elan-ev / opencast-studio

Web-based recording studio for Opencast

Home Page:https://studio.opencast.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile Safari and Chrome always use front face camera without asking

LukasKalbertodt opened this issue · comments

Firefox. on the other hand, always lets the user chose. So I'm not sure if we can actually do something about that on the JS side. In the worst case we need to implement a dialog to let the user chose.

We can even do this afterwards. That should be no problem at all. The "old" ghettostudio allowed for this but it was removed to streamline the experience even before I transfered the code into a React app.

This also affects Edge on a Windows tablet.

Currently we request the front face camera via the constraints. However, without requesting anything specific, Chrome just uses the back-facing camera without asking.