ProcessingResultStep: {
    call_id: string;
    signature?: string;
    type: "processing_result";
}

The result of a server-initiated media processing step.

Type declaration

  • call_id: string

    Required. ID to match the ID from the function call block.

  • Optionalsignature?: string

    A signature hash for backend validation.

  • type: "processing_result"