This data structure is part of the Lobby Interface.
Properties
EOS_LobbyDetails_Info
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_LOBBYDETAILS_INFO_API_LATEST.
|
EOS_LobbyId LobbyId
|
Lobby ID
|
EOS_ProductUserId LobbyOwnerUserId
|
The Product User ID of the current owner of the lobby
|
EOS_ELobbyPermissionLevel PermissionLevel
|
Permission level of the lobby
|
uint32_t AvailableSlots
|
Current available space
|
uint32_t MaxMembers
|
Max allowed members in the lobby
|
EOS_Bool bAllowInvites
|
If true, users can invite others to this lobby
|
const char* BucketId
|
The main indexed parameter for this lobby, can be any string (ie "Region:GameMode")
|
EOS_Bool bAllowHostMigration
|
Is host migration allowed
|
EOS_Bool bRTCRoomEnabled
|
Was a Real-Time Communication (RTC) room enabled at lobby creation?
|
This data structure is part of the Lobby Interface.
Properties
Lobby.LobbyDetailsInfo
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_LOBBYDETAILS_INFO_API_LATEST.
|
string LobbyId
|
Lobby ID
|
ProductUserId LobbyOwnerUserId
|
The Product User ID of the current owner of the lobby
|
LobbyPermissionLevel PermissionLevel
|
Permission level of the lobby
|
uint AvailableSlots
|
Current available space
|
uint MaxMembers
|
Max allowed members in the lobby
|
bool AllowInvites
|
If true, users can invite others to this lobby
|
string BucketId
|
The main indexed parameter for this lobby, can be any string (ie "Region:GameMode")
|
bool AllowHostMigration
|
Is host migration allowed
|
bool RTCRoomEnabled
|
Was a Real-Time Communication (RTC) room enabled at lobby creation?
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no