Skip to content

Files

Latest commit

5c5082e · Oct 29, 2020

History

History
29 lines (27 loc) · 769 Bytes

README.md

File metadata and controls

29 lines (27 loc) · 769 Bytes

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!