From 617bec0a500d4546861739be3a1dcdfd639a2870 Mon Sep 17 00:00:00 2001 From: bgrozev Date: Tue, 14 Apr 2026 11:03:16 -0500 Subject: [PATCH] feat(jicofo): add MID RTP header extension support, enabled by default (#2245) --- jicofo/rootfs/defaults/jicofo.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jicofo/rootfs/defaults/jicofo.conf b/jicofo/rootfs/defaults/jicofo.conf index cabf4f6..750de77 100644 --- a/jicofo/rootfs/defaults/jicofo.conf +++ b/jicofo/rootfs/defaults/jicofo.conf @@ -158,6 +158,9 @@ jicofo { video-layers-allocation { enabled = {{ .Env.ENABLE_VLA | default "0" | toBool }} } + mid { + enabled = {{ .Env.JICOFO_ENABLE_MID | default "1" | toBool }} + } } }