Skip to content

feat: Add InfoEvent to mediajson - #236

Merged
bgrozev merged 1 commit into
masterfrom
add-info-event
Jun 23, 2026
Merged

feat: Add InfoEvent to mediajson#236
bgrozev merged 1 commit into
masterfrom
add-info-event

Conversation

@bgrozev

@bgrozev bgrozev commented Jun 23, 2026

Copy link
Copy Markdown
Member

Adds a new info event type to the mediajson schema — a free-form property bag (like TranscriptionResultEvent) for exchanging application / version / deployment metadata over the transcriber WebSocket, for runtime observability.

Used by jitsi/jitsi-videobridge#2423 (same branch name add-info-event, built together by CI). Merge this first.

@JonathanLennox JonathanLennox left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This has merge conflicts, you'll need to rebase

val exports: List<String>,
val requests: List<String>
) : Event("sources")
@com.fasterxml.jackson.annotation.JsonIgnoreProperties(value = ["event"], allowGetters = false)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can this be imported?

@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 34.56%. Comparing base (652baf4) to head (39a6ba0).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #236      +/-   ##
============================================
+ Coverage     34.27%   34.56%   +0.28%     
  Complexity      162      162              
============================================
  Files            36       36              
  Lines          1374     1380       +6     
  Branches        140      140              
============================================
+ Hits            471      477       +6     
  Misses          870      870              
  Partials         33       33              
Files with missing lines Coverage Δ
...n/src/main/kotlin/org/jitsi/mediajson/MediaJson.kt 98.46% <100.00%> (+0.15%) ⬆️

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 652baf4...39a6ba0. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

jitsi-ci Bot pushed a commit to jitsi/jitsi-pr-tests-pages that referenced this pull request Jun 23, 2026
@bgrozev
bgrozev merged commit 1e2216b into master Jun 23, 2026
3 checks passed
@bgrozev
bgrozev deleted the add-info-event branch June 23, 2026 16:38
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.

2 participants