Socket
Socket
Sign inDemoInstall

@vonage/js-onewebrtc-telemetry

Package Overview
Dependencies
165
Maintainers
42
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @vonage/js-onewebrtc-telemetry

Library providing telemetry logging capabilities to Vonage monitoring servers.


Version published
Weekly downloads
928
increased by22.27%
Maintainers
42
Created
Weekly downloads
 

Readme

Source
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.

Keywords

FAQs

Last updated on 02 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc