[mediacapture-record] Retroactive effect of isolation property change?

alvestrand has just created a new issue for 
https://github.com/w3c/mediacapture-record:

== Retroactive effect of isolation property change? ==
The text currently says:

"If at any point the stream's isolation properties change so that 
MediaRecorder is no longer allowed access to it, the UA must 
immediately stop gathering data, discard any data that it has 
gathered, and queue a task..."

This means that the event series:

start()
<half an hour passes>
<isolation properties change>

result in a recording of exactly nothing. This seems like it's going 
to surprise the user.
Why not flush the buffer when the isolation properties change?


Please view or discuss this issue at 
https://github.com/w3c/mediacapture-record/issues/97 using your GitHub
 account

Received on Wednesday, 7 December 2016 14:35:38 UTC