Skip to content

feat: add diarize field to mediajson Start event - #238

Merged
bgrozev merged 1 commit into
masterfrom
diarization-endpoint-control
Jul 14, 2026
Merged

feat: add diarize field to mediajson Start event#238
bgrozev merged 1 commit into
masterfrom
diarization-endpoint-control

Conversation

@bgrozev

@bgrozev bgrozev commented Jul 14, 2026

Copy link
Copy Markdown
Member

Adds an optional diarize: Boolean? field to the media-json Start event so the videobridge can enable speaker diarization per endpoint on the transcriber start event. Defaults to null and is omitted from the wire (NON_NULL inclusion) when unset, so the format is unchanged for existing callers. The opus-transcriber-proxy already reads start.diarize (an explicit boolean overrides its global config).

Part of a multi-repo change enabling per-endpoint speaker diarization. The four Maven repos share the branch diarization-endpoint-control so CI builds them together; no dependency version bumps are included.


Related PRs (per-endpoint speaker diarization, multi-repo):

@codecov

codecov Bot commented Jul 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 34.61%. Comparing base (1e2216b) to head (8cc60d2).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #238      +/-   ##
============================================
+ Coverage     34.56%   34.61%   +0.04%     
  Complexity      162      162              
============================================
  Files            36       36              
  Lines          1380     1381       +1     
  Branches        140      140              
============================================
+ Hits            477      478       +1     
  Misses          870      870              
  Partials         33       33              
Files with missing lines Coverage Δ
...n/src/main/kotlin/org/jitsi/mediajson/MediaJson.kt 98.48% <100.00%> (+0.02%) ⬆️

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 1e2216b...8cc60d2. 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 Jul 14, 2026
@bgrozev
bgrozev merged commit 8047337 into master Jul 14, 2026
6 of 7 checks passed
@bgrozev
bgrozev deleted the diarization-endpoint-control branch July 14, 2026 20:32
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