@zoom/rtms
    Preparing search index...

    Type Alias RawWebhookCallback

    RawWebhookCallback: (
        payload: Record<string, any>,
        req: IncomingMessage,
        res: ServerResponse,
    ) => void

    Enhanced callback function for processing webhook events with raw HTTP access

    This callback provides access to the raw HTTP request and response objects, allowing developers to handle webhook validation challenges and customize responses as needed.

    Type Declaration