collaborne-trackjs-client

0.2.0 • Public • Published

collaborne-trackjs-client

Collaborne-specific wrapper for the TrackJS client.

The module implicitly loads the TrackJS library.

Usage

Call the configure method whenever the TrackJS related meta data change:

trackJs.configure({
    appId: 'my-app',
    clientId,
    tenant,
    viewerId: accessToken ? accessToken.viewerId : null,
    version: window.Collaborne ? window.Collaborne.version : null,
    isCordovaEnvironment
});

Package Sidebar

Install

npm i collaborne-trackjs-client

Weekly Downloads

7

Version

0.2.0

License

UNLICENSED

Last publish

Collaborators

  • eacet
  • idrissmahjoubi
  • sudhons
  • ronnyroeller
  • collaborne-team