Re: icecandidate event with no candidate

Thanks for you input Tommy.

On 2013-04-22 16:26, Tommy Widenflycht (ᛏᚮᛘᛘᚤ) wrote:
> Chromium sends the null icecandidate just because there isn't a
> onicegatheringcomplete event handler.

That's the correct behavior according to the spec.

> And as far as I understand it sometimes we don't know that a
> icecandidate is the last one which makes your first suggestion
> unimplementable.

That was my suspicion as well. Since the whole idea with ICE trickling 
is to speed things up, we don't want to delay the candidate dispatching.

So if we were to change this, then the separate event would be the way 
to go.

/Adam

Received on Tuesday, 23 April 2013 10:21:28 UTC