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

# stopScreenShare

> Stops the current screen share.

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

Stops the current screen share.

## **Returns**

`Promise<void>`

## **Examples**

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

## **See**

* [`screenShareStatus$`](/docs/browser-sdk/v4/reference/self-participant/screen-share-status\$) — reactive state.
* [`startScreenShare`](/docs/browser-sdk/v4/reference/self-participant/start-screen-share).