---
title: isEligibleForGroupSession
framework: groupactivities
role: symbol
role_heading: Instance Property
path: groupactivities/groupstateobserver/iseligibleforgroupsession
---

# isEligibleForGroupSession

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

## Declaration

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

## Mentioned in

Configure your visionOS app for sharing with people nearby Presenting SharePlay activities from your app’s UI

## Discussion

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.
