collaborne-trackjs-client
v0.2.0
Published
Collaborne-specific wrapper for the TrackJS client
Downloads
3
Readme
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
});