[mediacapture-record] MediaStream does not expose a RecordingState (#181)

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

== MediaStream does not expose a RecordingState ==
I think I found a misplaced reference in the [algorithm which describes the start() method](https://w3c.github.io/mediacapture-record/#dom-mediarecorder-start).

Bullet point 7 says: "If stream is inactive, throw a NotSupportedError DOMException and abort these steps." The word ["inactive"](https://w3c.github.io/mediacapture-record/#dom-recordingstate-inactive) is a link to the definition of the RecordingState enum. Was this possibly meant to reference the ["active" attribute of a MediaStream](https://www.w3.org/TR/mediacapture-streams/#dom-mediastream-active) instead?

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

Received on Wednesday, 28 August 2019 20:54:53 UTC