create Lobby
fun createLobby(appId: Int, lobbyType: ELobbyType, maxMembers: Int, lobbyFlags: Int = 0, metadata: Map<String, String>? = null): AsyncJobSingle<CreateLobbyCallback>?
Sends a request to create a lobby.
Return
Parameters
app Id
ID of the app the lobby will belong to.
lobby Type
The lobby type.
max Members
The maximum number of members that may occupy the lobby.
lobby Flags
The lobby flags. Defaults to 0.
metadata
The metadata for the lobby. Defaults to