EOS_SessionDetails_Info

EOS API reference page for EOS_SessionDetails_Info

2 mins to read

This data structure is part of the Sessions Interface.

Remarks

Internal details about a session, found on both active sessions and within search results

Properties

EOS_SessionDetails_Info

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_SESSIONDETAILS_INFO_API_LATEST.
const char* SessionIdSession ID assigned by the backend service
const char* HostAddressIP address of this session as visible by the backend service
uint32_t NumOpenPublicConnectionsNumber of remaining open spaces on the session (NumPublicConnections - RegisteredPlayers
const EOS_SessionDetails_Settings* SettingsReference to the additional settings associated with this session
EOS_ProductUserId OwnerUserIdThe Product User ID of the session owner. Null if the session is not owned by a user.
const char* OwnerServerClientIdThe client id of the session owner. Null if the session is not owned by a server. The session is owned by a server if EOS_Platform_Options::bIsServer is EOS_TRUE.