[webrtc-pc] replaceTrack: steps of point 9 in paralell?

mparis has just created a new issue for 
https://github.com/w3c/webrtc-pc:

== replaceTrack: steps of point 9 in paralell? ==
Hello,
If I am not wrong, I do not think that the steps of 9 point of 
replaceTrack should be done in parallel.

See:
9. Run the following steps in parallel:
    1. Determine if negotiation is needed to transmit withTrack in 
place of the sender's existing track. Ignore which MediaStream the 
track resides in and the id attribute of the track in this 
determination. If negotiation is needed, then reject p with 
InvalidModificationError and abort these steps.
    2. Have the sender switch seamlessly to transmitting withTrack in 
place of what it is sending, without negotiating.
    3. Queue a task that sets sender's track attribute to withTrack, 
and resolves p with undefined.

Refs
http://w3c.github.io/webrtc-pc/#methods-4

Please view or discuss this issue at 
https://github.com/w3c/webrtc-pc/issues/596 using your GitHub account

Received on Monday, 25 April 2016 16:21:11 UTC