JoinLobbyCallback

class JoinLobbyCallback(jobID: JobID, val appID: Int, val chatRoomEnterResponse: EChatRoomEnterResponse, val lobby: Lobby?) : CallbackMsg

This callback is fired in response to SteamMatchmaking.joinLobby.

Author

Lossy

Since

2025-05-21

Parameters

appID

ID of the app the targeted lobby belongs to.

chatRoomEnterResponse

The result of the request.

lobby

The joined Lobby, when chatRoomEnterResponse equals EChatRoomEnterResponse.Success, otherwise null

Constructors

Link copied to clipboard
constructor(jobID: JobID, appID: Int, chatRoomEnterResponse: EChatRoomEnterResponse, lobby: Lobby?)

Properties

Link copied to clipboard
val appID: Int
Link copied to clipboard
val chatRoomEnterResponse: EChatRoomEnterResponse
Link copied to clipboard

Gets or sets the job ID this callback refers to. If it is not a job callback, it will be JobID.INVALID.

Link copied to clipboard
val lobby: Lobby?