Contents

GroupSession.State.invalidated(reason:)

A state that indicates the session is no longer valid and can’t be used for shared activities.

Declaration

case invalidated(reason: any Error)

Mentioned in

Discussion

The session transitions to this state when an error occurs, when the FaceTime call ends, or when your app calls the leave() method. When a session is in this state, don’t attempt to join, leave, or end the session again. Instead, release resources related to the session, including the session object itself.

See Also

Session states