/WebRTC

Video Conferencing App using WebRTC

Primary LanguagePHP

============================================================
 WebRTC Application that enables peer-to-peer communication.
============================================================

Instructions : 

If you prefer to use node.js | Socket.io on the Server Side : (Recommended)
* Download and install node.js [http://nodejs.org/#download]
* Install Express ('npm install express') and Socket.io ('npm install socket.io')
* Run the server ('node nodeServer.js')
* Correct the 'server' variable in 'index.html' accordingly

If you prefer to use PHP on the Server Side :
* Simply enter the database and authentication details in `init.php`.

To run the application, open up index.html in Chrome Canary(/Dev Channel) [https://tools.google.com/dlpage/chromesxs?platform=win].