LiveKit docs › Components › AudioTrack

---

# AudioTrack

The AudioTrack component is responsible for rendering participant audio tracks. This component must have access to the participant's context, or alternatively pass it a `Participant` as a property.

## Import

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

```

## Usage

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

```

## Properties

- **`muted`** _(boolean)_ (optional): _(Optional)_ Mutes the audio track if set to `true`.

- **`onSubscriptionStatusChanged`** _((subscribed: boolean) => void)_ (optional): _(Optional)_

- **`trackRef`** _(TrackReference)_ (optional): _(Optional)_ The track reference of the track from which the audio is to be rendered.

- **`volume`** _(number)_ (optional): _(Optional)_ Sets the volume of the audio track. By default, the range is between `0.0` and `1.0`.

---

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

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