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

# remove

> Removes this participant from the call.

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

Removes this participant from the call.

## **Returns**

`Promise<void>`

## **Examples**

```ts
await participant.remove();
```

## **See**

* [`WebRTCCall.participants$`](/docs/browser-sdk/v4/reference/webrtc-call/participants\$) — emits a new list without the removed member.
* Gated by [`SelfCapabilities.member.remove`](/docs/browser-sdk/v4/reference/self-capabilities/member\$).