Table of Contents

LobbyOwnerSession

class in Coherence.Cloud
Constructors
LobbyOwnerSession
Methods
AddOrUpdateLobbyAttributes

Through this method you will be able to add new Attributes or update existing Attributes. Deleting existing Attributes is not supported, the list supplied as parameter will be merged with your current Attributes if the request succeeds with the backend.

AddOrUpdateLobbyAttributesAsync

Through this method you will be able to add new Attributes or update existing Attributes. Deleting existing Attributes is not supported, the list supplied as parameter will be merged with your current Attributes if the request succeeds with the backend.

GetAddOrUpdateLobbyAttributesCooldown
KickPlayer

Kick a Player from the active Lobby.

KickPlayerAsync

Kick a Player from the active Lobby.

StartGameSession

Starts a game session for the current Lobby. A room will be created by coherence and supplied through the LobbiesService.OnPlaySessionStarted Callback.

StartGameSessionAsync

Starts a game session for the current Lobby. A room will be created by coherence and supplied through the LobbiesService.OnPlaySessionStarted Callback.