- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Thu, 04 Jan 2018 10:06:07 +0000
- To: public-webrtc-logs@w3.org
if you give up the notion of putting the track ids into the sdp even for the most simple cases that do not use replaceTrack at all then you can just rely on the transceiver.mid so the track.id would be something like `send-` + mid and `recv-` + mid. See @jan-ivar's [blog post](https://blog.mozilla.org/webrtc/the-evolution-of-webrtc/) ``` Correlate by transceiver.mid instead of stream/track.id. If you’re sending track ids out-of-band today hoping to correlate local and remote tracks, WebRTC 1.0 will break you. ``` -- GitHub Notification of comment by fippo Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1718#issuecomment-355244032 using your GitHub account
Received on Thursday, 4 January 2018 10:06:13 UTC