declare function markOffline(clientId: string, swarmName: SwarmName): Promise<void>;
Marks a client as offline in the specified swarm.
Parameter | Description |
---|---|
clientId |
The unique identifier of the client to mark as offline. |
swarmName |
The name of the swarm where the client belongs. |