@telebu/join-web-sdk v1.4.1
TelebuJoin JavaScript client SDK
1 Introduction
TelebuJoin JavaScript client SDK provides convenient methods to create, publish and subscribe streams which helps you to develop video calling Web applications.
Please include socket.io.js
before TelebuJoin JavaScript SDK file.
`<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.7.5/socket.io.js" integrity="sha512-luMnTJZ7oEchNDZAtQhgjomP1eZefnl82ruTH/3Oj/Yu5qYtwL7+dVRccACS/Snp1lFXq188XFipHKYE75IaQQ==" crossorigin="anonymous" referrerpolicy="no-referrer"
></script>`
You can install TelebuJoin JavaScript SDK library using NPM \
npm install --save @telebu/join-web-sdk
You can also include it in your application using our CDN
<script src="https://unpkg.com/@telebu/join-web-sdk@1.3.0/dist/telebu-join.iife.js"></script>
2 Browser requirement
TelebuJoin JavaScript client SDK has been tested on the following browsers and operating systems:
Windows* | Ubuntu* | macOS* | ||
---|---|---|---|---|
Chrome* 89 | √ | √ | √ | |
Firefox* 87 | √ | √ | √ | |
Safari* 14.0.1 | √ | |||
Microsoft Edge* 89 | √ |
Different browsers may have different supported codec list. Safari support is limited. Not all functions work in Safari.
3 Privacy and security
SDK will send operating system's name and version, browser name, version and abilities, SDK name and version to server.
Note: * Other names and brands may be claimed as the property of others.