PartyEndpointCreatedStateChange
Information specific to the EndpointCreated type of state change.
Syntax
struct PartyEndpointCreatedStateChange : PartyStateChange {
PartyNetwork* network;
PartyEndpoint* endpoint;
}
Members
network
PartyNetwork*
The network of the endpoint that was created.
endpoint
PartyEndpoint*
The endpoint that was created.
Requirements
Header: Party.h