Rediger

Share via


PartyInvitationRevocability

Options for who may revoke an invitation.

Syntax

enum class PartyInvitationRevocability    
{  
    Creator = 0,  
    Anyone = 1,  
}  

Constants

Constant Description
Creator The invitation may only be revoked by the PartyLocalUser that created the invitation.
Anyone The invitation may be revoked by any authenticated user in the network.

Requirements

Header: Party.h

See also

Party members
PartyNetwork::RevokeInvitation
PartyInvitation
PartyLocalUser