[webrtc-pc] How do I get transceiver from sender?

burnburn has just created a new issue for 
https://github.com/w3c/webrtc-pc:

== How do I get transceiver from sender? ==
I have the following line in some code that works today in FF 49.0:

  videoSender = pc.addTrack(myVideoStream.getVideoTracks()[0], 
myVideoStream);

Given that I have videoSender, how do I find the RTCRtpTransceiver 
it's a part of?  It seems there should be a .transceiver attribute on 
RTCRtpSender.


Please view or discuss this issue at 
https://github.com/w3c/webrtc-pc/issues/866 using your GitHub account

Received on Thursday, 13 October 2016 15:06:55 UTC