> 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.

## **Examples**

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