Re: [mediacapture-main] Prompt user to choose unless constraints reduce to 1. (#644)

The removing of the "open track" provision seems like a drive-by edit in this context.
The reason we added the "open track" provision was that:

stream = getUserMedia({video: {device-id: device-id-of-old-track}})

seemed silly to disallow (no added security benefit) when the page could already do

stream = old-stream.clone()

and in some cases the gUM flow was more natural.


-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/pull/644#issuecomment-558616082 using your GitHub account

Received on Tuesday, 26 November 2019 12:55:57 UTC