Version: 1.0.3
Getting Started
#
RequirementsVideo.io JavaScript SDK supports the latest versions of the most popular browsers:
- Chrome
- Firefox
- Safari (including iOS)
- Edge
#
SetupThere are a few ways to get started using VideoKit, but you should select the one that fits best your particular use case.
#
CDNUsing SDK files hosted on our global CDN is probably the easiest way to get started using VideoKit. You simply need to include the following link in your page.
If you're going to use UI components, make sure you also include VideoKit CSS.
If you load VideoKit asynchronously, you can use global function videoKitAsyncInit
, that will be called when VideoKit is loaded and ready to use.
#
NPMFor more advanced workflows, installing via npm is recommended.
Or
And to include CSS you could do following: