Re: [webrtc-pc] RTCRtpReceiver.getStreams() and RTCRtpSender.getStreams() (#1921)

@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