meetecho / janode

A Node.js adapter for the Janus WebRTC server
ISC License
98 stars 36 forks source link

Does it works with multistream janus version? #23

Closed B-R-Bender closed 1 year ago

B-R-Bender commented 1 year ago

Hi guys!

I'm trying to use janode with audiobridge plugin and I've got some issue My join detail are:

    let details = {
        room: 1234,
        display: "SIP User",
        rtp: {
            ip: "127.0.0.1",
            port: 10018,
            payload_type: 111,
        }
    };

and what is happening:

any advice would be appreciated!

B-R-Bender commented 1 year ago

ok I've figure out an "issue" with RTP which is not actually an issue and just a plugin normal behaviour, but I was thinking it would work vice versa. the only real issue is the rtp vs rtp_participant key in join request

atoppi commented 1 year ago

The name of the parameter in janode is rtp_participant (as also documented in https://github.com/meetecho/janode/blob/master/src/plugins/audiobridge-plugin.js#L363)