@telnyx/video
v1.0.2
Published
Telnyx Video JS SDK
Downloads
3,167
Readme
@telnyx/video
| This library is evolving rapidly and might introduce breaking changes to the API in the upcoming releases.
Summary
The Telnyx Video JavaScript SDK
Documentation
Please consult the documentation available here to learn how you can use this SDK to build your own video conferencing apps.
Development
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
Browser Support
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 |