LiveKit docs › Components › ParticipantAudioTile

---

# ParticipantAudioTile

The `ParticipantAudioTile` component is the base utility wrapper for displaying a visual representation of a participant. This component can be used as a child of the `TileLoop` or independently if a participant is passed as a property.

## Import

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

```

## Usage

```tsx
<ParticipantAudioTile />

```

## 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:33:39.195Z.
For the latest version of this document, see [https://docs.livekit.io/reference/components/react/component/participantaudiotile.md](https://docs.livekit.io/reference/components/react/component/participantaudiotile.md).

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