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

## **Returns**

`Promise<void>`

#### Inherited from

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

## **Examples**

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