Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 344 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 344 Bytes

Janus Typescript Client

Wrapper with library and typescript definitions for Janus Gateway Client.

Installation

yarn add https://github.com/marekhoryna/janus-typescript-client

Usage

import * as Janus from 'janus-typescript-client;

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