> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# toggleHandraise

> Toggles the hand-raised state.

```ts
toggleHandraise(): Promise<void>
```

Toggles the hand-raised state.

## **Returns**

`Promise<void>`

## **Inherited from**

[`Participant`](/docs/browser-sdk/v4/reference/participant).[`toggleHandraise`](/docs/browser-sdk/v4/reference/participant#togglehandraise)

## **Examples**

```ts
await selfParticipant.toggleHandraise();
```