Socket
Socket
Sign inDemoInstall

skylinkjs

Package Overview
Dependencies
6
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    skylinkjs

Temasys Web SDK is an open-source client-side library for your web-browser that enables any website to easily leverage the capabilities of WebRTC and its direct data streaming powers between peers for audio/video conferencing or file transfer.


Version published
Weekly downloads
312
decreased by-25.54%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Temasys SkylinkJS Web SDK is an open-source client-side library for your web-browser that enables any website to easily leverage the capabilities of WebRTC and its direct data streaming powers between peers for audio/video conferencing.

You'll need a Temasys Account, and an App key to use this. Register here to get your App key.

Supported Browsers
FeaturesChromeFirefoxSafariEdge (Chromium)
Platforms:Win, Mac, Linux, AndroidWin, Mac, Linux, AndroidMac, iOSWin, Mac
Minimum Recommended Versions:72661380
ScreensharingYesYesYesYes
Video CallYesYesYesYes
Audio CallYesYesYesYes
MessagingYesYesYesYes
  • (+) Latest browser versions indicates the last tested browser version. It should work with the updated next versions, but if it doesn't, open a bug ticket.
Read more
MCU Behaviour
  • There are certain considerations to note when using an MCU key. Read more here
Need help or want something changed?
Current versions and stability
  • We recommend that you always use the latest versions of the Temasys SkylinkJS Web SDK as WebRTC is still evolving and we adapt to changes very frequently.
  • It is advised to not attach any event handlers to the WebRTC APIs as doing so may override the handlers set in SkylinkJS and result in unexpected behaviour.

Latest version: 2.6.2

How to build your own Temasys SkylinkJS Web SDK

Using Git command line tools, execute the following:

Node version: 14.17.5

# 1. Clone or download this repository via git terminal.

git clone https://github.com/Temasys/SkylinkJS.git

# 2. Install all required dependencies. Use (sudo npm install) if required.

npm install

# 3. Run the start script to start a local webserver to access the demo and doc folders. This will popup Chrome (Mac). You can configure a different browser in the start.sh file. Alternatively, you can run (sh start.sh)

npm start # Note that this runs in Chrome currently.

What's included in the repository?

  • demos : Reference Code Examples.
  • docs : Generated documentation for the Temasys Web SDK.
  • temasys-jsdoc-template : Templates used documentation.
  • publish : Production version of the library as well as minified variants
  • src : Temasys Web SDK source

License

APACHE 2.0

Keywords

FAQs

Last updated on 12 Oct 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc