Skip to main content

Method (1 of 2)

Joins a lobby using an arrangement string provided by another service, such as matchmaking. If no one has joined the lobby yet, the lobby is initialized using the configuration parameters.

Return Value (1 of 2)

Output lobby object which can be used to queue operations for immediate execution of this operation

Remarks (1 of 2)

This is an asynchronous operation. Upon successful completion, the title will be provided a OnLobbyMemberAdded followed by a OnLobbyJoinArrangedLobbyCompleted with the OnLobbyJoinArrangedLobbyCompleted.result field set to Success. Upon a failed completion, the title will be provided a OnLobbyJoinArrangedLobbyCompleted with the with the result field set to a failure. When using matchmaking through this library, the LobbyArrangementString can be used with this method to join a lobby with all of the users that have been matched together.

Method (2 of 2)

Joins a lobby using an arrangement string provided by another service, such as matchmaking. If no one has joined the lobby yet, the lobby is initialized using the configuration parameters.

Return Value (2 of 2)

Output lobby object which can be used to queue operations for immediate execution of this operation

Remarks (2 of 2)

This is an asynchronous operation. Upon successful completion, the title will be provided a OnLobbyMemberAdded followed by a OnLobbyJoinArrangedLobbyCompleted with the OnLobbyJoinArrangedLobbyCompleted.result field set to Success. Upon a failed completion, the title will be provided a OnLobbyJoinArrangedLobbyCompleted with the with the result field set to a failure. When using matchmaking through this library, the LobbyArrangementString can be used with this method to join a lobby with all of the users that have been matched together.

See Also

Last modified on August 3, 2026