---
title: FoveatedStreamingSession.Status.paused
framework: foveatedstreaming
role: symbol
role_heading: Case
path: foveatedstreaming/foveatedstreamingsession/status-swift.enum/paused
---

# FoveatedStreamingSession.Status.paused

The session is paused and has temporarily stopped streaming from a streaming endpoint.

## Declaration

```swift
case paused
```

## Discussion

Discussion This state is similar to FoveatedStreamingSession.Status.disconnected(_:), except that reconnecting to the streaming endpoint from this state gaurantees that the person doesn’t have to re-pair with the streaming endpoint. You can reconnect to the streaming endpoint from this state by calling resume().
