SauravKanchan / webrtc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Chat Application

Running the app on development server

  • npm install
  • node index.js
  • open localhost:8000

Obtaining TURN/STUN credentials using Xiysys

  • Do not use the credentials provided
  • Go to https://xirsys.com/
  • Sign Up
  • Log in to your account
  • Click on + beside MyFirstApp
  • Click on static TURN Credentials Button located below Account Type.
  • Accept the warning by click on + that appears just after you clicked on static TURN Credentials.
  • Copy the text(begins with iceservers) that appears below static TURN Credentials and paste in config.js as shown in config.js.

About


Languages

Language:JavaScript 60.2%Language:CSS 30.1%Language:EJS 9.7%