LiveKit docs › Hooks › useParticipantTracks

---

# useParticipantTracks

`useParticipantTracks` is a custom React that allows you to get tracks of a specific participant only, by specifiying the participant's identity. If the participant identity is not passed the hook will try to get the participant from a participant context.

## Import

```typescript
import { useParticipantTracks } from "@livekit/components-react";

```

## Properties

- **`sources`** _(Array<TrackSource>)_: 

## Returns

```typescript
Array<TrackReference>;

```

---

This document was rendered at 2026-06-07T11:33:36.913Z.
For the latest version of this document, see [https://docs.livekit.io/reference/components/react/hook/useparticipanttracks.md](https://docs.livekit.io/reference/components/react/hook/useparticipanttracks.md).

To explore all LiveKit documentation, see [llms.txt](https://docs.livekit.io/llms.txt).