TypeScript file for the Janus JS files

Hi all,

I’m using a Typescript project and made the whole Janus JS files Typed a while ago.
But now there are many changes again, is it possible for me to contribute and deliver Typed Janus files?
It can easily be compiled to JS, but it will improve the development and reduce errors a lot.

Otherwise I would have to merge the changes by hand everytime the JS file changes.

A lot of people contributed TS fixes already, so please make sure you check the latest code. That said, we always welcome contributions, so in case you want to provide something we can look at it: we won’t accept complete replacements of janus.js, though.

1 Like

As an alternative, you may want to have a look at Janode instead.

Well at this moment I have my own ‘Typed’ version of Janus.js and videoroom.js (both for the frontend) the server is working properly, but I needed some adjustments in the janus.js / videoroom.js code, which was easier if everything would be Typescript.
Can you point where the Typescript contributions are?

You can find some pull requests here. Most were done for the module version of janus.js, I think.