1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-22 08:35:57 +01:00

Use pushTracks in up.OnTrack.

This commit is contained in:
Juliusz Chroboczek 2020-05-17 21:24:16 +02:00
parent fc6c26e176
commit 7281a09f6e

View file

@ -315,10 +315,7 @@ func addUpConn(c *client, id string) (*upConnection, error) {
clients := c.group.getClients(c)
for _, cc := range clients {
cc.action(addTrackAction{track, u, done})
if done && u.label != "" {
cc.action(addLabelAction{id, u.label})
}
pushTracks(cc, u, []*upTrack{track}, done, u.label)
}
go upLoop(conn, track)