Skip to content

gabrielmicko/WebRTCDialIn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC Dial In

Please note:

This project is highly in development. Key feature is working, but a plenty of todos are waiting to be done.

This application is meant to be a demo for WebRTC call features. Every user can obtain an identity. Once it is done you can call the other user.

Demo video

Please check this demo video to get to know about this project.

Demo Video

What it does:

  • obtaining identity
  • call somebody
  • live p2p video call with someone

Configuration

For the proper functionality you will need to run WebRTCDialInServer (signalling for WebRTC). You can find it inside my repositories. Set the address for the WebRTCDialInServer in the app/config/config.json.

{
  "dialInServer": "localhost:3050"
}

Running the application

npm install
npm run build
npm start

Running for development

npm install
npm run dev
npm start

Version

0.0.1

About

WebRTC experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published