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

# setMeta

> Replaces custom metadata for this participant.

```ts
setMeta(_meta): Promise<void>
```

Replaces custom metadata for this participant.

## **Parameters**

Metadata object to set.

## **Returns**

`Promise<void>`

## **Throws**

Not yet implemented.

#### Inherited from

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

## **Examples**

```ts
await selfParticipant.setMeta(_meta);
```