All Projects → Temasys → Skylink Call Button

Temasys / Skylink Call Button

Making it easy to implement 1-on-1 web calling with Skylink.

Labels

<skylink-call>

Web-Component to embed a button into your website to call another visitor via WebRTC powered by SkylinkJS.

Usage

<skylink-call app-key="Your APP key" caller-id="Your ID" caller-name="Your Name" callee-id="Callee ID" callee-name="Callee Name"></skylink-call>

What to know?

  • Ideally use your apps user id as caller-id/callee-id
  • Set the callee-id and callee-name attributes depending on who you want to call
  • From on the second button on your website you don't need to set app-key, caller-id and caller-name attributes anymore.
  • There is no guarantee you will always reach the person you want to talk to as everybody could potentially impersonate any caller-id
  • Get an APP key here

Demo

Try it and open the following three links in seperate tabs or on different devices

Development

In order to run it locally you'll need to fetch some dependencies and a basic server setup.

$ [sudo] npm install -g bower grunt-cli
  • Install local dependencies:
$ bower install

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

Apache 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].