Contents

Participant

An active participant in a group session.

Declaration

struct Participant

Mentioned in

Overview

Use a Participant object to differentiate among users in a session. A participant object doesn’t contain any sensitive data about the user, but provides a unique identifier to distinguish the user while the session is active.

You don’t create participant objects directly. The system creates a participant object for each user that joins an activity. Access the current set of participants from the activeParticipants property of the GroupSession object associated with the activity.

Topics

Getting the unique identifier

Instance Properties

See Also

Session management