Commit ed88a7a4 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in REMB sending.

parent e24488ac
......@@ -826,7 +826,7 @@ func sendUpRTCP(conn *rtpUpConnection) error {
var ssrcs []uint32
for _, t := range tracks {
if t.hasRtcpFb("goog-remb", "") {
if !t.hasRtcpFb("goog-remb", "") {
continue
}
ssrcs = append(ssrcs, uint32(t.track.SSRC()))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment