markOnline

declare function markOnline(clientId: string, swarmName: SwarmName): Promise<void>;

Marks a client as online in the specified swarm.

Parameter Description
clientId The unique identifier of the client to mark as online.
swarmName The name of the swarm where the client is being marked online.