openwebrtc-examples icon indicating copy to clipboard operation
openwebrtc-examples copied to clipboard

Web Demo Error Processing ICE Candidates, Called in wrong state

Open carterbryden opened this issue 10 years ago • 1 comments

Hi, I've been testing the web demo and channel_server.js and I'm getting these errors:

Failed to set local offer sdp: Called in wrong state: STATE_RECEIVEDINITIATE Error processing ICE candidate (multiple times)

It still makes a connection generally, but what's going on here? It looks like this is only happening in Chrome.

I've made exactly two changes, which were to the channel_server.js:

headers["Access-Control-Allow-Origin"] = "*";

That's because the rest of the application will be served from a different port.

carterbryden avatar Aug 24 '15 22:08 carterbryden

Could it be due to IPv6 candidates?

superdump avatar Aug 31 '15 06:08 superdump