Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 953 Bytes

File metadata and controls

31 lines (23 loc) · 953 Bytes
author title description ms.author ms.topic ms.service ms.date
vicodex
LobbyOwnerMigrationPolicy
LobbyOwnerMigrationPolicy members
victorku
reference
playfab
11/23/2021

LobbyOwnerMigrationPolicy

The available policies the lobby service can use to migrate lobby ownership between members.

public enum LobbyOwnerMigrationPolicy : uint

Values

name value description
Automatic 0 Once the lobby owner is disconnected, a new owner is chosen at random from the set of connected members.
Manual 1 Once the lobby owner is disconnected, any member may elect themselves the new owner.
None 2 At any point, any member may elect themselves the owner of the lobby, regardless of the state of the current owner.
Server 3 The server is the owner and owner migration is not possible.

See Also