[mediacapture-record] MediaRecorder in detached contexts (#206)

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

== MediaRecorder in detached contexts ==
As illustrated by https://jsfiddle.net/863njp7y/, MediaRecorder implementations do not agree in behavior of detached frames MediaRecorders.
MediaRecorder.start is throwing with different errors (InvalidStateError, NotAllowedError, SecurityError) in tested browsers.
MediaRecorder.stop is throwing in Chrome but not in Firefox and Safari.
I did not try resume/pause but I guess they might have similar issues.

https://jsfiddle.net/q4t5sLnc/ checks MediaRecorder.state in that context.
Firefox and Safari go to inactive while Chrome is keeping with recording.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 7 October 2020 09:55:03 UTC