[webrtc-pc] Pull Request: issue 566: replace set of senders/receivers/transceivers with algorithms

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

== issue 566: replace set of senders/receivers/transceivers with 
algorithms ==
I have (mostly) replaced "set of senders" and "set of receivers" with 
new algorithms based on the set of transceivers (issue #566), but I'm 
not clear on how to get access to the appropriate transceiver in 
addTrack, so it and the related track event have not been updated.  
Interestingly, in 'dispatch a receiver' in 5.1.1, step 7, a 
transceiver variable is already being used but was never defined.  
Clearly the magic happens in step 6, but again, not clear how to find 
the correct transceiver on which the new receiver should appear 
(unless I just defer to JSEP).

So we can apply this PR and then clean up the three remaining uses of 
"set of receivers" in a new PR, or someone can modify my PR.  
Thoughts?

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

Received on Thursday, 11 August 2016 12:10:21 UTC