Skip to content
forked from mikeal/roll-call

☎️ Free and reliable audio calls for everyone w/ browser p2p.

Notifications You must be signed in to change notification settings

raboof/roll-call

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roll Call

On the surface, Roll Call is quite simple. Free calls for everyone in the world.


With modern web technologies we should be able to make free audio calls to everyone in the world. Since this technology is peer-to-peer, there should be little to no infrastructure cost. That’s how it should be.

In reality, there isn’t a reliable project that accomplishes this. This problem also gets more complicated as we add some important additional requirements.

  • People in countries that sanction censorship and block services should be able to access it reliably.
  • Third parties (like Governments) should not be able to track users or listen to calls.
  • Users should be able to record calls to produce new media like podcasts.

Admittedly, Roll Call doesn’t accomplish all of this today, but what it does do today:

  • Reliable audio-only calls between multiple participants.
  • Audio files can be dragged into the call window and played into the call. (This is super fun, you can see it work in the gif above, why have I never seen this before?)
  • Call recording is built-in, with podcast quality recording of every participants local audio sent continuously to the recorder.
  • Relies on almost no infrastructure, the application is quite literally hosted in gh-pages on GitHub.

Open Source products are quite rare, especially in modern open source. Many of the lessons I’ve learned about how to manage and scale open source may not apply, but I’m excited to see how this all turns out. Needless to say, I’ll be experimenting along the way with different approaches to governance and contribution policies that are participatory but also product centric.

If the goals of this project are interesting, take a look at what is being done and contribute!

To Develop

Download the code and run npm install.

If you want to do development run:

npm install
npm start

Wu-Tang Roll Call

The Rza,
the Gza,
Inspectah Deck,
Raekwon,
U-God,
Masta Killa,
Method Man,
Ghostface Killah,
and the late great Ol Dirty Bastard.

About

☎️ Free and reliable audio calls for everyone w/ browser p2p.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%