Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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