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

# UserPresence

> User online presence state.

```ts
type UserPresence = "online" | "offline" | "busy"
```

User online presence state.