@vonage/js-onewebrtc-telemetry
v1.1.4
Published
Library providing telemetry logging capabilities to Vonage monitoring servers.
Downloads
6,749
Maintainers
Readme
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.