Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kandy-io/kandy-link-js-sdk-3.x
Kandy Link JavaScript SDK
https://github.com/kandy-io/kandy-link-js-sdk-3.x
documentation javascript kandy tutorial webrtc
Last synced: about 2 months ago
JSON representation
Kandy Link JavaScript SDK
- Host: GitHub
- URL: https://github.com/kandy-io/kandy-link-js-sdk-3.x
- Owner: Kandy-IO
- License: other
- Created: 2019-01-31T03:33:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T19:21:50.000Z (about 2 years ago)
- Last Synced: 2024-10-07T17:04:52.178Z (3 months ago)
- Topics: documentation, javascript, kandy, tutorial, webrtc
- Language: HTML
- Homepage:
- Size: 86.1 MB
- Stars: 4
- Watchers: 11
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
The v3 stream of the Kandy Link JavaScript SDK has been deprecated and is not receiving regular updates. The latest version of the SDK can be found at https://github.com/Kandy-IO/kandy-link-js-sdk.
# Kandy Link JavaScript SDK 3.x
## Install
### Using npm :
`$ npm install @kandy-io/link-sdk-3.x`
#### Install a particular build :
To install a particular build branch or beta branch with the Github URL, run:
`$ npm install https://github.com/Kandy-IO/kandy-link-js-sdk-3.x# --save`
### In the browser :
```html```
## DocumentationThe information about tutorials and documents can be found in the links below
* `Documents`: [docs](https://kandy-io.github.io/kandy-link-js-sdk-3.x/docs)
* `Tutorials`: Choose your configuration ( [Kandy-US](https://kandy-io.github.io/kandy-link-js-sdk-3.x/tutorials/?config=us#/Configurations) | [Kandy-EMEA](https://kandy-io.github.io/kandy-link-js-sdk-3.x/tutorials/?config=emea#/Configurations) | [Kandy-UAE](https://kandy-io.github.io/kandy-link-js-sdk-3.x/tutorials/?config=uae#/Configurations) )
## Compatibility
| Browsers | Versions | Operating Systems |
|----------|-----------------------|--------------------------------|
| Chrome | Last 3 Major Versions | Windows, MacOS, Linux, Android |
| Firefox | Last 3 Major Versions | Windows, MacOS, Linux |
| Electron | Last 2 Major Versions | Windows, MacOS, Linux |