Parsec

ParsecGuestState

Guest connection lifecycle states.

Member of ParsecGuest and passed to ParsecHostGetGuests.

Values

NameValueDescription
GUEST_WAITING0x01The guest is currently waiting for the host to allow them via ParsecHostBeginP2P. HOST_DESKTOP only.
GUEST_CONNECTING0x02The guest is attempting to make a peer-to-peer connection to the host.
GUEST_CONNECTED0x04The guest successfully connected.
GUEST_DISCONNECTED0x08The guest disconnected.
GUEST_FAILED0x10The guest failed peer-to-peer negotiation.