CallHooks.beforeCall property

Runs before the call. Builds the call context, attaches it to the request, and publishes the start event. Returns immediately when the channel has no subscribers.

Signature:

beforeCall: (req?: IMQRPCRequest, res?: any) => Promise<void>;

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.