onicegatheringstatechange VS onicecandidate with candidate==null (just one of them, please)

Hi, I understand that the way to go is to fire
onicegatheringstatechange when ICE gathering is done so the user can
check its status via:

  if (pc.iceGatheringState === 'complete') {  ...  }

Currently that is not implemented in any browser (AFAIK) so the
old/deprecated onicecandidate with candidate==null is still in use.

Should I understand that once onicegatheringstatechange is
implemented, browsers won't also emit a onicecandidate with
candidate==null?

Thanks a lot.

-- 
Iñaki Baz Castillo
<ibc@aliax.net>

Received on Saturday, 27 December 2014 21:41:15 UTC