Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

cubic-timing-provider

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cubic-timing-provider

An implementation of the timing provider specification.

latest
Source
npmnpm
Version
4.3.21
Version published
Weekly downloads
4
-60%
Maintainers
1
Weekly downloads
 
Created
Source

cubic-timing-provider

An implementation of the timing provider specification.

tests dependencies version

This is an implementation of a TimingProvider as it is defined by the Timing Object specification. It uses WebRTC to communicate between the connected clients.

Installation

This package is available on npm and can be installed by running npm's install command.

npm install timing-provider

Usage

This package exposes the TimingProvider class which can be used to instantiate a TimingProvider.

import { TimingProvider } from 'timing-provider';

const timingProvider = new TimingProvider('aSuperSecretClientId');

The only constructor argument the TimingProvider expects is the clientId. This is unfornately necessary to do the signaling process which establishes the WebRTC connection. Currently there is no automated way to get a clientId. Please send a quick email to info@media-codings.com if you like to have a clientId for your project.

The TimingProvider can be used with the TimingObject of the timing-object package.

Keywords

Timing Object

FAQs

Package last updated on 10 Mar 2021

Did you know?

Socket

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