[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 #9 from Jan-Ivar Bruaroey [:jib] <jib@mozilla.com> ---
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
};

-- 
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:21:35 UTC