mirror of
https://github.com/livekit/livekit.git
synced 2026-05-14 20:35:27 +00:00
send participant info/identity during track_published event (#846)
Signed-off-by: shishir gowda <shishir@livekit.io>
This commit is contained in:
@@ -159,8 +159,12 @@ func (t *telemetryServiceInternal) TrackPublished(ctx context.Context, participa
|
||||
Timestamp: timestamppb.Now(),
|
||||
RoomId: string(roomID),
|
||||
ParticipantId: string(participantID),
|
||||
Track: track,
|
||||
Room: &livekit.Room{Name: string(roomName)},
|
||||
Participant: &livekit.ParticipantInfo{
|
||||
Sid: string(participantID),
|
||||
Identity: string(identity),
|
||||
},
|
||||
Track: track,
|
||||
Room: &livekit.Room{Name: string(roomName)},
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user