timing-provider
TypeScript icon, indicating that this package has built-in type declarations

7.1.14 • Public • Published

timing-provider

An implementation of the timing provider specification.

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.

Package Sidebar

Install

npm i timing-provider

Weekly Downloads

22

Version

7.1.14

License

MIT

Unpacked Size

307 kB

Total Files

326

Last publish

Collaborators

  • chrisguttandin