Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@vonage/js-onewebrtc-telemetry

vbcbe8.3kMIT1.1.4TypeScript support: included

Library providing telemetry logging capabilities to Vonage monitoring servers.

vonage, library, telemetry, logging

readme

Vonage logo

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.