Telnyx Video JS SDK
| This library is evolving rapidly and might introduce breaking changes to the API in the upcoming releases.
The Telnyx Video JavaScript SDK
Please consult the documentation available here to learn how you can use this SDK to build your own video conferencing apps.
_Requirement Node v14.0.0 or later_
This library is written in TypeScript to define a clear API with optional typechecking benefits.
To contribute, clone this repo and install locally:
```
yarn
Afterwards, you're ready to make changes to the files in src.
During development you can use yarn watch:dev to have your changes compiled instantly.
To run all tests:
```
yarn test
For best support use the latest version of the browsers.
| Browser | Supported Versions |
| ------------------- | ------------------ |
| Chrome | 56 and above |
| Firefox | 44 and above |
| Safari | 11 and above |
| Edge | 79 and above |
| Opera | 43 and above |
| Safari on iOS | 15 and above |
| Chrome for Android | 95 and above |
| Firefox for Android | 92 and above |