Re: [mediacapture-main] Restore the active/inactive events on MediaStream

It doesn't matter, is how I read @pthatcherg. Your polyfill is about 
right, except it's `readyState`, so do: 

```js
var active = stream.getTracks().some(track => track.readyState != 
'ended');
```


-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at 
https://github.com/w3c/mediacapture-main/issues/370#issuecomment-230270292
 using your GitHub account

Received on Monday, 4 July 2016 11:33:34 UTC