KickConnection
method in Coherence.Toolkit.CoherenceBridge
Methods
public void KickConnection(ClientID clientID, CustomPayload hostPayload = default)
Sends a request to the server to kick a client, with optional user payload. Only the host or a simulator can kick clients.
Parameters
| Type | Name | Description |
|---|---|---|
| ClientID | clientID | ClientID of the client that will be kicked. |
| CustomPayload | hostPayload | Payload that will be sent to the kicked client. |