diff --git a/rtpconn/webclient.go b/rtpconn/webclient.go index 99b44c8..a9f274b 100644 --- a/rtpconn/webclient.go +++ b/rtpconn/webclient.go @@ -610,6 +610,7 @@ func addDownConnTracks(c *webClient, remote conn.Up, tracks []conn.UpTrack) (*rt } } if !requested { + delDownConn(c, remote.Id()) return nil, nil }