<!--
{
  "availability" : [
    "visionOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FoveatedStreaming",
  "identifier" : "/documentation/FoveatedStreaming/FoveatedStreamingSession/DisconnectReason/appInitiatedDisconnect",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Foveated Streaming"
    ],
    "preciseIdentifier" : "s:17FoveatedStreaming0aB7SessionC16DisconnectReasonV012appInitiatedD0AEvpZ"
  },
  "title" : "appInitiatedDisconnect"
}
-->

# appInitiatedDisconnect

A disconnect reason indicating the disconnect was initiated by the application.

```
static var appInitiatedDisconnect: FoveatedStreamingSession.DisconnectReason { get }
```

## Discussion

This disconnect reason is given after you call [`disconnect()`](/documentation/FoveatedStreaming/FoveatedStreamingSession/disconnect()),
or when the person disconnects from the streaming session via system UI.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)