Once i changed the server.key and server.crt in peerserver.js
What i need to change in the peercall.html "https://localhost:8096" ?
Also what url i need to make Chrome work? "https://localhost:8096" wont work.
Port 8096 is listened by signaling server(Peer Server). Signaling server exchanges signaling messages, it’s not a web server which hosts HTML files.
For more complete information about compiler optimizations, see our Optimization Notice.