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

# ScreenShareStatus

> Lifecycle status of a screen-share session.

```ts
type ScreenShareStatus = "none" | "starting" | "started" | "stopping"
```