mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-25 09:46:47 +00:00
54e9747350
On Chrome and Windows 10, when the camera or microphone is already in use by another application, the browser rejects `getUserMedia`. Without dedicated handling, users just saw their camera or microphone not turning on, without any explanation. Detect this specific failure and surface a clear message to the user, so they understand another application is holding the device and know what to do about it.