mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-04 06:35:38 +00:00
🐛(frontend) handle Firefox/Windows AbortError on device start
Some versions of Firefox on Windows do not raise the `NotReadableError` that LiveKit expects when the camera or microphone fails to start. Instead, they surface an `AbortError` with a message explaining the browser could not start the video or microphone input. This case was observed in PostHog error tracking and was not handled, so users hit an unhelpful failure state. Detect that specific `AbortError` and route it through the same device-in-use / not-readable handling as the standard error, so users get a clear explanation.
This commit is contained in:
@@ -33,6 +33,7 @@ and this project adheres to
|
||||
- 🐛(frontend) hoist mute confirmation dialog to VideoConference level
|
||||
- 🐛(frontend) fix joined notification tile no longer rendering properly
|
||||
- 🐛(frontend) handle device-in-use errors on Chrome / Windows 10
|
||||
- 🐛(frontend) handle Firefox/Windows AbortError on device start
|
||||
|
||||
## [1.27.0] - 2026-08-14
|
||||
|
||||
|
||||
Reference in New Issue
Block a user