api.video video.js analytics plugin
api.video is the video infrastructure for product builders. Lightning fast video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in your app.
Project description
video.js plugin to call the api.video analytics collector.
Getting started
Installation
Method #1: requirejs
If you use requirejs you can add the plugin as a dependency to your project with
You can then use the plugin in your script:
var = ;
var = ;
;
const = ;
;
Method #2: typescript
If you use Typescript you can add the plugin as a dependency to your project with
You can then use the plugin in your script:
;
;
'apiVideoAnalytics', VideoJsApiVideoAnalytics;
;
;
Method #3: simple include in a javascript project
Include the plugin in your HTML file like so:
Was this page helpful?