Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 5.88 KB

CreateLobbyV3Params.md

File metadata and controls

10 lines (7 loc) · 5.88 KB

CreateLobbyV3Params

Fields

Field Type Required Description Example
region Region ✔️ N/A
roomConfig Optional<String> Optional configuration parameters for the room. Can be any string including stringified JSON. It is accessible from the room via GetRoomInfo(). {"name":"my-room"}
visibility LobbyVisibility ✔️ Types of lobbies a player can create.

private: the player who created the room must share the roomId with their friends

public: visible in the public lobby list, anyone can join

local: for testing with a server running locally
private