mirror of
https://github.com/livekit/livekit.git
synced 2026-07-21 04:41:11 +00:00
Send participantInfo on participant left event to store identity (#498)
Signed-off-by: shishir gowda <shishir@livekit.io>
This commit is contained in:
@@ -87,6 +87,7 @@ func (t *telemetryServiceInternal) ParticipantLeft(ctx context.Context, room *li
|
||||
Timestamp: timestamppb.Now(),
|
||||
RoomId: room.Sid,
|
||||
ParticipantId: participant.Sid,
|
||||
Participant: participant,
|
||||
Room: room,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user