- From: Martin Thomson <martin.thomson@gmail.com>
- Date: Mon, 24 Mar 2014 21:54:11 -0700
- To: Jim Barnett <1jhbarnett@gmail.com>
- Cc: public-media-capture@w3.org
Received on Tuesday, 25 March 2014 04:54:55 UTC
Discovered this sitting in my drafts for a month. As it happens, I wrote done code for this just this afternoon. On 25 February 2014 06:07, Jim Barnett <1jhbarnett@gmail.com> wrote: > When do you signal an error if someone tries to record an > isolated/unrecordable stream? When start() is called? (that's what I would > expect.) For recording, yes, a SecurityError is thrown when start is called. But actually, that's not sufficient, because for the general case, streams can change their isolation property over time. (I'm working on it.)
Received on Tuesday, 25 March 2014 04:54:55 UTC