Firefox automatically provides local ICE candidates (it does not fire onicecandidate)

Hi,

When calling createOffer/Answer in Firefox, the success callback
provides me with a SDP that already includes local ICE candidates, so
there is no onicecandidate event for those candidates (but just for
candidates discovered via STUN).

Is this "valid" as per spec?


BTW: In Chrome the oniceconnectionstatechange fires 3 times per
PeerConnection with this data:

     iceConnectionState: "completed"
     iceGatheringState: "complete"

This is, there is no "new", "checking" or "connected" values for
iceConnectionState.


Again: how "valid" is this as per spec?


Thanks a lot.


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

Received on Thursday, 8 May 2014 22:03:42 UTC