Skip to content

Commit

Permalink
Merged in pre-prod-2-0 (pull request #449)
Browse files Browse the repository at this point in the history
Release 2.4.1
  • Loading branch information
dinawee committed Jan 12, 2022
2 parents 3262987 + 59e5337 commit 812a38a
Show file tree
Hide file tree
Showing 218 changed files with 7,578 additions and 6,138 deletions.
7 changes: 5 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# SKYLINK WEB SDK 2.4.0
# SKYLINK WEB SDK 2.4.1
> 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](https://console.temasys.io).
Expand Down Expand Up @@ -34,11 +34,14 @@ You'll need a Temasys Account, and an App key to use this. [Register here to get
- 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.4.0](https://github.com/Temasys/SkylinkJS/releases/tag/2.4.0)
[Latest version: 2.4.1](https://github.com/Temasys/SkylinkJS/releases/tag/2.4.1)


## How to build your own Temasys SkylinkJS Web SDK
Using [Git](https://git-scm.com/download) command line tools, execute the following:

Node version: `14.17.5`

```
# 1. Clone or download this repository via git terminal.
Expand Down
2 changes: 1 addition & 1 deletion bitbucket-pipelines.yml
@@ -1,4 +1,4 @@
image: node:10.7.0
image: node:14.17.5

pipelines:
default:
Expand Down

0 comments on commit 812a38a

Please sign in to comment.