Multiplayer/online functionality in my game works in Construct 2 preview, but Visual Studio 2017 Preview debugging for the UWP version of the app returns this error when connecting online:
Unhandled exception at line 111, column 13 in ms-appx://25608name.gamename/c2mp-peer.js 0xc004e00d - JavaScript runtime error: Could not complete the operation due to error c004e00d.
this.pc = new RTCPeerConnection({ "iceServers":this.mp.getIceServerList() }, { "optional": [{ "googIPv6": true }] });
Any help getting past the error would be appreciated.