You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: relax device constraints on NotFoundError DOMException (#1680)
Browsers react differently to `getUserMedia` requests with constraints
that cannot be satisfied. In some cases, Firefox throws a DOMException
called `NotFoundError`. We should handle it in the same way we handle
over-constrained requests: fallback to default device.
0 commit comments