EOS_Lobby_JoinLobbyByIdOptions

EOS API reference page for EOS_Lobby_JoinLobbyByIdOptions

2 分で読めます

This data structure is part of the Lobby Interface.

Remarks

Input parameters for the EOS_Lobby_JoinLobbyById function.

Properties

EOS_Lobby_JoinLobbyByIdOptions

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_LOBBY_JOINLOBBYBYID_API_LATEST.
EOS_LobbyId LobbyIdThe ID of the lobby
EOS_ProductUserId LocalUserIdThe Product User ID of the local user joining the lobby
EOS_Bool bPresenceEnabledIf true, this lobby will be associated with the 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.