- From: Martin Thomson <martin.thomson@gmail.com>
- Date: Tue, 3 Sep 2013 12:55:44 -0700
- To: Anne van Kesteren <annevk@annevk.nl>
- Cc: Harald Alvestrand <harald@alvestrand.no>, "public-media-capture@w3.org" <public-media-capture@w3.org>
On 3 September 2013 12:50, Anne van Kesteren <annevk@annevk.nl> wrote: > Okay, so MediaStream's would have an internal tainted flag that would > be used by APIs to prevent reading data out of the media stream except > for the P2P API and the video playback API? How would you prevent the > page from setting up a P2P connection with its origin server? In the peerIdentity constraint case, the flag isn't just a single bit, it's a restriction on where the media can be sent too. In the noaccess case, you wouldn't. Noaccess is primarily for the peer on the other end of a P2P connection, so that *their* browser can provide verified information about the identity of the source of the information.
Received on Tuesday, 3 September 2013 19:56:11 UTC