LiveKit docs › Components › RoomName

---

# RoomName

The `RoomName` component renders the name of the connected LiveKit room inside a span tag.

## Import

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

```

## Usage

```tsx
<LiveKitRoom>
  <RoomName />
</LiveKitRoom>

```

---

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

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