UNPKG

@azure/communication-call-automation

Version:
6 lines 298 B
import type { CallAutomationEvent } from "./models/events.js"; /** * Helper function for parsing Acs callback events. */ export declare function parseCallAutomationEvent(encodedEvents: string | Record<string, unknown>): CallAutomationEvent; //# sourceMappingURL=callAutomationEventParser.d.ts.map