<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GroupActivities",
  "identifier" : "/documentation/GroupActivities/GroupStateObserver/isEligibleForGroupSession",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Group Activities"
    ],
    "preciseIdentifier" : "s:15GroupActivities0A13StateObserverC013isEligibleForA7SessionSbvp"
  },
  "title" : "isEligibleForGroupSession"
}
-->

# isEligibleForGroupSession

A Boolean value that indicates whether the system can start a group session.

```
@Published<Bool> final var isEligibleForGroupSession: Bool { get }
```

## Discussion

This property indicates whether a FaceTime call is active and the system can
create group sessions. Configure a subscriber to this property to monitor changes to
the system’s state. When the system can create group sessions, it sets the value
of this property to `true`. When the creation of a group session isn’t possible, the
system sets the value to `false`.

---

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)