LiveKit docs › Components › ParticipantTile

---

# ParticipantTile

The `ParticipantTile` component is the base utility wrapper for displaying a visual representation of a participant. This component can be used as a child of the `TrackLoop` component or by passing a track reference as property.

## Import

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

```

## Usage

### Using the

`ParticipantTile` component with a track reference:

```tsx
<ParticipantTile trackRef={trackRef} />

```

### Using the

`ParticipantTile` component as a child of the `TrackLoop` component:

```tsx
<TrackLoop>
  <ParticipantTile />
</TrackLoop>

```

## Properties

- **`disableSpeakingIndicator`** _(boolean)_ (optional): _(Optional)_

- **`onParticipantClick`** _((event: ParticipantClickEvent) => void)_ (optional): _(Optional)_

- **`trackRef`** _(TrackReferenceOrPlaceholder)_ (optional): _(Optional)_ The track reference to display.

---

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

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