3.0.4-5 • Published 3 years ago

@rubinsh/tracker-assist v3.0.4-5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

OpenReplay Tracker Axios plugin

Tracker plugin for WebRTC video support at your site.

Installation

npm i @openreplay/tracker-assist

Usage

Initialize the @openreplay/tracker package as usual and load the plugin into it.

import Tracker from '@openreplay/tracker';
import trackerAssist from '@openreplay/tracker-assist';

const tracker = new Tracker({
  projectKey: YOUR_PROJECT_KEY,
});
tracker.start();

tracker.use(trackerAssist());

Options:

{
  confirmText: string,
  confirmStyle: Object,
}

Use confirmText option to specify a text in the call confirmation popup. You can specify its styles as well with confirmStyle style object.

{
  background: "#555"
  color: "orange"
}
3.0.4-5

3 years ago

3.0.4-3

3 years ago

3.0.4-2

3 years ago

3.0.4-4

3 years ago

3.0.4-1

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago