[Bug 25298] How to represent VideoFacingMode if browser is not able to detect the FacingMode of the camera.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25298

--- Comment #10 from Kiran <kiran.guduru@samsung.com> ---
(In reply to Jan-Ivar Bruaroey [:jib] from comment #9)
> Just to take both positions here, one argument FOR "unknown" would be to
> future-proof so we can add new enum values in the future. This would rely on
> Bug 19936 being addressed, which would let us write:
> 
> enum VideoFacingModeEnum {
>     "user",
>     "environment",
>     "left",
>     "right",
>     "unknown" = default
> };

This is what I expected it to be.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Wednesday, 9 April 2014 18:24:30 UTC