- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Tue, 26 Nov 2019 12:55:56 +0000
- To: public-webrtc-logs@w3.org
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