roll-call

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

Github stars Tracking Chart

Roll Call

Roll Call is a completely free? voice chat service with podcast
quality recording.

Go ahead and use it: rollcall.audio

demo gif

Features Include:

  • Multi-party realtime audio calls.
  • Drag & Drop File Sharing.
  • Podcast quality recording.
    • We record each participant locally and send you the audio via the
      data channel instead of recording the compressed and often low quality
      realtime audio.

For more information on how to use Roll Call check out the
FAQ.

Roll Call is entirely Open Source and can be embedded into your own web pages
and web applications.

Chrome/Brave Only

Roll Call only works in last few releases of
Chrome & Brave
. This is not due to lack of testing or development work but
because of bugs in Safari and Firefox. Roll Call sits at the intersection of
browser audio and WebRTC support, it's a minefield for finding bugs burried
deep in browser implementations. Even supporting Chrome takes some hacks.

Embedding

Roll Call can easily be embedded on your own website. The easiest way is
with a script include.

<script src="https://cdn.jsdelivr.net/npm/roll-call@latest/dist/rollcall.js"></script>
<my-container>
  <roll-call call="myUniqueCallIdentifier"></roll-call>
</my-container>

Roll Call uses WebComponents. This means that you can use it like
any other HTML element and manipulate its state with JavaScript.

Or, if you want to build it into the JavaScript bundle for your own app
you can do so easily, but you'll need to handle loading a WebComponents
polyfill for most browsers on your own.

const { Call } = require('roll-call')

let elem = new Call()
elem.call = 'myUniqueCallIdentifier'
document.body.appendChild(elem)

Once you require the script the elements are registered so you could also
do something like this.

require('roll-call')

document.body.innerHTML += `<roll-call call="myUniqueCallIdentifier"></roll-call>`

To Develop

Download the code and run npm install.

If you want to do development run:

npm install
npm start

Try It Out

Roll Call is built and deployed automatically:

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.

Main metrics

Overview
Name With Ownermikeal/roll-call
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 3)
Platform
License:
所有者活动
Created At2016-08-07 05:04:07
Pushed At2017-09-25 01:37:17
Last Commit At2017-09-24 18:33:08
Release Count12
Last Release Namev0.7.1 (Posted on )
First Release Namev0.2.0 (Posted on 2016-09-02 18:00:46)
用户参与
Stargazers Count1.6k
Watchers Count57
Fork Count109
Commits Count203
Has Issues Enabled
Issues Count69
Issue Open Count13
Pull Requests Count33
Pull Requests Open Count6
Pull Requests Close Count9
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private