I am trying to make a video chat in the web browser with WebRTC following this codelab:
https://codelabs.developers.google.com/codelabs/webrtc-web/#7
My problem is that when I try to connect to localhost:8080 on another computer, I get this in the web browser console:
XMLHttpRequest cannot load https://computeengineondemand.appspot.com/turn?
username=41784574&key=4080218913. No 'Access-Control-Allow-Origin' header is
present on the requested resource. Origin 'http://192.168.1.5:8080' is
therefore not allowed access.