Re: Specify the negotiationneeded event

That is a good way of describing it.

On 13 February 2015 at 11:24, Justin Uberti <juberti@google.com> wrote:
> For simplicity, 'dirty' is not cleared by any other operations, such as
> addTrack(X) followed by removeTrack(X). We should accept that it is far
> better to fire too many onNN events than too few; spurious onNNs are
> essentially harmless, whereas missing onNNs may be fatal.

I'll note that, as you describe it, you won't be generating many onNN
events at all, in fact, fewer than might otherwise be generated due to
on-off-on-again actions like addTrack and removeTrack in series.

Received on Friday, 13 February 2015 23:59:10 UTC