1.1.4 • Published 2 years ago

@vonage/js-onewebrtc-telemetry v1.1.4

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

js-onewebrtc-telemetry

Library providing telemetry logging capabilities to Vonage monitoring servers.

Table of content

Installation

Installation

# Install dependencies
npm install @vonage/js-onewebrtc-telemetry

Running example

# from the example/basic directory
npm install
npm run dev

Quick start

Basic example

const reporter = new Reporter({
  appId: "my-app-id",
  sourceType: SourceType.test,
});

reporter.send({
  version: "1.0.0",
  //... other fields
});

License

This project is licensed under the terms of the MIT license and is available for free.

Links

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago