8000 GitHub - jonathanjemmic/janus-client: A Janus Client with Typescript Support
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jonathanjemmic/janus-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Janus Client

Janus client with TypeScript support. Works for every plugins. WebRTC dependency included.

Installation

npm install janus-client or yarn add janus-client

Usage

import Janus from 'janus-client';

Janus.init({
    callback: () => {
        const janus = new Janus(...options);
    },
});

About

A Janus Client with Typescript Support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0