GitXplorerGitXplorer
m

roll-call

public
1565 stars
109 forks
19 issues

Commits

List of commits on branch master.
Unverified
b9aab1446cfa2ef617656d2a759609f91d8a4604

docs(readme): Adding patreon to readme.

mmikeal committed 7 years ago
Verified
fb34261dacd7380324e08098478ecce8060ed7b1

fix(promises): Run getUserMedia and config get in parallel.

mmikeal committed 7 years ago
Verified
c2c2c3bdf71546d91e74d7f95658a44130b90648

feat(force): Add force flag to enable live testing of other browsers.

mmikeal committed 7 years ago
Verified
5ac25f5535cb9317adcf60022835af481e0089ad

docs(embed): Improving documentation for embedding.

mmikeal committed 7 years ago
Verified
dd08ee3a0507c6efa71843ae9e62ab630b3068e6

fix(release): Standard needs to ignore the dist directory so it doesn't fail on publish.

mmikeal committed 7 years ago
Verified
8a89db4fa2aafc17a03d663adb472895d3d789e1

fix(release): Stop ignoring dist, it's only built by automation.

mmikeal committed 7 years ago

README

The README file for this repository.

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.