0.2.0 • Published 7 years ago

collaborne-trackjs-client v0.2.0

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
7 years ago

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
});
0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago