Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i tried to implement
https://bitbucket.org/webrtc/codelab[^]

for video chat what is see is that its using

http://signaling.simplewebrtc.com:8888/socket.io/1/?t=1382535289610[^]

now i don`t want to go to other url can i use localhost there??
Posted

1 solution

Of course you can, as long as you have setup your local network. Run "node server.js" and visit your local ip address by 192.168.x.x:2013. For more details, you can read the article - How to Implement a Real-time Commnication Application with WebRTC[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900