roll-call

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

Github星跟踪图

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.

主要指标

概览
名称与所有者mikeal/roll-call
主编程语言JavaScript
编程语言JavaScript (语言数: 3)
平台
许可证
所有者活动
创建于2016-08-07 05:04:07
推送于2017-09-25 01:37:17
最后一次提交2017-09-24 18:33:08
发布数12
最新版本名称v0.7.1 (发布于 )
第一版名称v0.2.0 (发布于 2016-09-02 18:00:46)
用户参与
星数1.6k
关注者数57
派生数109
提交数203
已启用问题?
问题数69
打开的问题数13
拉请求数33
打开的拉请求数6
关闭的拉请求数9
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?