PartyLocalUserRemovedStateChange

Information specific to the LocalUserRemoved type of state change.

Syntax

struct PartyLocalUserRemovedStateChange : PartyStateChange {  
    PartyNetwork* network;  
    PartyLocalUser* localUser;  
    PartyLocalUserRemovedReason removedReason;  
}  

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