Skip to content

ldecicco/webrtc-demos

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published