[webrtc-pc] Pull Request: rtp media api: remove note

fippo has just submitted a new pull request for https://github.com/w3c/webrtc-pc:

== rtp media api: remove note ==
removes the note which no longer applies in the transceiver model
as track ids have become meaningless.

Originally I wanted to remove only `Doing this implies that at the receiving end of the peer-to-peer connection there are several MediaStreamTracks with an identical id.` which is no longer true in the transceiver model. But the whole note seems to be an attempt to explain "there can be tracks with identical id if the sender adds the same track multiple times"...

See https://github.com/w3c/webrtc-pc/pull/1832

Received on Wednesday, 11 April 2018 12:15:07 UTC