Edit

Share via


Class LobbyArrangedJoinConfiguration

The initial configuration data used when joining an arranged lobby.

public class LobbyArrangedJoinConfiguration

Public Members

name description
LobbyArrangedJoinConfiguration() The default constructor.
AccessPolicy { get; set; } The access policy for the lobby, if the joiner is the first member in the lobby.
MaxMemberCount { get; set; } The maximum number of members allowed in the lobby, if joiner is the first member in the lobby.
MemberProperties { get; set; } The initial member properties for the joiner of the lobby.
OwnerMigrationPolicy { get; set; } The owner migration policy for the lobby, if the joiner is the first member in the lobby.

See Also