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

You should know which streams a sender has based on addTrack/addTransceiver arguments, and you should know which streams a receiver has based on ontrack. I believe these methods are not necessary if the application does some bookkeeping, but they could be convenient.

-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1921#issuecomment-437894288 using your GitHub account

Received on Monday, 12 November 2018 14:09:20 UTC