| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
dom_exception = error->GetAsOverconstrainedError();While an OverconstrainedError is not anticipated (because we will filter the constraints before calling gUM), it might be possible since our behavior is entirely dependent on the gUM call.
Rather than using a harsh CHECK, we can include a note and a reasonable console log for this case. WDYT?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
dom_exception = error->GetAsOverconstrainedError();While an OverconstrainedError is not anticipated (because we will filter the constraints before calling gUM), it might be possible since our behavior is entirely dependent on the gUM call.
Rather than using a harsh CHECK, we can include a note and a reasonable console log for this case. WDYT?
Could you please clarify the comment? I might have misunderstood, but OverconsrainedError can still occur, for example the page sets an exact requirement that the user's webcam doesn't support.
`video: { width: { exact: 3840 } }` (demanding 4K) on a 1080p webcam.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |