Skip to main content

Function: roomData()

function roomData(request, context): Promise<void>;

Defined in: functions/events.ts:111

Data - Triggered when data is sent to the room

Parameters

ParameterTypeDescription
requestSocketIODataTriggerThe SocketIODataTrigger
contextInvocationContextThe Invocation Context (metadata)

Returns

Promise<void>