Delete unrequested connections in addDownConnTracks.
We don't renegotiate down connections yet, but this is a latent bug.
This commit is contained in:
@@ -610,6 +610,7 @@ func addDownConnTracks(c *webClient, remote conn.Up, tracks []conn.UpTrack) (*rt
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !requested {
|
if !requested {
|
||||||
|
delDownConn(c, remote.Id())
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user