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

# end

> Ends the call for this participant.

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

Ends the call for this participant.

## **Examples**

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

## **See**

* [`WebRTCCall.status$`](/docs/browser-sdk/v4/reference/webrtc-call/status\$) — transitions to `'destroyed'` after the call ends.
* Gated by [`SelfCapabilities.end`](/docs/browser-sdk/v4/reference/self-capabilities/end\$).