[Bug 25836] add note about addtrack being async

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25836

Harald Alvestrand <harald@alvestrand.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |harald@alvestrand.no

--- Comment #2 from Harald Alvestrand <harald@alvestrand.no> ---
The addtrack operation is synchronous, but it causes things to happen that are
easier to describe as a queued task (stuff that happens in stable state).

Exemplar case:

createOffer().then(offer =>)
AddTrack(track)

Will the offer include the added track or not?

There should be a test written for this behaviour, so that we know whether the
behaviour is consistent or inconsistent between browsers.
It should be defined and deterministic, and the spec should say which is true.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Friday, 31 October 2014 17:55:37 UTC