Skip to content
/ webrtc-poc Public

this project is a vanilla webrtc poc for chrome and nodejs

Notifications You must be signed in to change notification settings

t2n/webrtc-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this project is a vanilla webrtc poc for chrome and nodejs

first you need to create config.js file containing turnservers information like:

module.exports.turnservers = {
  turnservers: {
    iceServers: [{
      username: 'username',
      credential: 'password',
      url: 'turn:TURNSERVER_IP',
    }]
  }
};

then install deps npm i and run npm start

app is accessible at https://127.0.0.1:3002

About

this project is a vanilla webrtc poc for chrome and nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published