Re: [mediacapture-main] Distinguish between links to the active attribute and the active/inactive concept (Issue #159)

Modifying the public API attribute here is might not be what we want.

Actually, I don't think we need to say anything about the "active" 
state when we construct the MediaStream since the state is indirectly 
defined by the stream's tracks.

"
A MediaStream object is said to be active when it has at least one 
MediaStreamTrack that has not ended. A MediaStream that does not have 
any tracks or only has tracks that are ended is inactive.
"

-- 
GitHub Notif of comment by adam-be
See 
https://github.com/w3c/mediacapture-main/pull/168#issuecomment-96180689

Received on Saturday, 25 April 2015 11:42:36 UTC