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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?