LiveKit docs › Components › AudioConference

---

# AudioConference

This component is the default setup of a classic LiveKit audio conferencing app. It provides functionality like switching between participant grid view and focus view.

## Import

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

```

## Remarks

The component is implemented with other LiveKit components like `FocusContextProvider`, `GridLayout`, `ControlBar`, `FocusLayoutContainer` and `FocusLayout`.

## Usage

```tsx
<LiveKitRoom>
  <AudioConference />
<LiveKitRoom>

```

---

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

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