janode icon indicating copy to clipboard operation
janode copied to clipboard

A Node.js adapter for the Janus WebRTC server

Results 8 janode issues
Sort by recently updated
recently updated
newest added

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...

please-test

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.

help wanted

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,...

documentation
enhancement
help wanted

I am building an application using Janode and would like SIP integration support for dial in

wip

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.

enhancement

I am building an application and would love Janode support for the Record&Play plugin

enhancement

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....