@datazoom/collector_html5_native

2.25.0 • Public • Published

HTML5 Native

Introduction

Datazoom is a high availability real-time data collection solution. This document summarizes how to integrate with the Datazoom platform.

Installation

npm i @datazoom/collector_html5_native

Plugin Initialisation

datazoom.init({ 
    configuration_id:"CONFIG_ID"
});

Note: Replace the CONFIG_ID value with the collector configuration ID.

Usage

To activate data collection for HTML5 instance, create a Datazoom context which references the player instance with the following snippet:

let playerContext = datazoom.createContext(playerManager);

Example

import datazoom from '@datazoom/collector_html5_native'
...
let playerContext;
...
datazoom.init({ 
    configuration_id:"CONFIG_ID"
});
playerContext = datazoom.createContext(playerManager);

Package Sidebar

Install

npm i @datazoom/collector_html5_native

Weekly Downloads

3

Version

2.25.0

License

ISC

Unpacked Size

62 kB

Total Files

3

Last publish

Collaborators

  • akhilv
  • sandhu
  • fajibxminds
  • datazoom-admin