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
Visibility components.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
RoomConfig *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"}
Region components.Region ✔️ N/A