Re: [webrtc-tests] Adding a basic no-media call that uses promises. (#1824)

To quote JSEP:
> Candidate trickling is a technique through which a caller may incrementally provide candidates to the callee after the initial offer has been dispatched.

That seems clear to me. i.e. order matters. Otherwise re-negotiation becomes hard:

If Alice signals "offer", "candidate", "candidate", then Bob knows what that means.
If Alice signals "candidate", "offer", "candidate", then should Bob ignore the 1st candidate?

Does it belong to the new offer or a previous offer? My reading of JSEP is that order matters, and UAs should therefore not fire onnegotiationneeded so early we trick apps into misfiring.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/1824#issuecomment-103673835

Received on Tuesday, 19 May 2015 21:35:49 UTC