- From: Taylor Brandstetter via GitHub <sysbot+gh@w3.org>
- Date: Wed, 20 Jun 2018 19:38:51 +0000
- To: public-webrtc@w3.org
taylor-b has just submitted a new pull request for https://github.com/w3c/webrtc-pc: == Adding note about the relationship between tracks of senders/receivers. == Fixes #1169. Clarifies that there's not a 1:1 relationship between tracks sent by one PeerConnection and received by the other (due to `replaceTrack`), and the IDs are not guaranteed to match. So it's better to think of a 1:1 relationship between senders on one side and receivers on the other side, rather than tracks. See https://github.com/w3c/webrtc-pc/pull/1911
Received on Wednesday, 20 June 2018 19:38:53 UTC