- From: Jan-Ivar Bruaroey via GitHub <sysbot+gh@w3.org>
- Date: Wed, 20 Feb 2019 00:28:52 +0000
- To: public-webrtc-logs@w3.org
@murillo128  Can't you shim it like this?
```js
pc.addEventListener('track', ({receiver, streams}) => receiver.streams = streams);
```
-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1921#issuecomment-465368431 using your GitHub account
Received on Wednesday, 20 February 2019 00:28:56 UTC