feat(jicofo): add MID RTP header extension support, enabled by default (#2245)

This commit is contained in:
bgrozev
2026-04-14 11:03:16 -05:00
committed by GitHub
parent 44116c613b
commit 617bec0a50

View File

@@ -158,6 +158,9 @@ jicofo {
video-layers-allocation { video-layers-allocation {
enabled = {{ .Env.ENABLE_VLA | default "0" | toBool }} enabled = {{ .Env.ENABLE_VLA | default "0" | toBool }}
} }
mid {
enabled = {{ .Env.JICOFO_ENABLE_MID | default "1" | toBool }}
}
} }
} }