@signalwire/js

SignalWire JS SDK

Usage no npm install needed!

<script type="module">
  import signalwireJs from 'https://cdn.skypack.dev/@signalwire/js';
</script>

README

@signalwire/js

SignalWire JavaScript SDK

Build Status NPM

The SignalWire JavaScript SDK transforms your standard browser into a realtime media engine, enabling developers to directly make audio and video calls to phone numbers, SIP endpoints, and other browsers. Using the JavaScript SDK you can add immersive, scalable communication - from video conferences and softphones to click-to-call and mobile gaming - all available right in your own web pages and applications.

SignalWire's simple and powerful authentication system, using JWT, allows you to set granular permissions, enabling some of your users to only join conference calls, while others could list on-going calls and jump in to assist from a support dashboard... the possibilities are endless.

Getting Started

Read the implementation documentation, guides and API Reference at the official SignalWire JavaScript SDK Documentation site.


Contributing

SignalWire JavaScript SDK is open source and maintained by the SignalWire team, but we are very grateful for everyone who has contributed and assisted so far.

If you'd like to contribute, feel free to visit our Slack channel and read our developer section to get the code running in your local environment.

Developers

The JavaScript SDK is a package inside the signalwire-js monorepo. To setup the dev environment follow these steps:

  1. Download the installer for the LTS version of Node.js. This is the best way to also install npm.
  2. Fork the signalwire-js repository and clone it.
  3. Create a new branch from main for your change.
  4. Run npm install to install global dependencies.
  5. Navigate into the JavaScript directory with cd packages/js.
  6. Make changes!

Versioning

SignalWire JavaScript SDK follows Semantic Versioning 2.0 as defined at http://semver.org.

License

@signalwire/js is copyright © 2018-2021 SignalWire. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.