---
title: "FoveatedStreamingSession.Status.disconnected(_:)"
framework: foveatedstreaming
role: symbol
role_heading: Case
path: "foveatedstreaming/foveatedstreamingsession/status-swift.enum/disconnected(_:)"
---

# FoveatedStreamingSession.Status.disconnected(_:)

The session has disconnected or failed to connect to a streaming endpoint.

## Declaration

```swift
case disconnected(FoveatedStreamingSession.DisconnectReason)
```

## Discussion

Discussion The FoveatedStreamingSession enters this state after you call disconnect() or because the connection has been interrupted.
