- From: Martin Thomson <martin.thomson@gmail.com>
- Date: Tue, 16 Dec 2014 15:18:32 -0800
- To: Justin Uberti <juberti@google.com>
- Cc: "public-media-capture@w3.org" <public-media-capture@w3.org>
You probably need to get someone with more DOM clue than I to look at this, but the use of a Promise-bearing setter for sinkId might be incompatible with established notions of using HTML attributes for this sort of thing. As currently specified, I assume that you could not support <video sinkId="foo"/>. This also increases the fingerprinting surface (by a miniscule amount) if you can tell which of the enumerated audio output devices is the default just by creating an audio/video element and checking the value of sinkId. I guess you could address that my making this only read what was written. I like the "do nothing" option for web audio. On 16 December 2014 at 14:49, Justin Uberti <juberti@google.com> wrote: > View it at: https://w3c.github.io/mediacapture-output/ > File issues, submit changes at: https://github.com/w3c/mediacapture-output/
Received on Tuesday, 16 December 2014 23:18:58 UTC