janode
janode copied to clipboard
A Node.js adapter for the Janus WebRTC server
This PR tracks the efforts aimed at integrating multistream APIs in the videoroom. This patch is still a draft do tue some missing APIs and lack of testing, but the...
Any plan or interest in migrating the codebase to Typescript? I think it would be more manageable in the long run compared to managing separate d.ts files.
Type defs
Here is a potential first start at typescript definitions for janode. I did my best to create the defs without introducing any extra tooling. All defs live under ./types. However,...
I am building an application using Janode and would like SIP integration support for dial in
I am building a Janus based meeting application and would love support for the TextRoom plugin so I can have text chat as well as media.
I am building an application and would love Janode support for the Record&Play plugin
Have come across a problem where joining as a plain rtp with a codec other that _opus_ is impossible. Being irrelevant whether a participant is plain rtp or not, it...
Since runtime version 22.4.0, W3C WebSockets Client API is available on node. We can switch to the native implementation, getting rid of two dependencies and some code that becomes useless....