Re: [webrtc-stats] RTCPeerConnectionStats: should they contain a link to transports?

I thought that this would be a nice way to find the transports:
```
pc.getStats().then(r => r.filter(report => report.type === 'transport'))
.then(transports => console.log(transports))
```
but unfortunately a maplike doesn't do filter or find :-/

-- 
GitHub Notification of comment by fippo
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/227#issuecomment-308981036 using your GitHub account

Received on Friday, 16 June 2017 09:37:14 UTC