ParsecGuest
Guest properties.
Member of ParsecGuestStateChangeEvent
and ParsecUserDataEvent
. Returned by ParsecHostGetGuests
and ParsecHostPollInput
.
Fields
Type | Name | Description |
---|---|---|
ParsecPermissions | perms | Guest input permissions. HOST_DESKTOP only. |
ParsecMetrics | metrics | Latency performance metrics, only valid in state GUEST_CONNECTED . |
ParsecGuestState | state | Guest connection lifecycle states. |
uint32_t | id | Guest ID passed to various host functions. |
uint32_t | userID | Parsec unique user ID. |
char | name | UTF-8 null-terminated name guest name string. |
char | externalID | UTF-8 null-terminated enterprise external ID, will be empty for non-enterprise usage. |
bool | owner | The guest is also the owner of the host computer. HOST_DESKTOP only. |