EOS_Lobby_JoinLobbyOptions

EOS API reference page for EOS_Lobby_JoinLobbyOptions

2 分で読めます

This data structure is part of the Lobby Interface.

Remarks

Input parameters for the EOS_Lobby_JoinLobby function.

Properties

EOS_Lobby_JoinLobbyOptions

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_LOBBY_JOINLOBBY_API_LATEST.
EOS_HLobbyDetails LobbyDetailsHandleThe handle of the lobby to join
EOS_ProductUserId LocalUserIdThe Product User ID of the local user joining the lobby
EOS_Bool bPresenceEnabledIf true, this lobby will be associated with the local user's presence information. A user can only associate one lobby at a time with their presence information. This affects the ability of the Social Overlay to show game related actions to take in the user's social graph. * using the bPresenceEnabled flags within the Sessions interface * using the bPresenceEnabled flags within the Lobby interface * using EOS_PresenceModification_SetJoinInfo
const EOS_Lobby_LocalRTCOptions* LocalRTCOptions(Optional) Set this value to override the default local options for the RTC Room, if it is enabled for this lobby. Set this to NULL if your application does not use the Lobby RTC Rooms feature, or if you would like to use the default settings. This option is ignored if the specified lobby does not have an RTC Room enabled and will not cause errors.
EOS_Bool bCrossplayOptOutThis value indicates whether or not the local user allows crossplay interactions. If it is false, the local user will be treated as allowing crossplay.