Re: [w3ctag/design-reviews] MediaStream Image Capture API (Pan/Tilt feature) (#358)

I think it's up to the user-agent / implementation to decide how to structure the prompts -- the key part is that the API should be designed in a way that allows for appropriate choices.  This generally means it needs to involve promises rather than being synchronous so that a user agent might resolve the promise after prompting the user.  It may also mean that the intent to use both the camera and pan/tilt should be present at the same time in case the user-agent wants to combine them into one prompt.

Of course, these demands may have tradeoffs with other desired characteristics of the API, so there might be reasons not to satisfy them.  But they should be considered.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/358#issuecomment-484151081

Received on Wednesday, 17 April 2019 15:57:00 UTC