Wrapper with library and typescript definitions for Janus Gateway Client.
npm install janus-typescript-clientWrapper with library and typescript definitions for Janus Gateway Client.
npm intall janus-typescript-client
\
\yarn add janus-typescript-client
``
import * as Janus from 'janus-typescript-client';
Janus.init({
callback: () => {
const janus = new Janus(...options);
},
});
``