LiveKit docs › Hooks › useParticipantInfo

---

# useParticipantInfo

## Import

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

```

## Properties

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

## Returns

```typescript
{
  identity: string | undefined;
  name: string | undefined;
  metadata: string | undefined;
}

```

---

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

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