Harden upstream FlexFEC handling

This commit is contained in:
David Chen
2026-08-29 22:02:23 -07:00
parent 390d40e70a
commit a8b35cc818
9 changed files with 421 additions and 135 deletions
+3
View File
@@ -77,6 +77,9 @@ func TestFlexFECUpstreamNegotiation(t *testing.T) {
if !strings.Contains(sd.SDP, "flexfec-03") {
return "SFU answer does not contain flexfec-03"
}
if !strings.Contains(sd.SDP, "repair-window=2000000") {
return "SFU answer does not contain the configured FlexFEC repair window"
}
return ""
})
}