Skip to content

hrahul2605/webrtc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webrtc-example

This is just an example usage of the WebRTC API.

Public STUN servers used

  • stun:stun.l.google.com:19302
  • stun:stun1.l.google.com:19302
  • stun:stun2.l.google.com:19302

If you are behind Symmetric NAT, sorry I didnot use any TURN servers, so you probably wont be able to join rooms on this example.
Neverthless, you can add TURN servers in the ICE configuration.

Socket.IO is used for signaling, i.e sending SDP of peers to one another.

This example just allows 2 peers in a single room.

Deployed on heroku. Link

About

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published