Send participantInfo on participant left event to store identity (#498)

Signed-off-by: shishir gowda <shishir@livekit.io>
This commit is contained in:
shishirng
2022-03-09 14:35:01 -05:00
committed by GitHub
parent d31c9f607e
commit 57ecec73d7
@@ -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,
})
}