Skip to content

Conversation

@auriv
Copy link

@auriv auriv commented May 6, 2024

Merge latest changes

Alessandro Toppi and others added 30 commits June 1, 2022 11:44
add host_family to startForward
- Support "streams" and "descriptions" parameters for configure and publish requests
- Add "streams" object when a subscriber joins
Add main entry point
Alessandro Toppi added 5 commits May 21, 2025 16:25
The plugin handles:
- register with different mechanisms
- simple ingoing and outgoing calls
- dtmf tones (SIP INFO and RFC2833)

BREAKING CHANGES

The support for SIP plugin has two important effects on the Janode core:
- Due to the nature of SIP, transactions may now timeout, hence the sendRequest has now a second parameter timeout_ms that defaults to 0 (no timeout).
- Transactions will not be automatically closed with success by the core in case of truthy returns from the specialized plugin handleMessage. That is needed to keep transactions open even when handling intermediate events (e.g. INVITE tx should not be closed by a RINGING). As a consequence, plugins must now define every case of successful tx issuing closeTransactionWithSucces whenever it's needed.
Alessandro Toppi and others added 5 commits June 3, 2025 17:54
Note: this patch only covers the TextRoom functionality that can be used via Janus API. Room participation is excluded, since that's only available via datachannels messaging, and so out of reach of the library itself.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants