0627dcecb47a9ab44c9471fd8a241e6eeb471b7b0627dcecb47a9ab44c9471fd8a241e6eeb471b7bAuthored: 2 weeks ago (Thu, 16 Jul 2026 20:44:56 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>6a2a684eadd2ce63aee8406a57e8e5ffe98e2091Authored: 2 weeks ago (Mon, 13 Jul 2026 21:08:18 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>24219e7b4af8aea5dff80cc219017741c7d63f60Authored: 3 weeks ago (Wed, 8 Jul 2026 17:45:02 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>da511326c0beb2dd27294999752081dd32ca048eAuthored: 3 weeks ago (Mon, 6 Jul 2026 20:52:07 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>020f11f3d07bc4339a764395763e68f6c51fdb7fAuthored: 3 months ago (Wed, 1 Apr 2026 20:43:25 +0000)Match: Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>05e2c1ab86577557b950590a2ddf481601cb240dAuthored: 4 months ago (Wed, 25 Mar 2026 15:50:21 +0000)Match: Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>CLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Project Overview
Jitsi Videobridge (JVB) is a WebRTC-compatible Selective Forwarding Unit (SFU) that routes media streams between participants in video conferences. It is a backend component of the Jitsi Meet stack.
## Build System & Commands
This project uses Maven with Java 11+ and Kotlin. Requires Maven 3.6.3+.
### Build Commands
```bash
# Build the entire project
mvn install
# Bunone