ldecicco / webrtc-demos

WebRTC demo applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

npm install connect serve-static

Run server

node ./server.js

Start the call

The call initiator (1/2):

The callee:

  • Open http://127.0.0.1:8080/peerconnection.html
  • Copy the received offer and paste it in the textbox
  • Click on "Set as SDP offer"
  • Copy the appeared text, it's the SDP answer
  • Send it to the other peer (it's up to you how to send it)

The call initiator (2/2):

  • Copy the received answer and paste it in the textbox
  • Click on "Set as SDP answer"
  • Enjoy the conversation!

About

WebRTC demo applications

License:GNU General Public License v3.0


Languages

Language:JavaScript 59.7%Language:HTML 20.9%Language:CSS 19.4%