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

In my case I am doing an SDP-less negotiation on the wire, meaning that the O/A is done locally  and only track/stream info is transmitted on the wire.

In order to do that I needed to retrieve the stream info of the rtpsenders in order to be able to propagate it to the other end. 

The internal slot is already there, so just exposing it via a read only attribute would work for me.


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

Received on Monday, 12 November 2018 13:39:50 UTC