/** * Force-finalizes buffered audio (endpointing=manual only). The server * runs finalization on whatever audio has been buffered so far. */ export interface RealtimeFlush { event: "flush"; }