Send trackInfo object in TRACK_SUBSCRIBED event (#431)

Need track details in subscribed events

Signed-off-by: shishir gowda <shishir@livekit.io>
This commit is contained in:
shishirng
2022-02-10 16:48:16 -05:00
committed by GitHub
parent e96e8e7f97
commit 8680f6fd23
@@ -150,7 +150,7 @@ func (t *telemetryServiceInternal) TrackSubscribed(ctx context.Context, particip
Timestamp: timestamppb.Now(),
RoomId: string(roomID),
ParticipantId: string(participantID),
TrackId: track.Sid,
Track: track,
Room: &livekit.Room{Name: string(roomName)},
})
}