Wrapper with library and typescript definitions for Janus Gateway Client.
yarn add https://github.com/marekhoryna/janus-typescript-client
import * as Janus from 'janus-typescript-client;
Janus.init({
callback: () => {
const janus = new Janus(...options);
},
});