1
Fork 0

Use pushTracks in up.OnTrack.

This commit is contained in:
Juliusz Chroboczek 2020-05-17 21:24:16 +02:00
parent fc6c26e176
commit 7281a09f6e
1 changed files with 1 additions and 4 deletions

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)