About TypeScript
TypeScript is an open-source programming language developed by Microsoft. It's a superset of JavaScript, meaning that it builds on top of JavaScript by adding static typing and other features to help developers write more robust and scalable code.
TypeScript compiles down to plain JavaScript, allowing it to run on any browser or JavaScript engine. It's particularly popular for large-scale JavaScript applications, as it helps catch errors early in the development process and provides better tooling support for complex projects.
About api.video and the TypeScript Uploader
Use the official TypeScript video uploader for api.video. This library allows you to upload videos to api.video using delegated upload token (or usual access token) from the front-end.
It allows you to upload videos in two ways:
- standard upload: to send a whole video file in one go
- progressive upload: to send a video file by chunks, without needing to know the final size of the video file
To go along with the TypesScript Video Uploader, check out our: