Skip to main content

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

ParameterTypeDescription
requestSocketIODataTriggerThe SocketIODataTrigger
contextInvocationContextThe Invocation Context (metadata)

Returns

Promise<void>