mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Delete unrequested connections in addDownConnTracks.
We don't renegotiate down connections yet, but this is a latent bug.
This commit is contained in:
parent
6a38272d1c
commit
a2f5bb82d1
1 changed files with 1 additions and 0 deletions
|
@ -610,6 +610,7 @@ func addDownConnTracks(c *webClient, remote conn.Up, tracks []conn.UpTrack) (*rt
|
|||
}
|
||||
}
|
||||
if !requested {
|
||||
delDownConn(c, remote.Id())
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue