Function: kickUser()
function kickUser(request, context): Promise<void>;
Defined in: functions/events.ts:53
kick - Triggered when a user kicks another from the room
Parameters
| Parameter | Type | Description |
|---|---|---|
request | SocketIODataTrigger | The SocketIODataTrigger |
context | InvocationContext | The Invocation Context (metadata) |
Returns
Promise<void>