meetecho / simple-whip-server

Simple WHIP Server (based on the Janus WebRTC Server)
GNU General Public License v3.0
93 stars 24 forks source link

Use janode to wrap calls to Janus #3

Closed atoppi closed 11 months ago

atoppi commented 2 years ago

This PR replaces the previous (callback based) Janus wrapping code with janode, a new promise based adapter for Janus. Furthermore new eslint rules have been added to increase readability of the code.

UPDATE: in order to use janode v1.6.1, the whole project has also been converted into an ES6 module.