Chrome 25, 26 fires onicecandidate(e) with e.candidate=null when there
are no more ICE candidates. This is not part of the standard at all:
http://dev.w3.org/2011/webrtc/editor/webrtc.html#widl-RTCPeerConnection-onicecandidate
----------------------------------
onicecandidate of type EventHandler
This event handler, of event handler event type icecandidate, must be
supported by all objects implementing the RTCPeerConnection interface.
It is called any time there is a new ICE candidate added to a previous
offer or answer.
----------------------------------
There are other ICE related events not yet documented like
ongatheringchange() and onicechange() that "may" will be fired with
some kind of argument when there are no more ICE candidates.
Does somebody know about it?
Thanks a lot.
--
Iñaki Baz Castillo
<
i...@aliax.net>