Join Lobby Callback
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
app ID
ID of the app the targeted lobby belongs to.
chat Room Enter Response
The result of the request.
lobby
The joined Lobby, when chatRoomEnterResponse equals EChatRoomEnterResponse.Success, otherwise
Properties
Link copied to clipboard
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.