Skip to content

Merge latest changes - #3

Open
auriv wants to merge 124 commits into
Proximie:masterfrom
meetecho:master
Open

Merge latest changes#3
auriv wants to merge 124 commits into
Proximie:masterfrom
meetecho:master

Conversation

@auriv

@auriv auriv commented May 6, 2024

Copy link
Copy Markdown

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 6 commits June 3, 2025 17:54
Co-authored-by: Alessandro Toppi <atoppi@meetecho.com>
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.
* streaming: add support for RTSP mountpoints and events
Copilot AI review requested due to automatic review settings July 28, 2026 09:44

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

* streaming: add support for bufferkf_ms and bufferkf_bytes
Copilot AI review requested due to automatic review settings July 28, 2026 09:50

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

Copilot AI review requested due to automatic review settings July 30, 2026 08:12

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

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.