setLobbyOwner

fun setLobbyOwner(appId: Int, lobbySteamId: SteamID, newOwner: SteamID): AsyncJobSingle<SetLobbyOwnerCallback>

Sends a request to update the owner of a lobby.

Return

An SetLobbyOwnerCallback.

Parameters

appId

ID of app the lobby belongs to.

lobbySteamId

The SteamID of the lobby that should have its owner updated.

newOwner

The SteamID of the owner.