- From: Daniel Burnett via GitHub <sysbot+gh@w3.org>
- Date: Thu, 13 Oct 2016 15:06:44 +0000
- To: public-webrtc@w3.org
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