feat(jicofo): add MID RTP header extension support, enabled by default (#2245)
This commit is contained in:
@@ -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 }}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user