Skip to main content
Information specific to the LocalUserRemoved type of state change.

Syntax

Members

network   PartyNetwork* The network that the local user was removed from. localUser   PartyLocalUser* The local user provided to the call associated with this state change. removedReason   PartyLocalUserRemovedReason The reason the user was removed from the network.

Remarks

All PartyEndpoints depending on this user will have been destroyed prior to this state change being generated. All PartyChatControls depending on this user will have left the network prior to this state change being generated.

Requirements

Header: Party.h

See also

Party members
PartyNetwork::RemoveLocalUser
PartyManager::DestroyLocalUser
Last modified on August 3, 2026