Janus client with TypeScript support. Works for every plugins. WebRTC dependency included.
npm install janus-client
or
yarn add janus-client
import Janus from 'janus-client';
Janus.init({
callback: () => {
const janus = new Janus(...options);
},
});