
Security News
Socket Security Analysis Is Now One Click Away on npm
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.
On the surface, Roll Call is quite simple. Free calls for everyone in the world.
Try it now at: rollcall.audio
Roll Call is a completely free🎉 voice chat service with podcast quality recording.
It's entirely Open Source and can be embedded into your own web pages and web applications.
For more information on how to use Roll Call check out the FAQ.
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>`
Download the code and run npm install.
If you want to do development run:
npm install
npm start
Roll Call is built and deployed automatically:
The Rza,
the Gza,
Inspectah Deck,
Raekwon,
U-God,
Masta Killa,
Method Man,
Ghostface Killah,
and the late great Ol Dirty Bastard.
FAQs
Roll Call is a completely free🎉 voice chat service with podcast quality recording.
The npm package roll-call receives a total of 15 weekly downloads. As such, roll-call popularity was classified as not popular.
We found that roll-call demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.

Security News
A compromised npm publish token was used to push a malicious postinstall script in cline@2.3.0, affecting the popular AI coding agent CLI with 90k weekly downloads.

Product
Socket is now scanning AI agent skills across multiple languages and ecosystems, detecting malicious behavior before developers install, starting with skills.sh's 60,000+ skills.