openwebrtc-examples
openwebrtc-examples copied to clipboard
Web Demo Error Processing ICE Candidates, Called in wrong state
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.
Could it be due to IPv6 candidates?