LiveKit docs › Hooks › useParticipantAttributes

---

# useParticipantAttributes

## Import

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

```

## Properties

- **`props.participant`** _(Participant)_ (optional): 

## Returns

```typescript
{
  attributes: Readonly<Record<string, string>> | undefined;
}

```

---

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

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