mirror of
https://github.com/livekit/livekit.git
synced 2026-05-14 18:25:24 +00:00
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:
@@ -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)},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user